texinfo-commits
[Top][All Lists]
Advanced

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

[7288] catcode of @ is 12 when reading index file


From: gavinsmith0123
Subject: [7288] catcode of @ is 12 when reading index file
Date: Sun, 31 Jul 2016 07:43:50 +0000 (UTC)

Revision: 7288
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7288
Author:   gavin
Date:     2016-07-31 07:43:50 +0000 (Sun, 31 Jul 2016)
Log Message:
-----------
catcode of @ is 12 when reading index file

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-07-30 20:37:16 UTC (rev 7287)
+++ trunk/ChangeLog     2016-07-31 07:43:50 UTC (rev 7288)
@@ -1,3 +1,9 @@
+2016-07-31  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\printindex): Set catcode of @ to 12 instead 
+       of 11 so that e.g. "address@hidden" is not viewed all as one control 
+       sequence when it should begin with the control letter "\@".
+
 2016-07-30  Gavin Smith  <address@hidden>
 
        * doc/refcard/txicmdcheck: Ignore @setcontentsaftertitlepage.

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2016-07-30 20:37:16 UTC (rev 7287)
+++ trunk/doc/texinfo.tex       2016-07-31 07:43:50 UTC (rev 7288)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2016-07-30.17}
+\def\texinfoversion{2016-07-31.07}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5392,7 +5392,7 @@
   % \initial address@hidden
   % as its first line, TeX doesn't complain about mismatched braces
   % (because it thinks @} is a control sequence).
-  \catcode`\@ = 11
+  \catcode`\@ = 12
   % See comment in \requireopenindexfile.
   \def\indexname{#1}\ifx\indexname\indexisfl\def\indexname{f1}\fi
   \openin 1 \jobname.\indexname s




reply via email to

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