mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
Add overlay infloop bug.
This commit is contained in:
parent
7127d508b4
commit
d11e5f6cd3
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue