(\startcontents): Leave ^ catcode as other.
authorKarl Berry <karl@gnu.org>
Wed, 9 Jul 1997 20:45:27 +0000 (20:45 +0000)
committerKarl Berry <karl@gnu.org>
Wed, 9 Jul 1997 20:45:27 +0000 (20:45 +0000)
texinfo.tex

index 43b8cb9..f2880c9 100644 (file)
@@ -3295,7 +3295,9 @@ width0pt\relax} \fi
    \unnumbchapmacro{#1}\def\thischapter{}%
    \begingroup                  % Set up to handle contents files properly.
       \catcode`\\=0  \catcode`\{=1  \catcode`\}=2  \catcode`\@=11
-      \catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
+      % We can't do this, because then an actual ^ in a section
+      % title fails, e.g., @chapter ^ -- exponentiation.  --karl, 9jul97.
+      %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
       \raggedbottom             % Worry more about breakpoints than the bottom.
       \advance\hsize by -\contentsrightmargin % Don't use the full line length.
 }