bug-texinfo
[Top][All Lists]
Advanced

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

Re: backslash no longer works in indices


From: Patrice Dumas
Subject: Re: backslash no longer works in indices
Date: Tue, 23 Aug 2011 01:25:06 +0200
User-agent: Mutt/1.4.2.2i

On Mon, Aug 22, 2011 at 11:05:16PM +0000, Karl Berry wrote:
> 
> Patrice, can you check how TP behaves with @funindex \\q?

Currently it leaves \\q.  As I can see in the code, if the macro 
takes  te line as argument, no processing of the line is done 
at all. If takes an argument in brace (even if it is only one 
argument), the 2 backslashes lead to one, while one backslash 
is passed as is:


 @funindex \\q
 @funindex{\\r}
 @funindex \q
 @funindex{\r}

  =>

 @findex \\q
 @findex \r
 @findex \q
 @findex \r

-- 
Pat



reply via email to

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