From d11e5f6cd3ecb41385bf06555584c8a2d27a4abc Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Thu, 10 Nov 2005 22:23:48 +0000 Subject: [PATCH] Add overlay infloop bug. --- admin/FOR-RELEASE | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c1956dd805e..0362ea8a788 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -37,6 +37,16 @@ a bitmap appearence. * 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 -- 2.39.2