[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error during redisplay
From: |
Bob Rogers |
Subject: |
Error during redisplay |
Date: |
Tue, 26 Feb 2008 22:15:02 -0500 |
From: "Juanma Barranquero" <address@hidden>
Date: Sun, 24 Feb 2008 03:56:36 +0100
emacs -q --eval '(progn (ielm) (pop-to-buffer "*Messages*"))'
=> "Error during redisplay: (error Attempt to modify read-only object)"
Juanma
I have a simpler way to reproduce what looks like the same problem:
1. emacs -Q
2. M-x shell RET
3. C-x C-b
It appears that, for the *shell* buffer, mode-line-process is
initialized to ":%s" in "define-derived-mode comint-mode" (comint.el
line 622), and this particular value is what format-mode-line (called
from list-buffers-noselect, buff-menu.el line 751) is complaining about.
But I'm not sure how to debug it further.
-- Bob Rogers
http://rgrjr.dyndns.org/
- Re: Error during redisplay, (continued)
- 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
- Re: Error during redisplay, Stefan Monnier, 2008/02/28
- Re: Error during redisplay, Richard Stallman, 2008/02/27
Error during redisplay,
Bob Rogers <=