From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "CarlC" Newsgroups: gmane.emacs.help Subject: Search Next Date: Mon, 09 Dec 2002 15:39:41 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1P2J9.122644$Gc.3967898@twister.austin.rr.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1039482260 8054 80.91.224.249 (10 Dec 2002 01:04:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2002 01:04:20 +0000 (UTC) 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 18LYot-00025m-00 for ; Tue, 10 Dec 2002 02:04:19 +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 18LQ1I-0004N7-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 09 Dec 2002 10:40:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 66.68.161.15 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1039448381 66.68.161.15 (Mon, 09 Dec 2002 09:39:41 CST) Original-NNTP-Posting-Date: Mon, 09 Dec 2002 09:39:41 CST Original-Xref: shelby.stanford.edu gnu.emacs.help:107889 Original-To: help-gnu-emacs@gnu.org 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:4454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4454 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.