emacs-devel
[Top][All Lists]
Advanced

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

Re: M-c in search


From: Kim F. Storm
Subject: Re: M-c in search
Date: 11 Nov 2001 23:25:26 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Richard Stallman <address@hidden> writes:

> Does any of you actually use M-c in search?
> I got a complaint about its blocking the usual M-c command.

I've used the following bindings for years - actually so long that
I was very surprised they ain't standard :-)

(define-key isearch-mode-map [?\C-f]     'isearch-toggle-case-fold)
(define-key isearch-mode-map [?\C-t]     'isearch-toggle-regexp)
(define-key isearch-mode-map [?\C-e]     'isearch-edit-string)

So to answer your question, no I don't use M-c (or M-r or M-e for that
matter)

In addition, I bind the following key to allow me to display the
isearch keymap using M-h b

(define-key isearch-mode-map [?\M-h]     'help-command)

> 
> _______________________________________________
> Emacs-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/emacs-devel




reply via email to

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