all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: Lisp help: debug-on-error not effective twice?
Date: Sun, 25 Apr 2004 03:12:01 +0200	[thread overview]
Message-ID: <m3zn90vp26.fsf@defun.localdomain> (raw)
In-Reply-To: mailman.1357.1082792547.1061.help-gnu-emacs@gnu.org

Lars Brinkhoff <lars@nocrew.org> writes:

>       (catch 'error
>         (car))
>       ;;(debug)
>       (print (format "debug-on-error = %s" debug-on-error))
>       (catch 'error
>         (car)))
>
> I get one "foo" from my-debug, then "debug-on-error = t", and then the
> error "Wrong number of arguments: #<subr car>, 0".
>
> Why isn't my-debug called twice?

I don't know.  But interestingly it works correctly in the
_interpreter_ in XEmacs (the byte-compiler doesn't compile the first
catch form correctly).

-- 
Jesper Harder                                <http://purl.org/harder/>

       reply	other threads:[~2004-04-25  1:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1357.1082792547.1061.help-gnu-emacs@gnu.org>
2004-04-25  1:12 ` Jesper Harder [this message]
2004-04-24  7:41 Lisp help: debug-on-error not effective twice? Lars Brinkhoff
2004-04-25 11:43 ` Lars Brinkhoff

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=m3zn90vp26.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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.