groff
[Top][All Lists]
Advanced

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

Re: weird behaviour of groff / preconv


From: Ulrich Lauther
Subject: Re: weird behaviour of groff / preconv
Date: Mon, 25 Nov 2019 12:05:08 +0100
User-agent: Mutt/1.9.4 (2018-02-28)

On Mon, Nov 25, 2019 at 02:05:39AM +0100, Tadziu Hoffmann wrote:
> 
> 
> > It seems groff expands to b\[u00F6]\fPld instead of b\[u00F6]ld\fP.
> 
> If I print out the text using .tm, I get
> 
>   \f3b\[u00f6\fPld]
> 
> so it seems that the string argument scanner stops at the first "]",
> passing "b\[u00f6" to MyBLD as argument, which then results in the
> "missing ']'" error.  If you quote the argument, the scanner correctly
> collects all text until the ending quote, and then terminates with
> the following "]", giving the correct argument "b\[u00f6]ld".
> 
> 
Yes. But is this to be considered a bug, or a feature?



reply via email to

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