emacs-devel
[Top][All Lists]
Advanced

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

Re: Using C-w in isearch to cut the selection


From: Juri Linkov
Subject: Re: Using C-w in isearch to cut the selection
Date: Thu, 11 Jun 2009 20:40:22 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (x86_64-pc-linux-gnu)

> Today, C-s C-w will effectively start searching for the word at point
> (or specifically from point to the end of the word), but I never use
> this. When I hit C-w during an isearch I just want to kill the region,
> as C-w normally does. Is this possible in Emacs today? If not, I
> certainly think the option should be added, as I'm sure it confuses a
> lot of other people than just me.

Yes, you can:

  (define-key isearch-mode-map "\C-w" nil)

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




reply via email to

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