emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]