[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature request: indicator of minibuffer-recursion depth
From: |
David Kastrup |
Subject: |
Re: feature request: indicator of minibuffer-recursion depth |
Date: |
Fri, 17 Mar 2006 18:17:55 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> Regarding the proposal for recursive minibuffer commands to
> quit the outer minibuffer:
Uh, don't they do that already by default?
> Can someone please investigate what UI experts suggest about this
> kind of case?
I am afraid we already lost them with "minibuffer", never mind about
"recursive". vi has something like that, but you can't leave the
minibuffer leaving pending stuff behind, and there is no way to enter
another one: vi conceptually turns into a complete different (and
line-based) editor in its command line, called "ex".
In pretty much every editor I know, things like "file entry" and stuff
happens essentially in "transient windows", and you can't leave such a
window before completing things.
Dumbing Emacs' interface down like that does not seem worth the
price. For example, I quite often do stuff like
C-x C-f ~/junk-2/ M-x make-directory ~/junk-2 RET somefile.tex RET
This is too convenient to abandon, even though I can understand the
choice to not make it the default.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: feature request: indicator of minibuffer-recursion depth, (continued)
- Re: feature request: indicator of minibuffer-recursion depth, David Kastrup, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/16
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Stefan Monnier, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, David Reitter, 2006/03/15
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/17
- Re: feature request: indicator of minibuffer-recursion depth,
David Kastrup <=
- Re: feature request: indicator of minibuffer-recursion depth, Kim F. Storm, 2006/03/17
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/18
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/17
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/20
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Stefan Monnier, 2006/03/15
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/15
Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/15