[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Catching arbitrary throws
From: |
Eli Zaretskii |
Subject: |
Re: Catching arbitrary throws |
Date: |
Fri, 08 Mar 2024 09:18:19 +0200 |
> From: Thuna <thuna.cing@gmail.com>
> Date: Fri, 08 Mar 2024 00:10:39 +0100
>
> Is there an equivalent of `condition-case' for throws? I am
> specifically looking to catch any and all throws, as though with the
> symbol `t' in `condition-case'.
It isn't clear whether you want to catch even those throw's which have
a matching 'catch' (with the same TAG), or do you want to catch only
those throw's for which there's no matching 'catch'?