[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68075: 30.0.50; New special form `handler-bind`
From: |
Eli Zaretskii |
Subject: |
bug#68075: 30.0.50; New special form `handler-bind` |
Date: |
Sat, 30 Dec 2023 09:50:21 +0200 |
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: 68075@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.