From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: Search Next Date: Tue, 10 Dec 2002 06:15:29 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <1P2J9.122644$Gc.3967898@twister.austin.rr.com> Reply-To: ken@cleveland.lug.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1039521596 30330 80.91.224.249 (10 Dec 2002 11:59:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 11:59:56 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Lj3H-0007sB-00 for ; Tue, 10 Dec 2002 12:59:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Liuk-0000iT-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 10 Dec 2002 06:51:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18LiuR-0000iC-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 06:50:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18LiuN-0000hZ-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 06:50:42 -0500 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Licz-0007wP-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 06:32:41 -0500 Original-Received: from adsl-65-43-212-142.dsl.bcvloh.ameritech.net ([65.43.212.142] helo=heidegger.mousecar.net) by gnudist.gnu.org with esmtp (Exim 4.10.13) id 18LiMQ-0000r1-00 for help-gnu-emacs@gnu.org; Tue, 10 Dec 2002 06:15:34 -0500 Original-Received: from localhost (ken@localhost) by heidegger.mousecar.net (8.11.6/8.11.6) with ESMTP id gBABFWF04543; Tue, 10 Dec 2002 06:15:32 -0500 X-Authentication-Warning: heidegger.mousecar.net: ken owned process doing -bs Original-Newsgroups: gnu.emacs.help X-X-Sender: Original-To: CarlC In-Reply-To: <1P2J9.122644$Gc.3967898@twister.austin.rr.com> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4471 The first C-s will prompt for the search string. If you respond to this with another C-s, it will use the previously entered search string. That is, all you have to do is do C-s twice. ken CarlC at 15:39 (UTC-0000) on Mon, 9 Dec 2002 said: = I am having trouble finding the emacs command for Find Next. Basically, I = want to be able to press a key and have it search for the next occurrence of = the previously entered search string. I know that I can do CTRL-S while in = isearch and it will move to the next occurence. I want to do this after = exiting isearch. = = On a related subject, what is the name of the variable that stores this last = search string? I want to be able to save this for each file from session.el. = = Thanks. = = = _______________________________________________ = Help-gnu-emacs mailing list = Help-gnu-emacs@gnu.org = http://mail.gnu.org/mailman/listinfo/help-gnu-emacs =