[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Losing minibuffer input
From: |
Juri Linkov |
Subject: |
Re: Losing minibuffer input |
Date: |
Sun, 09 Nov 2014 20:33:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
> I see some incoveniences with this approach: when you are on the first
> displayed line and you think that there are more lines preceding it,
> pressing up has the same problem you want to solve if there was no
> preceding line. Ditto if you are on the last displayed line.
This problem is very rare in the minibuffer because usually the
minibuffer contents is displayed completely in its entirety. However,
later we can add an option like `scroll-error-top-bottom' that will
signal an error on the first hit to the beginning/end of the minibuffer,
and only on the second hit go to the previous/next history item.
> Furthermore, if you are on the first line and you want to pick the next
> item on the minibuffer history you are forced to press down until the
> last line. Ditto if you are on the last line and want to pick the
> preceding item on the minibuffer.
Then you can use M-p/M-n.
- Losing minibuffer input, Juri Linkov, 2014/11/09
- Re: Losing minibuffer input, Óscar Fuentes, 2014/11/09
- Re: Losing minibuffer input,
Juri Linkov <=
- RE: Losing minibuffer input, Drew Adams, 2014/11/09
- Re: Losing minibuffer input, Juri Linkov, 2014/11/13
- Re: Losing minibuffer input, Dmitry Gutov, 2014/11/14
- Re: Losing minibuffer input, Juri Linkov, 2014/11/18
- Re: Losing minibuffer input, Johan Bockgård, 2014/11/20
- Re: Losing minibuffer input, Juri Linkov, 2014/11/21
- previous-line, next-line at the first, last lines of the buffer, Ivan Shmakov, 2014/11/21
- Re: previous-line, next-line at the first, last lines of the buffer, Eli Zaretskii, 2014/11/21
- Re: previous-line, next-line at the first, last lines of the buffer, Ivan Shmakov, 2014/11/21
- Re: previous-line, next-line at the first, last lines of the buffer, Stefan Monnier, 2014/11/30