GNU bug report logs - #68075
30.0.50; New special form `handler-bind`

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Thu, 28 Dec 2023 06:34:01 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 68075 <at> debbugs.gnu.org
Subject: bug#68075: 30.0.50; New special form `handler-bind`
Date: Sat, 30 Dec 2023 09:50:21 +0200
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: 68075 <at> debbugs.gnu.org
> Date: Thu, 28 Dec 2023 13:14:25 -0500
> 
> +We can get almost the same result with @code{condition-case}:
> +
> +@example
> +@group
> +(condition-case err
> +    (progn @var{body-forms}@dots{})
> +  (user-error (signal 'error (cdr err))))
> +@end group
> +@end example
> +
> +But with the difference that when we (re)signal the new error in

You want to start the above line with a lower-case "but", and you want
a @noindent before it.




This bug report was last modified 1 year and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.