[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error during redisplay
From: |
Juanma Barranquero |
Subject: |
Re: Error during redisplay |
Date: |
Tue, 26 Feb 2008 02:48:55 +0100 |
On Sun, Feb 24, 2008 at 3:56 AM, Juanma Barranquero <address@hidden> wrote:
> emacs -q --eval '(progn (ielm) (pop-to-buffer "*Messages*"))'
>
> => "Error during redisplay: (error Attempt to modify read-only object)"
Seems like a consequence of auto-composition-mode. Adding
(global-auto-composition-mode -1)
to .emacs fixes the problem. Apparently, pure strings in
mode-line-format don't like to be added auto-composed properties.
Juanma
- Error during redisplay, Juanma Barranquero, 2008/02/23
- Re: Error during redisplay,
Juanma Barranquero <=
- Re: Error during redisplay, Kenichi Handa, 2008/02/25
- Re: Error during redisplay, Stefan Monnier, 2008/02/25
- Re: Error during redisplay, Richard Stallman, 2008/02/26
- Re: Error during redisplay, Kenichi Handa, 2008/02/26
- Re: Error during redisplay, David Kastrup, 2008/02/27
- Re: Error during redisplay, Kenichi Handa, 2008/02/27
- Re: Error during redisplay, David Kastrup, 2008/02/27
- Re: Error during redisplay, Richard Stallman, 2008/02/27
- Re: Error during redisplay, Stefan Monnier, 2008/02/27
- Re: Error during redisplay, Kenichi Handa, 2008/02/28