[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple isearch concerns
From: |
Juri Linkov |
Subject: |
Re: Simple isearch concerns |
Date: |
Sun, 09 May 2021 22:12:59 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) |
>>> The current design is not without flaws either: when multi-buffer
>>> isearch visits another buffer, it removes the isearch menu, because
>>> isearch-mode is already buffer-local.
>>
>> This patch fixes the problem. It disables isearch-mode in the previous
>> buffer, and enables in the next buffer.
>
> Do you think the `with-isearch-window-quitting-edit' macro from the
> patch I sent in the "Controlling Isearch from the minibuffer" thread
> will be sufficient to make this work in conjunction with the
> minibuffer-controlled mode?
Using multi-buffer isearch with isearch-from-minibuffer adds a new
dimension to complexity, but could be simplified when all isearch commands
will be redirected from the minibuffer to the original buffer.
The main problem is that currently quitting the minibuffer restores
the original window configuration, so quitting isearch-edit-string
will restore the original buffer state before isearch was started.
- Re: Simple isearch concerns, Augusto Stoffel, 2021/05/02
- Re: Simple isearch concerns, Juri Linkov, 2021/05/02
- Re: Simple isearch concerns, Augusto Stoffel, 2021/05/03
- Re: Simple isearch concerns, Juri Linkov, 2021/05/03
- Re: Simple isearch concerns, Juri Linkov, 2021/05/05
- Re: Simple isearch concerns, Juri Linkov, 2021/05/07
- Re: Simple isearch concerns, Augusto Stoffel, 2021/05/08
- Re: Simple isearch concerns,
Juri Linkov <=
- RE: [External] : Re: Simple isearch concerns, Drew Adams, 2021/05/09
- Re: [External] : Re: Simple isearch concerns, Juri Linkov, 2021/05/10
- RE: [External] : Re: Simple isearch concerns, Drew Adams, 2021/05/10
- Re: [External] : Re: Simple isearch concerns, Juri Linkov, 2021/05/11
- RE: [External] : Re: Simple isearch concerns, Drew Adams, 2021/05/11
- Re: [External] : Re: Simple isearch concerns, Yuri Khan, 2021/05/11
- Re: [External] : Re: Simple isearch concerns, Augusto Stoffel, 2021/05/11
- Re: [External] : Re: Simple isearch concerns, Juri Linkov, 2021/05/11
- Re: Simple isearch concerns, Juri Linkov, 2021/05/11