From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: one shortcut next occurrence search Date: Fri, 24 Dec 2010 02:36:33 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <30512323.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293187305 10127 80.91.229.12 (24 Dec 2010 10:41:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Dec 2010 10:41:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 24 11:41:42 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PW55W-0004n2-ML for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Dec 2010 11:41:30 +0100 Original-Received: from localhost ([127.0.0.1]:58308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PW55V-0004j6-Ta for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Dec 2010 05:41:30 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!d8g2000yqf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 94.36.79.40 Original-X-Trace: posting.google.com 1293186993 2720 127.0.0.1 (24 Dec 2010 10:36:33 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 24 Dec 2010 10:36:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d8g2000yqf.googlegroups.com; posting-host=94.36.79.40; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:183619 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77856 Archived-At: On Dec 24, 10:44=A0am, rusi wrote: > On Dec 23, 8:03=A0am, "Drew Adams" wrote: > > > > I would like to have a new binding so that if im having the > > > cursur on a word, one shortcut click (say f3) whould find > > > the next occurrence of the word in the text and so one. > > > What's wrong with ordinary `C-s C-w C-s C-s ...'? > > Thats very nifty -- thanks. So now a meta-question Drew: How do I find > out about things like C-w? > > Specifically: How do I poke around in the keymap associated with C-s? > IOW, normally to find out about a keybinding, say C-x o, I'd type C-h > c C-x o, but if I do C-h c C-w I get kill-region -- nothing to do with > the C-w 'inside' C-s. "C-s C-w" is not a keybinding. "C-s" runs isearch-forward, which puts you into Isearch mode (as you can see into modeline), and you can learn about its keybindings with "C-h m". Otherwise, you can try " C-h", that is "C-c C-h", "C-x C- h" and so on.