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

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

Re: Debug on error and Emacs client


From: Juanma Barranquero
Subject: Re: Debug on error and Emacs client
Date: Wed, 16 May 2007 01:18:41 +0200

On 5/16/07, Lennart Borgman (gmail) <address@hidden> wrote:

Sorry, I was using -n too, forgot that. With -n you do not see the error
anywhere.

That's what I would expect. You're saying to emacsclient to no expect
any answer, after all.

You can always do:

 emacsclient -n -e "(condition-case nil (my-bad-fun) (error
(raise-frame) (backtrace)))"

or something like that if you want to see errors in the server.

            Juanma




reply via email to

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