emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106139: * lisp/descr-text.el (descri


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106139: * lisp/descr-text.el (describe-char): Add #x2010 and #x2011 to
Date: Thu, 20 Oct 2011 01:35:48 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106139
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Thu 2011-10-20 01:35:48 +0300
message:
  * lisp/descr-text.el (describe-char): Add #x2010 and #x2011 to
  the list of hard-coded chars with escape-glyph face.
modified:
  lisp/ChangeLog
  lisp/descr-text.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-19 21:43:41 +0000
+++ b/lisp/ChangeLog    2011-10-19 22:35:48 +0000
@@ -1,3 +1,8 @@
+2011-10-19  Juri Linkov  <address@hidden>
+
+       * descr-text.el (describe-char): Add #x2010 and #x2011 to
+       the list of hard-coded chars with escape-glyph face.
+
 2011-10-19  Stefan Monnier  <address@hidden>
 
        * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.

=== modified file 'lisp/descr-text.el'
--- a/lisp/descr-text.el        2011-09-29 00:12:44 +0000
+++ b/lisp/descr-text.el        2011-10-19 22:35:48 +0000
@@ -606,7 +606,8 @@
                              'trailing-whitespace)
                             ((and nobreak-char-display char (eq char '#xa0))
                              'nobreak-space)
-                            ((and nobreak-char-display char (eq char '#xad))
+                            ((and nobreak-char-display char
+                                 (memq char '(#xad #x2010 #x2011)))
                              'escape-glyph)
                             ((and (< char 32) (not (memq char '(9 10))))
                              'escape-glyph)))))


reply via email to

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