Mercurial > emacs
comparison admin/FOR-RELEASE @ 66804:2b7db6f7700f
Add overlay infloop bug.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Thu, 10 Nov 2005 22:23:48 +0000 |
parents | 2773ea1870db |
children | 946cec24dd4b |
comparison
equal
deleted
inserted
replaced
66803:d94cbfddc07a | 66804:2b7db6f7700f |
---|---|
34 bitmap usage to a bitmap name, and second level maps bitmap name to | 34 bitmap usage to a bitmap name, and second level maps bitmap name to |
35 a bitmap appearence. | 35 a bitmap appearence. |
36 [Assigned to KFS] | 36 [Assigned to KFS] |
37 | 37 |
38 * FATAL ERRORS | 38 * FATAL ERRORS |
39 | |
40 ** Emacs infloops in redisplay when displaying a non-breaking | |
41 space in an overlay. Setting `nobreak-char-display' to nil makes the | |
42 bug go away. The following form reproduces the bug: | |
43 | |
44 (overlay-put (make-overlay 1 2 nil t) | |
45 'after-string | |
46 (string (decode-char 'ucs #x00A0))) | |
47 | |
48 (Copy to *scratch* and evaluate.) | |
39 | 49 |
40 ** Investigate reported crashes in compact_small_strings. | 50 ** Investigate reported crashes in compact_small_strings. |
41 | 51 |
42 ** Investigate reported crashes related to using an | 52 ** Investigate reported crashes related to using an |
43 invalid pointer from string_free_list. | 53 invalid pointer from string_free_list. |