unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: global-set-key + query-replace-regexp
Date: Thu, 27 Oct 2005 19:13:40 +0200	[thread overview]
Message-ID: <c44e3cf69b4f087c48f2673c9f700f14@Web.DE> (raw)
In-Reply-To: <OFFF6C7A7F.A0D8C1CA-ONC12570A7.0056EC1F@SeleniaComms.com>


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

  parent reply	other threads:[~2005-10-27 17:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 14:55 global-set-key + query-replace-regexp luca.spinacci
2005-10-27 15:55 ` Neon Absentius
2005-10-27 17:13 ` Peter Dyballa [this message]
     [not found] <mailman.12914.1130425477.20277.help-gnu-emacs@gnu.org>
2005-10-28 16:45 ` B. T. Raven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c44e3cf69b4f087c48f2673c9f700f14@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).