[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Confused by y-or-n-p
From: |
martin rudalics |
Subject: |
Re: Confused by y-or-n-p |
Date: |
Fri, 25 Dec 2020 10:07:17 +0100 |
>> (defun minibuffer-lock ()
>> (when (active-minibuffer-window)
>> (select-window (active-minibuffer-window))))
>>
>> (add-hook 'post-command-hook #'minibuffer-lock)
>
> Would something like that work to give users an option discussed in
> this thread for y-or-n-p?
There are two orthogonal issues here: Whether to enable recursive
minibuffers and whether to allow leaving the minibuffer window while
asking a 'y-or-n-p' question. The above addresses the latter only.
martin
- Re: Confused by y-or-n-p, (continued)
- Re: Confused by y-or-n-p, Karl Fogel, 2020/12/23
- Re: Confused by y-or-n-p, Richard Stallman, 2020/12/24
- Re: Confused by y-or-n-p, martin rudalics, 2020/12/24
- Re: Confused by y-or-n-p, Juri Linkov, 2020/12/24
- Re: Confused by y-or-n-p, Eli Zaretskii, 2020/12/25
- Re: Confused by y-or-n-p,
martin rudalics <=
- Re: Confused by y-or-n-p, Eli Zaretskii, 2020/12/25
- Re: Confused by y-or-n-p, martin rudalics, 2020/12/25
- Re: Confused by y-or-n-p, Richard Stallman, 2020/12/26
- Re: Confused by y-or-n-p, Jean Louis, 2020/12/26
- Re: Confused by y-or-n-p, martin rudalics, 2020/12/26
- Re: Confused by y-or-n-p, Juri Linkov, 2020/12/27
- Re: Confused by y-or-n-p, martin rudalics, 2020/12/27
- Re: Confused by y-or-n-p, Juri Linkov, 2020/12/28
- Re: Confused by y-or-n-p, Eli Zaretskii, 2020/12/27
- Re: Confused by y-or-n-p, Juri Linkov, 2020/12/28