all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: batch-bytecomp backtrace?
Date: 15 Apr 2004 18:35:27 -0400	[thread overview]
Message-ID: <jwvzn9cdg8j.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87oepszxe4.fsf@tc-1-100.kawasaki.gol.ne.jp>

> Hi Stefan, I notice this change:
>    2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>

>            * 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	other threads:[~2004-04-15 22:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-15 22:31 batch-bytecomp backtrace? Miles Bader
2004-04-15 22:35 ` Stefan Monnier [this message]
2004-04-15 23:04   ` Miles Bader
2004-04-18  0:58     ` Miles Bader
2004-04-19 16:54       ` Lőrentey Károly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvzn9cdg8j.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.