emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el,v
Date: Thu, 25 Sep 2008 00:11:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/25 00:11:37

Index: term.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term.el,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- term.el     25 Sep 2008 00:05:52 -0000      1.105
+++ term.el     25 Sep 2008 00:11:36 -0000      1.106
@@ -2781,6 +2781,9 @@
                                       str i))
                   (when (not funny) (setq funny str-length))
                   (cond ((> funny i)
+                         ;; Decode the string before counting
+                         ;; characters, to avoid garbling of certain
+                         ;; multibyte characters (bug#1006).
                          (setq decoded-substring
                                (decode-coding-string
                                 (substring str i funny)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]