From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sergei Pokrovsky Newsgroups: gmane.emacs.help Subject: Re: regexp-search-ring Date: Thu, 22 Apr 2004 19:35:11 +0700 Organization: Magistral Telecom JV. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082641307 8222 80.91.224.253 (22 Apr 2004 13:41:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2004 13:41:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 22 15:41:32 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGeSK-00020S-00 for ; Thu, 22 Apr 2004 15:41:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGdb6-0004MO-8u for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Apr 2004 08:46:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.sovam.com!news.siberia.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: omega.nbsp.nsk.su Original-X-Trace: news.siberia.net 1082637312 5794 212.17.10.98 (22 Apr 2004 12:35:12 GMT) Original-X-Complaints-To: usenet@news.siberia.net Original-NNTP-Posting-Date: Thu, 22 Apr 2004 12:35:12 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:XyPf9rXuqpsNSJDdvI3Qs55wh5s= Original-Xref: shelby.stanford.edu gnu.emacs.help:122565 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17852 >>>>> "FCC" == FCC writes: FCC> FCC wrote: >> Hello all, I am trying to find a way to isearch for a desired >> element of regexp-search-ring. One way is to use (nth m >> regexp-search-ring) for getting the mth element in the buffer >> *scratch*, and paste it to isearch prompt. Is there an easier >> way? Thanks, FCC. FCC> Or even better, it would be great to be able to browse the list FCC> with, for example, tab key and choose one. Did you try C-s M-p M-p M-p M-n ...? [...] -- Sergei