Re: The rxvt.1 manpage of the rxvt-2.7.10-4 package

2004-05-16 Thread Jason Pearce
An easy way of deleting the YODL garbage is to use the VIM editor. The following VIM script (call it patch.vim) does the job: Q %s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./ %s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g %s/\.YODLTAGSTART\. roffcmd // %s/\.YYODLTAGSTART\. roffcmd // %s/\.YODLTAGEND\.// %s/\n\

Re: The rxvt.1 manpage of the rxvt-2.7.10-4 package

2004-05-15 Thread Rodrigo Medina
Hi all, On Wed, 12 May 2004 12:00:58 +0800 Fung Chai wrote: > The rxvt manpage cannot be correctly formatted because the nroff file > doc/rxvt.1 contains some left-over yodl bits. I suspect that the > yold2man-post program was not invoked to remove the yodl stuff. An easy way of deleting the YOD

RE: The rxvt.1 manpage of the rxvt-2.7.10-4 package.

2004-05-12 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 12 May 2004 08:58 > > Anyway, the original configure script was expecting the > OSTYPE to be cygwin32. > > That was why it was not possible to build yodl out of the > box. After applying > > the above patch,

Re: The rxvt.1 manpage of the rxvt-2.7.10-4 package.

2004-05-12 Thread Gerrit P. Haase
you wrote: > The rxvt manpage cannot be correctly formatted because the nroff file > doc/rxvt.1 contains some left-over yodl bits. I suspect that the > yold2man-post program was not invoked to remove the yodl stuff. > Here is a way to fix this. > First, you need to build the yodl software under

The rxvt.1 manpage of the rxvt-2.7.10-4 package.

2004-05-11 Thread Fung Chai
Hi, The rxvt manpage cannot be correctly formatted because the nroff file doc/rxvt.1 contains some left-over yodl bits. I suspect that the yold2man-post program was not invoked to remove the yodl stuff. Here is a way to fix this. First, you need to build the yodl software under cygwin. Downloa