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

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

Re: global-set-key + query-replace-regexp


From: Peter Dyballa
Subject: Re: global-set-key + query-replace-regexp
Date: Thu, 27 Oct 2005 19:13:40 +0200


Am 27.10.2005 um 16:55 schrieb luca.spinacci@selex-comms.com:

I would like a short key to invoke query-replace-regexp command.


How about these simple ones:

        (global-set-key [M-f1]          'replace-string)
        (global-set-key [M-f2]          'replace-regexp)
        (global-set-key [M-f3]          'grep-find)
        (global-set-key [M-f4]          'query-replace-regexp)
        (global-set-key [f1 f2]         'manual-entry)
        (global-set-key [f1 f3]         'info-apropos)
        (global-set-key [f1 f4]         'apropos)
        (global-set-key [f1 f5]         'apropos-variable)
        (global-set-key [f3]            'compare-windows)

--
Greetings

  Pete

"What do you think of Western Civilization?"
 "I think it would be a good idea!"
    - Mohandas Karamchand Gandhi





reply via email to

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