[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] (Or "question"...) isearch-kill-found
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] (Or "question"...) isearch-kill-found |
Date: |
Tue, 01 Jun 2010 08:56:54 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> >> Of course I also dislike it because it adds a state. As for simply
>> >> providing a variable to change the behavior (without a
>> >> key-binding to change it), that's another solution, indeed.
>> >> Maybe not a bad one.
>> > Why is not having a key to toggle the variable better?
>> Because keys are in very short supply.
> Not really, for a keymap such as isearch.
Huh? Please suggest free key-bindings, then. Since keys not bound in
isearch-mode-map lead to exiting isearch and running the corresponding
command in the global map, isearch-mode-map is basically just as full as
the global map.
>> > It is the variable that "adds a state", not the toggle key.
>> No: if the variable never changes, then it doesn't contribute to state.
> ;-)
> If a variable (in the usual programming sense, not in the math sense) never
> changes, then it's not very variable. Why have a variable in that case?
Because it can be customized.
Stefan