From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Akim Demaille Newsgroups: gmane.comp.tex.texinfo.bugs,gmane.emacs.bugs Subject: texinfo.el: fails to build menus with @appendix Date: Wed, 21 Apr 2004 11:55:58 +0200 Sender: bug-texinfo-bounces+gnu-bug-texinfo2=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1082844711 8490 80.91.224.253 (24 Apr 2004 22:11:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Apr 2004 22:11:51 +0000 (UTC) Original-X-From: bug-texinfo-bounces+gnu-bug-texinfo2=m.gmane.org@gnu.org Sun Apr 25 00:11:44 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 1BHVNA-0004Lo-00 for ; Sun, 25 Apr 2004 00:11:44 +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 1BHVMe-0003ca-UV for gnu-bug-texinfo2@m.gmane.org; Sat, 24 Apr 2004 18:11:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHVMa-0003bo-Uw for bug-texinfo@gnu.org; Sat, 24 Apr 2004 18:11:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHVM3-0003W5-1m for bug-texinfo@gnu.org; Sat, 24 Apr 2004 18:11:06 -0400 Original-Received: from [163.5.0.25] (helo=deliver.epitech.net) by monty-python.gnu.org with smtp (Exim 4.30) id 1BHVM2-0003VH-IK; Sat, 24 Apr 2004 18:10:34 -0400 Original-Received: from epita.fr ([10.42.1.60]) by deliver.epitech.net (SAVSMTP 3.1.2.35) with SMTP id M2004042214352330620 ; Thu, 22 Apr 2004 14:35:23 +0200 Original-Received: from kualalumpur.lrde.epita.fr (kualalumpur.lrde.epita.fr [10.223.13.1]) by epita.fr id i3MCcwS13107 Thu, 22 Apr 2004 14:38:58 +0200 (CEST) Original-Received: from nostromo.lrde.epita.fr ([10.223.13.52] ident=mail) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.36 #1 (Debian)) id 1BGdTz-0003Yx-00; Thu, 22 Apr 2004 14:39:11 +0200 Original-Received: from root by nostromo.lrde.epita.fr with local (Exim 3.36 #1 (Debian)) id 1BGdTo-00023D-00; Thu, 22 Apr 2004 14:39:00 +0200 Original-Received: from akim by nostromo.lrde.epita.fr with local (Exim 4.32) id 1BGESU-0007Z7-Ur; Wed, 21 Apr 2004 11:55:58 +0200 Original-To: Texinfo Bugs , bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-rewrote-sender: akim@nostromo.lrde.epita.fr X-BeenThere: bug-texinfo@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Bug reports for the GNU Texinfo documentation system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-texinfo-bounces+gnu-bug-texinfo2=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.tex.texinfo.bugs:1918 gmane.emacs.bugs:7741 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7741 [Sorry for the delays, I have suffered sysadmin issues.] 1BGESU-0007Z7-Ur-D --=-=-= texinfo.el is still unable to built menus when there are appendices. This is very troublesome, since many GNU documents do include fdl.texi and such, which are precisely @appendixsec. Just try a simple C-c C-u C-a on the attached file, and see the result: --=-=-= Content-Type: application/x-texinfo Content-Disposition: attachment; filename=appendix-menus-are-improperly-updated.texi \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename appendix.info @ifnottex @node Top @top Appendix @end ifnottex @node Introduction @chapter Introduction @node Appendices @appendix Appendices @node Index @appendixsec Index --=-=-= | \input texinfo @c -*-texinfo-*- | @c %**start of header | @setfilename appendix.info | | @ifnottex | @node Top | @top Appendix | @end ifnottex | | @menu | * Introduction:: | * Appendices:: This is wrong: it -->| * Index:: is a subsection, not | @end menu a chapter. | | @node Introduction | @chapter Introduction | | @node Appendices This is (i) empty, | @menu (ii) between @node | @end menu and @appendix!!! | | @appendix Appendices | | @node Index | @appendixsec Index Thanks! (This is Emacs 21.3.1's Texinfo.el.) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo/ bug-texinfo@gnu.org http://mail.gnu.org/mailman/listinfo/bug-texinfo --=-=-=--