bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11822: 24.1; emacsclient terminal mode captures escape characters as


From: Eli Zaretskii
Subject: bug#11822: 24.1; emacsclient terminal mode captures escape characters as text
Date: Sat, 30 Jun 2012 08:55:13 +0300

> From: Ken Raeburn <raeburn@permabit.com>
> Date: Fri, 29 Jun 2012 20:08:40 -0400
> 
> I have no idea what the "error during redisplay" messages shown below
> are about

They come from safe_eval_handler, called by safe_eval when the Lisp
expression it evaluates signals an error.  This is done because
signaling an error in the usual way in this situation will re-renter
redisplay, which will then again signal an error, etc.

Can you find out which form causes this error?  This should be
something like :eval form in something the display engine needs to
evaluate, perhaps some part of the mode line.





reply via email to

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