emacs-devel
[Top][All Lists]
Advanced

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

Re: batch-bytecomp backtrace?


From: Stefan Monnier
Subject: Re: batch-bytecomp backtrace?
Date: 15 Apr 2004 18:35:27 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Hi Stefan, I notice this change:
>    2004-04-14  Stefan Monnier  <address@hidden>

>            * emacs-lisp/bytecomp.el (batch-byte-compile-file):
>            Give a backtrace if requested.

> which looks very handy, but I can't figure out how to make it work.

Well, the original code was *very* careful to make it virtually impossible
to get the backtrace.  Now it's possible, tho it still requires insistence:

   (setq debug-on-error t)
   (setq byte-compile-debug t)


-- Stefan




reply via email to

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