groff
[Top][All Lists]
Advanced

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

[Groff] clashings with .chop


From: Bernd Warken
Subject: [Groff] clashings with .chop
Date: Tue, 16 Oct 2001 11:41:54 +0200
User-agent: Mutt/1.2.5i

The .chop request provokes a rather strange behavior. Test the
following lines.

***************************

.de x
.if 1 ##
..
Call macro x:
.x
(not chopped yet).
.br
Now chop it:
.chop x
.x
removed space as expected.
.br
Now call it twice:
.x
.x
oops!

****************************

This will display:

Call macro x: ## (not chopped yet).
Now chop it: ##removed space as expected.
Now call it twice: ##.x oops!

This surely is not wanted.

Bernd Warken


reply via email to

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