unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: karl@freefriends.org (Karl Berry)
Cc: akim@epita.fr
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	[thread overview]
Message-ID: <200311141925.hAEJPmi06109@f7.net> (raw)

[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 312 bytes --]

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 <akim@epita.fr>
To: Texinfo Bugs <bug-texinfo@gnu.org>
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:


[-- Attachment #2: foo.texi --]
[-- Type: application/octet-stream, Size: 211 bytes --]

\input texinfo    @c -*-texinfo-*-
@c %**start of header
@setfilename foo.info
@settitle FOO
@comment %**end of header

@node Top,  , (dir), (dir)
@top FOO

@table @asis
@sp 1
@item Hello
World
@end table

@bye

[-- Attachment #3: message body text --]
[-- Type: text/plain, Size: 1697 bytes --]


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!

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2003-11-14 19:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-14 19:25 Karl Berry [this message]
2003-11-14 20:57 ` [akim@epita.fr: Problem with texinfo.el's C-c C-u C-a and appendix] Robert J. Chassell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200311141925.hAEJPmi06109@f7.net \
    --to=karl@freefriends.org \
    --cc=akim@epita.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).