bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3746: M-r in comint mode should use isearch


From: Juri Linkov
Subject: bug#3746: M-r in comint mode should use isearch
Date: Fri, 20 Nov 2009 11:28:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

>> Please see the attached code that implements isearch in comint mode.
>
> What would be the "UI" (e.g. key-binding) for it?
> Only the comint-history-isearch defcustom?

One way to use this feature is to configure `comint-history-isearch' to
a non-nil value.  But I think it should be nil by default because after
trying to use it with non-nil values I found it counterintuitive since
in comint mode on typing `C-r' I expect it to search in the comint output,
not in the input history.

There is no such problem in bash where C-r searches in the input history,
since there is no way to search in the bash output.

So we need another key to search in the history.  However, this is
a controversial issue, so I will defer to others to decide what key
to use for that.  (In the code I sent, there is a command
`comint-history-isearch-backward' that could be bound to any key.)

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]