Laurent Bloch | 26 Nov 2010 15:21

index entry for set! set-car! set-cdr!

Hi,

It is a bug, I'm afraid; when attempting to create index entries for:

\index{\texttt{set-car!}}
\index{\texttt{set-cdr!}}
\index{\texttt{set!}}

it results in an error message:

ERROR: CHAR: index 0 should be less than the length of the string

It used to work with makeindex. I suppose the final exclamation mark is
confusing.

Best regards.

--

-- 
Laurent Bloch - http://www.laurentbloch.org - lb <at> laurentbloch.org
Tél. prof. : +33-1 44 05 49 37 -- GPG : 943EB1A3

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
(Continue reading)

Marc Baudoin | 26 Nov 2010 16:02

Re: index entry for set! set-car! set-cdr!

Laurent Bloch <lb <at> laurentbloch.org> écrit :
> 
> It is a bug, I'm afraid; when attempting to create index entries for:
> 
> \index{\texttt{set-car!}}
> \index{\texttt{set-cdr!}}
> \index{\texttt{set!}}

! is a special character for the \index command (it is used for
index subentries), makeindex and xindy.  To use it literally, it
has to be quoted with ":

\index{\texttt{set-car"!}}
\index{\texttt{set-cdr"!}}
\index{\texttt{set"!}}

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
________________________________________________________________________
xindy-discuss mailing list -- general xindy announcements and discussions
Unsubscribe via https://lists.sourceforge.net/lists/listinfo/xindy-discuss
Laurent Bloch | 26 Nov 2010 16:08

Re: index entry for set! set-car! set-cdr!

Thank you!

Le vendredi 26 novembre 2010 Marc Baudoin a écrit ceci :

> Laurent Bloch <lb <at> laurentbloch.org> écrit :
> > 
> > It is a bug, I'm afraid; when attempting to create index entries for:
> > 
> > \index{\texttt{set-car!}}
> > \index{\texttt{set-cdr!}}
> > \index{\texttt{set!}}
> 
> ! is a special character for the \index command (it is used for
> index subentries), makeindex and xindy.  To use it literally, it
> has to be quoted with ":
> 
> \index{\texttt{set-car"!}}
> \index{\texttt{set-cdr"!}}
> \index{\texttt{set"!}}
> 
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> ________________________________________________________________________
> xindy-discuss mailing list -- general xindy announcements and discussions
> Unsubscribe via https://lists.sourceforge.net/lists/listinfo/xindy-discuss

(Continue reading)


Gmane