[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Texinfo manual and Emacs behaviour
From: |
Christian von Schultz |
Subject: |
Texinfo manual and Emacs behaviour |
Date: |
Mon, 9 May 2005 10:01:06 +0200 |
User-agent: |
KMail/1.7.2 |
Hello!
The Texinfo documentation (edition 4.8, the version currently
available from www.gnu.org), chapter 2, says that narrow-to-page is "C-x
p", but in my version of Emacs it is "C-x n p". Likewise it says that
up-list is "C-c C-c }" or "C-c C-c ]", when it is in fact "C-c }" or
"C-c ]". It also says that texinfo-insert-braces is "C-c C-c {" when
it is in fact "C-c {".
I use GNU Emacs 21.4.1 on Debian GNU/Linux 3.1 (sarge). The following
diff shows the changes needed to make the manual describe the
behavior of my system:
$ diff -c orig/texinfo.txi new/texinfo.txi
*** orig/texinfo.txi 2004-12-29 16:06:41.000000000 +0100
--- new/texinfo.txi 2005-05-09 09:40:31.000000000 +0200
***************
*** 1805,1811 ****
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
--- 1805,1811 ----
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
***************
*** 1918,1929 ****
@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
--- 1918,1929 ----
@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
***************
*** 2027,2033 ****
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
--- 2027,2033 ----
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
***************
*** 2511,2519 ****
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}
--- 2511,2519 ----
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}
- Texinfo manual and Emacs behaviour,
Christian von Schultz <=