[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5984: Crash displaying composed characters
From: |
Stefan Monnier |
Subject: |
bug#5984: Crash displaying composed characters |
Date: |
Fri, 30 Apr 2010 16:47:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> . Emacs then enters redisplay to display the echo area. As part of
[...]
> . Further down, autocmp_chars calls the value of
> auto-composition-function:
[...]
> . Now the " *Echo Area0*" buffer holds a totally different text,
> unbeknownst to autocmp_chars, which still passes the old values 32
> and 33 to TEMP_SET_PT_BOTH:
More generally, this Lisp code could modify any buffer, so preventing
the load-messages is not a sufficiently reliable solution (tho it might
be desirable in any case).
Stefan
- bug#5984: Crash displaying composed characters, (continued)
- bug#5984: Crash displaying composed characters, Eli Zaretskii, 2010/04/20
- bug#5984: Crash displaying composed characters, Andreas Schwab, 2010/04/20
- bug#5984: Crash displaying composed characters, Juanma Barranquero, 2010/04/21
- bug#5984: Crash displaying composed characters, Andreas Schwab, 2010/04/21
- bug#5984: Crash displaying composed characters, Juanma Barranquero, 2010/04/21
- bug#5984: Crash displaying composed characters, Eli Zaretskii, 2010/04/23
- bug#5984: Crash displaying composed characters,
Stefan Monnier <=