Path: g2news2.google.com!postnews.google.com!z26g2000prf.googlegroups.com!not-for-mail From: rusi Newsgroups: gnu.emacs.help Subject: Re: one shortcut next occurrence search Date: Fri, 24 Dec 2010 01:44:18 -0800 (PST) Organization: http://groups.google.com Lines: 14 Message-ID: References: <30512323.post@talk.nabble.com> NNTP-Posting-Host: 116.73.35.230 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1293183859 7409 127.0.0.1 (24 Dec 2010 09:44:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Dec 2010 09:44:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z26g2000prf.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui 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) 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.