From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: breadcrumbs for Info . . . . . . Date: Wed, 11 Jun 2008 21:59:40 +0300 Message-ID: References: <009d01c8cb55$13d53e20$0200a8c0@us.oracle.com> <87fxrkltma.fsf@jurta.org> <00ae01c8cb71$c26aeef0$0200a8c0@us.oracle.com> <873ankqou6.fsf@jurta.org> <00d901c8cbc9$7df36fb0$0200a8c0@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213211028 10935 80.91.229.12 (11 Jun 2008 19:03:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 19:03:48 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 11 21:04:30 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6VcQ-0003CU-Oe for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 21:04:27 +0200 Original-Received: from localhost ([127.0.0.1]:35008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Vbd-0004V0-9H for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 15:03:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6VbY-0004Uf-1J for emacs-devel@gnu.org; Wed, 11 Jun 2008 15:03:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6VbU-0004Tt-R2 for emacs-devel@gnu.org; Wed, 11 Jun 2008 15:03:31 -0400 Original-Received: from [199.232.76.173] (port=50053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6VbU-0004Th-Kt for emacs-devel@gnu.org; Wed, 11 Jun 2008 15:03:28 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:41199) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6VbU-0003up-76 for emacs-devel@gnu.org; Wed, 11 Jun 2008 15:03:28 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6VbS-0003x6-Qq for emacs-devel@gnu.org; Wed, 11 Jun 2008 15:03:27 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.28.131]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K2B00DTYC4HS4R2@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Wed, 11 Jun 2008 22:14:42 +0300 (IDT) In-reply-to: <00d901c8cbc9$7df36fb0$0200a8c0@us.oracle.com> X-012-Sender: halo1@inter.net.il X-detected-kernel: by mx20.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98970 Archived-At: > From: "Drew Adams" > Date: Wed, 11 Jun 2008 06:46:03 -0700 > Cc: emacs-devel@gnu.org > > I checked (using `T') all of the manuals that come by default with Emacs on > Windows - I found no nodes deeper than 4. There's no need to try to find this out empirically: Texinfo explicitly limits the number of levels to 4. These levels are (from highest to lowest): chapter, section, subsection, subsubsection. From the Texinfo manual: 5.11 The `subsub' Commands ========================== The fourth and lowest level sectioning commands in Texinfo are the `subsub' commands. They are: `@subsubsection' ....