texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/doc texinfo.tex,1.20,1.21


From: karl
Subject: texinfo/doc texinfo.tex,1.20,1.21
Date: Fri, 16 Jan 2004 00:33:10 +0100

Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv31117

Modified Files:
        texinfo.tex 
Log Message:
(\readauxfile): \ must have catcode other to
handle \ in node/section names.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** texinfo.tex 6 Jan 2004 00:10:19 -0000       1.20
--- texinfo.tex 15 Jan 2004 23:33:08 -0000      1.21
***************
*** 4,8 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-01-05.16}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
--- 4,8 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-01-15.09}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 1111,1114 ****
--- 1111,1115 ----
  % This makes it possible to make a .fmt file for texinfo.
  \def\setfilename{%
+    \fixbackslash  % Turn off hack to swallow `\input texinfo'.
     \iflinks
       \tryauxfile
***************
*** 1117,1122 ****
     \fi % \openindices needs to do some work in any case.
     \openindices
!    \fixbackslash  % Turn off hack to swallow `\input texinfo'.
!    \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
     %
     % If texinfo.cnf is present on the system, read it.
--- 1118,1122 ----
     \fi % \openindices needs to do some work in any case.
     \openindices
!    \let\setfilename=\comment % Ignore extra @setfilename cmds.
     %
     % If texinfo.cnf is present on the system, read it.
***************
*** 5984,5988 ****
    \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
    %
!   % Make the characters 128-255 be printing characters
    {%
      \count 1=128
--- 5984,5997 ----
    \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
    %
!   % This is to support \ in node names and titles, since the \
!   % characters end up in a \csname.  It's easier than
!   % leaving it active and making its active definition an actual \
!   % character.  What I don't understand is why it works in the *value*
!   % of the xrdef.  Seems like it should be a catcode12 \, and that
!   % should not typeset properly.  But it works, so I'm moving on for
!   % now.  --karl, 15jan04.
!   \catcode`\\=\other
!   %
!   % Make the characters 128-255 be printing characters.
    {%
      \count 1=128
***************
*** 5994,5998 ****
    }%
    %
!   % @ is our escape character in .aux files.
    \catcode`\{=1
    \catcode`\}=2
--- 6003,6007 ----
    }%
    %
!   % @ is our escape character in .aux files, and we need braces.
    \catcode`\{=1
    \catcode`\}=2
***************
*** 6240,6244 ****
      \def\floatlabel{#2}%
      \def\floatloc{#3}% we do nothing with this yet.
-     % xx should we indent the whole thing? center it?
      %
      \ifx\floattype\empty \else
--- 6249,6252 ----



reply via email to

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