[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @error in @cindex
From: |
Karl Berry |
Subject: |
Re: @error in @cindex |
Date: |
Fri, 6 Feb 2004 11:23:13 -0500 |
When putting @error in @cindex, the index, when sectioned with
\initials, is broken:
Thanks. Here's a patch.
*** texinfo.tex.~1.26.~ Wed Jan 28 14:10:53 2004
--- texinfo.tex Fri Feb 6 08:19:20 2004
***************
*** 3169,3174 ****
--- 3169,3175 ----
\definedummyword{sc}%
\definedummyword{t}%
%
+ % Commands that take arguments.
\definedummyword{acronym}%
\definedummyword{cite}%
\definedummyword{code}%
***************
*** 3232,3240 ****
\def\ordf{a}%
\def\ordm{o}%
%
! \def\LaTeX{LaTeX}%
! \def\TeX{TeX}%
\def\dots{...}%
}
\let\indexbackslash=0 %overridden during \printindex.
--- 3233,3255 ----
\def\ordf{a}%
\def\ordm{o}%
%
! % Assorted special characters.
! % (The following {} will end up in the sort string, but that's ok.)
! \def\bullet{bullet}%
! \def\copyright{copyright}%
! \def\registeredsymbol{R}%
\def\dots{...}%
+ \def\enddots{...}%
+ \def\equiv{==}%
+ \def\error{error}%
+ \def\expansion{==>}%
+ \def\minus{-}%
+ \def\pounds{pounds}%
+ \def\point{.}%
+ \def\print{-|}%
+ \def\result{=>}%
+ \def\TeX{TeX}%
+ \def\LaTeX{LaTeX}%
}
\let\indexbackslash=0 %overridden during \printindex.