[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: feature request: indicator of minibuffer-recursion depth
From: |
Drew Adams |
Subject: |
RE: feature request: indicator of minibuffer-recursion depth |
Date: |
Thu, 16 Mar 2006 08:51:27 -0800 |
Seems fine (given Richard's decision to put the indicator in the
minibuffer). A minor mode for this is a good idea.
However, the particular indicator you use adds 17 characters to the
minibuffer text, which is often already very busy. Just the number itself
should be sufficient, perhaps followed by a separator such as `)'. IOW,
instead of
Find file:
(minibuf-depth 2) Match also (regexp):
(minibuf-depth 3) Match also (regexp):
use just:
Find file:
2) Match also (regexp):
3) Match also (regexp):
We could add an option whose value is the text to use, with default value
(format "%s)" (minibuffer-depth)).
- feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/14
- Re: feature request: indicator of minibuffer-recursion depth, Masatake YAMATO, 2006/03/14
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/14
- Re: feature request: indicator of minibuffer-recursion depth, David Kastrup, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, David Kastrup, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/15
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/15
- RE: feature request: indicator of minibuffer-recursion depth,
Drew Adams <=
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/16
- Re: feature request: indicator of minibuffer-recursion depth, Edward O'Connor, 2006/03/16
- Re: feature request: indicator of minibuffer-recursion depth, Kim F. Storm, 2006/03/16
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/16
- Re: feature request: indicator of minibuffer-recursion depth, Kim F. Storm, 2006/03/16
- RE: feature request: indicator of minibuffer-recursion depth, Drew Adams, 2006/03/16
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/16
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/18
- Re: feature request: indicator of minibuffer-recursion depth, Miles Bader, 2006/03/19
- Re: feature request: indicator of minibuffer-recursion depth, Richard Stallman, 2006/03/20