unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: what is <find>?
Date: Thu, 03 Jun 2010 19:46:33 +0200	[thread overview]
Message-ID: <877hmgroue.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: a18eaae2-5ace-4db6-9c80-1c627ec4e440@o12g2000vba.googlegroups.com

patrol <patrol_boat@hotmail.com> writes:

> Hi,
> After I did a nonincremental search with M-x search-forward, Emacs
> sent me this text message: "You can run the command  'search-forward'
> with <find>." Can someone please tell me what "<find>" is? I found
> something about "find" in the manual related to dired, but it didn't
> look related. And googling <find> is hard because Google ignores
> special characters when searching.
> Thanks

<find> is the name of the Find key.


If you use X11, you can bind it to a physical key if you know its
keycode with the line:

   keycode 78 = Find

in ~/.Xmodmap



You can also ignore it, since with emacs you can bind any key to a command.


So assuming you want to be able to search-forward by typing just: C-c C-s
you can put:

   (global-set-key (kbd "C-c C-s") 'search-forward)

in ~/.emacs, or for temporarily try it out:

   M-x global-set-key RET C-c C-s search-forward RET

Then if you type: 

   C-h w search-forward RET

you should see the added key binding.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


  reply	other threads:[~2010-06-03 17:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-03 16:40 what is <find>? patrol
2010-06-03 17:46 ` Pascal J. Bourguignon [this message]
     [not found]   ` <47585daf-bcd4-498a-b05d-d8bdbcfefa50@y11g2000yqm.googlegroups.com>
2010-06-04 14:34     ` Stefan Monnier
2010-06-04 15:07       ` patrol
2010-06-09 12:18         ` LanX

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=877hmgroue.fsf@kuiper.lan.informatimago.com \
    --to=pjb@informatimago.com \
    --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).