emacs-devel
[Top][All Lists]
Advanced

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

Re: @#$! new behavior of C-b & C-f in i-search


From: Miles Bader
Subject: Re: @#$! new behavior of C-b & C-f in i-search
Date: 19 May 2004 18:06:27 +0900

Juri Linkov <address@hidden> writes:
>       (define-key isearch-mode-map "\C-w"    'isearch-yank-word-or-char)
>       (define-key isearch-mode-map "\C-\M-w" 'isearch-del-char)
>       (define-key isearch-mode-map "\C-\M-y" 'isearch-yank-char)
> 
> C-M-w is even more convenient than C-b because `isearch-del-char' and
> `isearch-yank-word-or-char' are on the same `w' key, which will
> allow more easily to type C-M-w when C-w grabs too much text.

Perhaps, but the mnemonics are pretty bizarre -- C-w adds _adds_ a word,
but C-M-w _deletes_ a char?

-Miles
-- 
P.S.  All information contained in the above letter is false,
      for reasons of military security.




reply via email to

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