texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Mon May 9 14:52:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Mon May 9 14:52:01 EDT 2005)
Date: Mon, 09 May 2005 14:52:30 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.497
retrieving revision 1.498
diff -c -r1.497 -r1.498
*** ChangeLog   29 Apr 2005 13:59:18 -0000      1.497
--- ChangeLog   9 May 2005 18:24:26 -0000       1.498
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-05-09  Christian von Schultz  <address@hidden>  (tiny change)
+ 
+       * doc/texinfo.txi (Emacs chapter): wrong key bindings for
+               narrow-to-page, up-list, and texinfo-insert-braces.
+               bug-texinfo mail, 9 May 2005 10:01:06 +0200.
+ 
  2005-04-29  Karl Berry  <address@hidden>
  
        * doc/texinfo.txi: remove ls(1) and rcsintro(1) references at rms'
Index: doc/texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.139
retrieving revision 1.140
diff -c -r1.139 -r1.140
*** doc/texinfo.txi     29 Apr 2005 13:59:19 -0000      1.139
--- doc/texinfo.txi     9 May 2005 18:24:27 -0000       1.140
***************
*** 1,5 ****
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.139 2005/04/29 13:59:19 karl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
--- 1,5 ----
  \input texinfo.tex    @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.140 2005/05/09 18:24:27 karl Exp $
  @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
  @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
  
***************
*** 1809,1815 ****
  delimiter, you can jump from chapter title to chapter title with the
  @kbd{C-x ]} (@code{forward-page}) and @kbd{C-x [}
  (@code{backward-page}) commands and narrow to a chapter with the
! @kbd{C-x p} (@code{narrow-to-page}) command.  (@xref{Pages, , ,emacs,
  The GNU Emacs Manual}, for details about the page commands.)@refill
  
  You may name a Texinfo file however you wish, but the convention is to
--- 1809,1815 ----
  delimiter, you can jump from chapter title to chapter title with the
  @kbd{C-x ]} (@code{forward-page}) and @kbd{C-x [}
  (@code{backward-page}) commands and narrow to a chapter with the
! @kbd{C-x n p} (@code{narrow-to-page}) command.  (@xref{Pages, , ,emacs,
  The GNU Emacs Manual}, for details about the page commands.)@refill
  
  You may name a Texinfo file however you wish, but the convention is to
***************
*** 1922,1933 ****
  @findex texinfo-insert-braces
  Insert @address@hidden@}} and put the cursor between the address@hidden
  
! @item C-c C-c @}
! @itemx C-c C-c ]
  @itemx M-x up-list
  @findex up-list
  Move from between a pair of braces forward past the closing brace.
! Typing @kbd{C-c C-c ]} is easier than typing @kbd{C-c C-c @}}, which
  is, however, more mnemonic; hence the two keybindings.  (Also, you can
  move out from between braces by typing @kbd{C-f}.)@refill
  @end table
--- 1922,1933 ----
  @findex texinfo-insert-braces
  Insert @address@hidden@}} and put the cursor between the address@hidden
  
! @item C-c @}
! @itemx C-c  ]
  @itemx M-x up-list
  @findex up-list
  Move from between a pair of braces forward past the closing brace.
! Typing @kbd{C-c ]} is easier than typing @kbd{C-c @}}, which
  is, however, more mnemonic; hence the two keybindings.  (Also, you can
  move out from between braces by typing @kbd{C-f}.)@refill
  @end table
***************
*** 2031,2037 ****
  the chapter-level @@-commands.  This enables you to use the @kbd{C-x
  ]} (@code{forward-page}) and @kbd{C-x [} (@code{backward-page})
  commands to move forward and backward by chapter, and to use the
! @kbd{C-x p} (@code{narrow-to-page}) command to narrow to a chapter.
  @xref{Pages, , , emacs, The GNU Emacs Manual}, for more information
  about the page address@hidden
  
--- 2031,2037 ----
  the chapter-level @@-commands.  This enables you to use the @kbd{C-x
  ]} (@code{forward-page}) and @kbd{C-x [} (@code{backward-page})
  commands to move forward and backward by chapter, and to use the
! @kbd{C-x n p} (@code{narrow-to-page}) command to narrow to a chapter.
  @xref{Pages, , , emacs, The GNU Emacs Manual}, for more information
  about the page address@hidden
  
***************
*** 2515,2523 ****
  C-c C-c n       @r{Insert} @samp{@@node}.
  C-c C-c s       @r{Insert} @samp{@@samp}.
  C-c C-c v       @r{Insert} @samp{@@var}.
! C-c C-c @{       @r{Insert braces.}
! C-c C-c ]
! C-c C-c @}       @r{Move out of enclosing braces.}
  
  @group
  C-c C-c C-d     @r{Insert a node's section title}
--- 2515,2523 ----
  C-c C-c n       @r{Insert} @samp{@@node}.
  C-c C-c s       @r{Insert} @samp{@@samp}.
  C-c C-c v       @r{Insert} @samp{@@var}.
! C-c @{       @r{Insert braces.}
! C-c ]
! C-c @}       @r{Move out of enclosing braces.}
  
  @group
  C-c C-c C-d     @r{Insert a node's section title}
***************
*** 18583,18589 ****
  (@url{http://www.gnu.org/software/rcs}) version control systems, which
  expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.139 2005/04/29 13:59:19 karl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
--- 18583,18589 ----
  (@url{http://www.gnu.org/software/rcs}) version control systems, which
  expand it into a string such as:
  @example
! $Id: texinfo.txi,v 1.140 2005/05/09 18:24:27 karl Exp $
  @end example
  (This is useful in all sources that use version control, not just manuals.)
  You may wish to include the @samp{$Id:} comment in the @code{@@copying}
***************
*** 18649,18655 ****
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.139 2005/04/29 13:59:19 karl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
--- 18649,18655 ----
  
  @verbatim
  \input texinfo   @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.140 2005/05/09 18:24:27 karl Exp $
  @comment %**start of header
  @setfilename sample.info
  @include version.texi
P ChangeLog
P doc/texinfo.txi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]