From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marco" Newsgroups: gmane.emacs.help Subject: Re: jump to next/previous tags Date: 31 Mar 2007 01:10:57 -0700 Organization: http://groups.google.com Message-ID: <1175328657.243200.228900@q75g2000hsh.googlegroups.com> References: <1175327294.646202.57770@d57g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1175330315 4941 80.91.229.12 (31 Mar 2007 08:38:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 08:38:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 31 10:38:29 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 1HXZ6R-0002iD-VF for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Mar 2007 10:38:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXZ9D-0001IO-Om for geh-help-gnu-emacs@m.gmane.org; Sat, 31 Mar 2007 03:41:19 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 89.49.219.176 Original-X-Trace: posting.google.com 1175328658 2317 127.0.0.1 (31 Mar 2007 08:10:58 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 31 Mar 2007 08:10:58 +0000 (UTC) In-Reply-To: <1175327294.646202.57770@d57g2000hsg.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070302 Ubuntu/dapper-security Epiphany/2.14 Firefox/1.5.0.10,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=89.49.219.176; posting-account=Dth_zQ0AAABhuTeINytDGhz56wGkbfEB Original-Xref: shelby.stanford.edu gnu.emacs.help:146714 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:42318 Archived-At: On 31 Mrz., 09:48, "puzan" wrote: > How can i jump to next/previous tags in xml and others modes? You may read the emacs help about the mode by typing C-h m in the respective buffer. For me the help looks like this XML mode: Major mode for editing SGML documents. [...] C-c sgml-skip-tag-backward C-c sgml-skip-tag-forward [...]