[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: Must prevent switching from recursive edit buffers
From: |
Drew Adams |
Subject: |
RE: [External] : Re: Must prevent switching from recursive edit buffers |
Date: |
Sat, 21 Dec 2024 18:53:17 +0000 |
> Also, you can only get out of the most recent recursive-edit.
> So, you can't eliminate the Nth recursive edit without also eliminating
> all the >Nth recursive-edits.
Well, there's always `(top-level)', to exit
all recursive-edit levels.
And there's function `recursion-depth'. If
that returns N then you can programmatically
exit or abort any number of those N levels.