bug-texinfo
[Top][All Lists]
Advanced

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

Re: TRAMP User Manual problems with Texinfo 5.0


From: Patrice Dumas
Subject: Re: TRAMP User Manual problems with Texinfo 5.0
Date: Thu, 21 Feb 2013 20:18:56 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

On Wed, Feb 20, 2013 at 09:05:02PM -0800, Paul Eggert wrote:
> 
> This works fine with Texinfo 4.13, but Texinfo 5.0
> issues many diagnostics; see the attached file zerr.txt.
> Apparently Texinfo 5.0 doesn't like this macro definition:
> 
>    @macro xxx address@hidden
>    @set address@hidden
>    @end macro
> 
> but as I am not a Texinfo expert I don't know what the
> macro definition is supposed to do, or why Texinfo 5.0
> doesn't like it.  Can you please advise?  Thanks.

It is not only this macro, there are much more issues.  Part are
certainly incorrect use of user defined macro, but part may also come
from Texinfo.

The first ambiguous construct is in fact

  @set address@hidden

I am not sure how this should be interpreted?  It may be considered
1. wrong
2. the same as

  @set x

3. the same as

  @set x @c

 In that case it is certainly not what the user expect, since @value{x}
 will be expanded as 
  @c

A similar question for

  @clear address@hidden

1. wrong
2. the same as
  @clear x

And also for @ifset/@ifclear

  @ifclear address@hidden

1. wrong
2. the same as
  @ifclear x

What do you think?

-- 
Pat



reply via email to

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