diff options
| author | Romain Francoise <romain@orebokech.com> | 2005-11-10 22:23:48 +0000 |
|---|---|---|
| committer | Romain Francoise <romain@orebokech.com> | 2005-11-10 22:23:48 +0000 |
| commit | d11e5f6cd3ecb41385bf06555584c8a2d27a4abc (patch) | |
| tree | 2de13cb9714198ea1261b3ea9a1c5bc66d17452d /admin | |
| parent | 7127d508b457973822336777443d7f34a69d3cd9 (diff) | |
Add overlay infloop bug.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
