emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error during redisplay


From: Kenichi Handa
Subject: Re: Error during redisplay
Date: Tue, 26 Feb 2008 13:18:05 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, "Juanma Barranquero" <address@hidden> writes:

> 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.

In auto-compose-chars, inhibit-read-only is bound to t while
the code add auto-composed property.  If it's still not
allowed, are there anyway to detect that the string is pure?

---
Kenichi Handa
address@hidden




reply via email to

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