From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Jumping between highlighted regexps Date: Fri, 16 Mar 2007 18:56:31 +0100 Organization: disorganized Message-ID: <87abydysvk.fsf@localhorst.mine.nu> References: <1174066001.923341.117250@b75g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174068591 9836 80.91.229.12 (16 Mar 2007 18:09:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2007 18:09:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 16 19:09:42 2007 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.50) id 1HSGs0-00027S-HV for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 19:09:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSGt8-0004Pl-OP for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 13:10:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSGsV-0004O8-Rj for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 14:10:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSGsU-0004NR-E0 for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 14:10:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSGsU-0004NM-6z for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 13:10:10 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HSGrL-0004Hy-2j for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 14:08:59 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HSGqx-0008Uy-VY for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 19:08:35 +0100 Original-Received: from e178000180.adsl.alicedsl.de ([85.178.0.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 19:08:35 +0100 Original-Received: from david.hansen by e178000180.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 19:08:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178000180.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:qTlylFDHVQCwNWgXqrEMCKL55+8= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:42021 Archived-At: On 16 Mar 2007 10:26:41 -0700 CloudStrife wrote: > I would like to know if there is a way to jump between regexps that > are highlighted using 'M-x highlight-regexp' How about using `occur'? `next-error' and `previous-error' work as expected. David