unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se.?= (Johan =?UTF-8?Q?Bockg=C3=A5rd)
To: bug-gnu-emacs@gnu.org
Subject: bug#3310: condition-case-no-debug
Date: Sat, 16 May 2009 20:41:24 +0200	[thread overview]
Message-ID: <yoijab5cnb57.fsf@remote2.student.chalmers.se> (raw)


condition-case-no-debug is not documented, either in the manual or in
NEWS. Also, there's another feature that does the same thing, except
better (if uglier):

    (condition-case nil (foo bar) ((debug error) nil))

This handles errors but gives the debugger a chance to run first.
condition-case-no-debug OTOH either handles errors, or lets the debugger
run but does not handle errors, depending on the value of debug-on-error.

If condition-case-no-debug should be kept, at least make it expand into
the above construct (and document it).








             reply	other threads:[~2009-05-16 18:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-16 18:41 Johan =?UTF-8?Q?Bockg=C3=A5rd [this message]
2009-05-17  4:15 ` bug#3310: condition-case-no-debug Stefan Monnier
2009-05-17 17:22   ` Richard M Stallman
2009-05-17 19:24     ` Stefan Monnier
2009-05-18 16:44       ` Richard M Stallman
2009-05-18 20:14         ` Stefan Monnier
2009-05-22  4:36           ` Richard M Stallman
     [not found]             ` <jwvtz3drma0.fsf-monnier+emacsbugreports@gnu.org>
2011-07-11 15:24               ` Lars Magne Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=yoijab5cnb57.fsf@remote2.student.chalmers.se \
    --to=bojohan+news@dd.chalmers.se.?= \
    --cc=?=.3310@emacsbugs.donarmstrong.com \
    --cc=bojohan+news@dd.chalmers.se \
    --cc=bug-gnu-emacs@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).