Re: [Groff] groff - me /texte français

2013-08-25 Thread Grégoire Babey
Hi Ralph, Le jeudi 15 août 2013 à 12:55 +0100, Ralph Corderoy a écrit : > Hi Grégoire, > > > > troff takes ISO-8859-1 as its default input. If you want to feed it > > > UTF-8 then look at groff's -k option. Try > > > > > > printf 'testé\n' | groff -k -me -X > > > > thanks a lot for your a

Re: [Groff] question about .rs and .nop

2013-08-25 Thread Peter Schaffter
On Sat, Aug 24, 2013, Ulrich Lauther wrote: > The groff manual says: > > .rs Restore spacing; turn no-space mode off. > > However, > .rs > .sp 3 > does not work; one has to output some text first, to get .sp to work. > > Is this a bug in groff, or in its documentation? I wonder about

Re: [Groff] groff - me /texte français

2013-08-25 Thread Ralph Corderoy
Hi Grégoire, > If you use gedit the -k option takes any special signs like > é,à,è,ö,ü,ç,%,&,æ . It works fine. Only for € I didn't find a solution > yet. OK, if you don't want to write about money, you have no problem > :-) It sounds as if the X font used by gxditview(1) for troff's font TR doe

Re: [Groff] groff - me /texte français

2013-08-25 Thread Grégoire Babey
Hi Ralph, yes, if you go directly to .ps or .pdf, € is no problem! Thanks a lot Grégoire Le dimanche 25 août 2013 à 19:44 +0100, Ralph Corderoy a écrit : > Hi Grégoire, > > > If you use gedit the -k option takes any special signs like > > é,à,è,ö,ü,ç,%,&,æ . It works fine. Only for € I didn't

Re: [Groff] question about .rs and .nop

2013-08-25 Thread Ulrich Lauther
On Sun, Aug 25, 2013 at 02:00:08PM -0400, Peter Schaffter wrote: > > > > Is this a bug in groff, or in its documentation? > > I wonder about that, too. The info manual says very clearly > > "This mode [.ns] ends when actual text is output or the `rs' > request is encountered..." > > Logica

Re: [Groff] question about .rs and .nop

2013-08-25 Thread Keith Marshall
On 25/08/13 20:55, Ulrich Lauther wrote: >>> About the .nop request: >>> >>> .nop anything >>> Always process anything. >>> >>> What is this request good for? >> >> It's good for things like >> >>.rs >>.nop \& >>.sp 3 >> >> which is offers a solution to the .r

Re: [Groff] question about .rs and .nop

2013-08-25 Thread Werner LEMBERG
>> The groff manual says: >> >> .rs Restore spacing; turn no-space mode off. >> >> However, >> .rs >> .sp 3 >> does not work; one has to output some text first, to get .sp to >> work. I don't understand the problem. Can you please give a complete example which I can directly compile