Re: [Groff] how to use groffer

2014-03-17 Thread Ralph Corderoy
Hi Bernd, > > I've not used it, but a look at the man page suggests > > > > groffer --debug --ps table > > > > might help? Or > > > > strace -fe trace=execve groffer --ps table > > > > to show all the commands it's running and where it might be getting > > stuck? > > It seems that th

Re: [Groff] how to use groffer

2014-03-16 Thread Werner LEMBERG
>> > groffer --ps table >> > >> > It doesn't work at all for me. The terminal freezes. >> > I have to make ctrl+c to get a new command prompt. > > It seems that the bug comes from groff, not only from groffer. Can > anyone try to fix this bug? Please describe the problem in more detail.

Re: [Groff] how to use groffer

2014-03-16 Thread Bernd Warken
> Von: "Ralph Corderoy" > > > I tried to use it on the way I found it here: > > http://lists.gnu.org/archive/html/groff/2005-10/msg00087.html > > > > groffer --ps table > > > > It doesn't work at all for me. The terminal freezes. > > I have to make ctrl+c to get a new command prompt. > > I'

[Groff] how to use groffer

2014-03-09 Thread Bernd Warken
You're right, it is buggy, I'm working on that. Bernd Warken > Von: GregExp > > I am testing groffer with a table made with tbl. > > groffer --groff table > table.ps > > works. I get the same output as with > > groff -t table > table.ps > > I tried to use it on the way I found it here: > h

Re: [Groff] how to use groffer

2014-03-09 Thread Ralph Corderoy
Hi Gregoire, > I tried to use it on the way I found it here: > http://lists.gnu.org/archive/html/groff/2005-10/msg00087.html > > groffer --ps table > > It doesn't work at all for me. The terminal freezes. > I have to make ctrl+c to get a new command prompt. I've not used it, but a look at the

[Groff] how to use groffer

2014-03-08 Thread GregExp
Hi groffies, I am testing groffer with a table made with tbl. groffer --groff table > table.ps works. I get the same output as with groff -t table > table.ps I tried to use it on the way I found it here: http://lists.gnu.org/archive/html/groff/2005-10/msg00087.html groffer --ps table It do