[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] [bug] .trin ceased to function?
From: |
Janez Žemva |
Subject: |
Re: [Groff] [bug] .trin ceased to function? |
Date: |
Fri, 22 Nov 2002 17:51:49 +0100 |
Indeed so, but
.trin \[char174]\(vZ
certainly and most definetly does not work :-(
Neither does
.trin \[char174]\[vZ]
nor 2 more versions separated with a space. To make a comparison from
latin1.tmac
.de latin1-tr
. if c\\$2 .if !c\\$1 .trin \\$1\\$2
..
.
.latin1-tr \[char161] \[r!]
Does this truly work? (I am not using latin1.tmac so excuse me)
In my own script:
.de slo-trin
.trin \\$1\\$2
..
.
.slo-trin \[char185] \[vs]
.slo-trin \[char190] \[vz]
Which is practicaly the same.
IS latin1.tmac working for you? Because my own script, supporting latin2 is
based on latin1.tmac and has stopped working :-P
On Fri, 22 Nov 2002 09:34:12 +0100 (CET)
Werner LEMBERG <address@hidden> wrote:
> > Check out this test groff script:
> >
> > it produces:
> >
> > This is test string.
>
> This is right behaviour.
>
> > instead of:
> >
> > This is b test string.
>
> Use
>
> .trin ab
>
> instead of
>
> .trin a b
>
>
> Werner
- [Groff] [bug] .trin ceased to function?, Janez Žemva, 2002/11/21
- Re: [Groff] [bug] .trin ceased to function?, Lars Segerlund, 2002/11/22
- Re: [Groff] [bug] .trin ceased to function?, Werner LEMBERG, 2002/11/22
- Re: [Groff] [bug] .trin ceased to function?,
Janez Žemva <=
- Re: [Groff] [bug] .trin ceased to function?, Colin Watson, 2002/11/22
- Re: [Groff] [bug] .trin ceased to function?, Werner LEMBERG, 2002/11/22
- Re: [Groff] [bug] .trin ceased to function?, Janez Žemva, 2002/11/24
- Re: [Groff] [bug] .trin ceased to function?, Colin Watson, 2002/11/24
- Re: [Groff] [bug] .trin ceased to function?, Werner LEMBERG, 2002/11/24