From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: what is ? Date: Fri, 04 Jun 2010 10:34:23 -0400 Message-ID: References: <877hmgroue.fsf@kuiper.lan.informatimago.com> <47585daf-bcd4-498a-b05d-d8bdbcfefa50@y11g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291828062 24574 80.91.229.12 (8 Dec 2010 17:07:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 17:07:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 18:07:38 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 1PQNUP-0006cy-Mm for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 18:07:38 +0100 Original-Received: from localhost ([127.0.0.1]:60631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQNUP-00004r-1V for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 12:07:37 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe05.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:L+A5Tbg5BuupDbMp8R1Q+wjcZV8= Original-Lines: 15 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Fri, 04 Jun 2010 14:34:23 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:178628 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:75668 Archived-At: > Great answer, thanks! I'll definitely do the key binding you suggest, > but I'd also like to be able to duplicate the way incremental search > works, where you can repeatedly press the same key (C-s) to move to > subsequent matches. Would there be a way to set it up where C-c C-s > not only finds the first occurrence of the search string, but pressing > C-c C-s again and again finds subsequent occurrences? Or would that > require some programming with Elisp? Alternatively, I guess I could > just pick a different key binding for the command nonincremental- > repeat-search-forward. Makes me wonder: why in the world would you want to use non-incremental search? Stefan