emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs daemon dies at Xorg crash


From: Stefan Monnier
Subject: Re: Emacs daemon dies at Xorg crash
Date: Fri, 19 Dec 2008 08:56:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Emacs dies because something tries to call message while no frame is
> open.  This is the "effect".  The "cause" is whatever causes that
> message to be written, it probably should not happen.  And indeed, even
> for you, it happens only for some specific window managers.

Is it really because of a "message"?  Isn't it because of an "error" instead?
I'm thinking it might be related to the fact that

  emacs --batch --eval '(error "toto")' --eval '(message "tata")'

will not show the message "tata" because Emacs has already exited after
the error.


        Stefan




reply via email to

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