[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Handling minibuffers in several mini-windows
From: |
Stefan Monnier |
Subject: |
Re: Handling minibuffers in several mini-windows |
Date: |
Fri, 08 Jan 2021 15:32:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> My proposal (which I've already implemented and tried out, though not
> published at all), is that
> (i) it should be possible to type into, and edit text in any visible
> minibuffer;
> (ii) it should be possible to terminate (by RET `exit-minibuffer') only
> the most deeply nested MB. The attempt elsewhere should display an
> error message, leaving the MBs unchanged;
> (iii) it should be possible to abort (with C-g `abort-recursive-edit'),
> any minibuffer. This will have the effect of aborting all more deeply
> nested MBs at the same time.
>
> What do people think about this?
(i) and (ii) look fine to me.
I haven't thought very much about (iii) but it sounds OK tho maybe
making it behave more like (ii) would be safer (but more annoying).
Stefan