[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comint-like history search for Eshell?
From: |
Juri Linkov |
Subject: |
Re: Comint-like history search for Eshell? |
Date: |
Mon, 04 Nov 2024 21:12:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
>> So Eshell could have both as well: incremental search and completion.
>
> I agree that we could implement both. For completion, if we are going to
> let-bind 'completion-at-point-functions' as in Juri's and Sean's
> commands (or use 'completion-in-region' as we do for the minibuffer),
> then IMO there is nothing that hinders the implementation of an Isearch
> interface.
Ideally, a new key to invoke completion on history items
(e.g. the same key 'C-x up' like in the minibuffer)
should work like 'M-C-i' (in-buffer completion).