emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs crash


From: B. Anyos
Subject: Re: emacs crash
Date: Wed, 03 Nov 2004 16:02:16 +0100
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

Hi,

Thanks for the tip.
It worked for me, too.

Bela

CHENG Gao said the following on 11/3/2004 15:09 PM:
> I think RMS' latest commit to eval.c caused this.
> 
> ,----
> | CVSROOT:    /cvsroot/emacs
> | Module name:        emacs
> | Branch:     
> | Changes by: Richard M. Stallman <address@hidden>    04/11/02 08:59:26
> | 
> | Modified files:
> |     src            : eval.c 
> | 
> | Log message:
> |     (Fcall_interactive_p): New function.
> |     (interactive_p): Don't test INTERACTIVE here.
> |     (Finteractive_p): Doc fix.
> | 
> |     (Feval): Abort if INPUT_BLOCKED_P.
> | 
> | CVSWeb URLs:
> | 
> http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/eval.c.diff?tr1=1.221&tr2=1.222&r1=text&r2=text
> `----
> 
> I have a temp solution:
> open src/eval.c, go to line 1999, and change:
> 
> if (handling_signal || INPUT_BLOCKED_P)
> 
> to
> 
> if (handling_signal)
> 
> then rebuild Emacs.
> 
> Maybe it's only a workaround, not a real solution.
> 
> HTH,
> 
> 




reply via email to

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