From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: [akim@epita.fr: Problem with texinfo.el's C-c C-u C-a and appendix] Date: Fri, 14 Nov 2003 14:25:48 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200311141925.hAEJPmi06109@f7.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YUWj8sMTOf" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068838052 16044 80.91.224.253 (14 Nov 2003 19:27:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2003 19:27:32 +0000 (UTC) Cc: akim@epita.fr Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Nov 14 20:27:30 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKjbO-0000kI-00 for ; Fri, 14 Nov 2003 20:27:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKjbO-0005wU-00 for ; Fri, 14 Nov 2003 20:27:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKkXr-00036n-Qz for emacs-devel@quimby.gnus.org; Fri, 14 Nov 2003 15:27:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKkXh-00032x-J8 for emacs-devel@gnu.org; Fri, 14 Nov 2003 15:27:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKkXB-0002fC-It for emacs-devel@gnu.org; Fri, 14 Nov 2003 15:27:44 -0500 Original-Received: from [209.61.216.22] (helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKkXB-0002em-9C for emacs-devel@gnu.org; Fri, 14 Nov 2003 15:27:13 -0500 Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id hAEJPmi06109; Fri, 14 Nov 2003 14:25:48 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17823 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17823 --YUWj8sMTOf Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Is anyone interested in working on this bug in texinfo.el (I hope)? Date: Fri, 14 Nov 2003 18:12:56 +0100 From: Akim Demaille To: Texinfo Bugs Subject: Problem with texinfo.el's C-c C-u C-a and appendix I have a document which structure looks like that of the following: --YUWj8sMTOf Content-Type: application/octet-stream Content-Disposition: attachment; filename="foo.texi" Content-Transfer-Encoding: base64 XGlucHV0IHRleGluZm8gICAgQGMgLSotdGV4aW5mby0qLQpAYyAlKipzdGFydCBvZiBoZWFkZXIK QHNldGZpbGVuYW1lIGZvby5pbmZvCkBzZXR0aXRsZSBGT08KQGNvbW1lbnQgJSoqZW5kIG9mIGhl YWRlcgoKQG5vZGUgVG9wLCAgLCAoZGlyKSwgKGRpcikKQHRvcCBGT08KCkB0YWJsZSBAYXNpcwpA c3AgMQpAaXRlbSBIZWxsbwpXb3JsZApAZW5kIHRhYmxlCgpAYnllCg== --YUWj8sMTOf Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit When I add section etc., I run 'C-c C-u C-a' to update all my menus, but then the menu for the appendix is destroyed. Try it, and you get: Before: @node Appendices @appendix Appendices @menu * Glossary:: Some of the words used in this document * GNU Free Documentation License:: License for copying this document * Colophon:: Version of this document * Index:: Indices of symbols, concepts, etc. @end menu After: @node Appendices + @menu + @end menu + @appendix Appendices @menu * Glossary:: Some of the words used in this document * GNU Free Documentation License:: License for copying this document * Colophon:: Version of this document * Index:: Indices of symbols, concepts, etc. @end menu ---------------------------------------------------------------------- Another (related?) problem is that the main menu seems wrong to me: @menu * Appendices:: * Glossary:: * Colophon:: * Index:: @end menu Shouldn't it mention Appendices first and alone, and then the details? Just like ordinary chapters, i.e. @menu * Appendices:: Glossary etc. @detailmenu --- The Detailed Node Listing --- * Glossary:: Some of the words used in this document * GNU Free Documentation License:: License for copying this document * Colophon:: Version of this document * Index:: Indices of symbols, concepts, etc. @end detailmenu @end menu Thanks! --YUWj8sMTOf Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel --YUWj8sMTOf--