emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE
Date: Thu, 10 Nov 2005 17:23:49 -0500

Index: emacs/admin/FOR-RELEASE
diff -c emacs/admin/FOR-RELEASE:1.166 emacs/admin/FOR-RELEASE:1.167
*** emacs/admin/FOR-RELEASE:1.166       Wed Nov  9 23:25:06 2005
--- emacs/admin/FOR-RELEASE     Thu Nov 10 22:23:48 2005
***************
*** 37,42 ****
--- 37,52 ----
  
  * FATAL ERRORS
  
+ ** Emacs infloops in redisplay when displaying a non-breaking
+ space in an overlay.  Setting `nobreak-char-display' to nil makes the
+ bug go away.  The following form reproduces the bug:
+ 
+ (overlay-put (make-overlay 1 2 nil t)
+              'after-string
+              (string (decode-char 'ucs #x00A0)))
+ 
+ (Copy to *scratch* and evaluate.)
+ 
  ** Investigate reported crashes in compact_small_strings.
  
  ** Investigate reported crashes related to using an




reply via email to

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