I've uploaded groff.html (from the current CVS) as
http://groff.ffii.org/groff/devel/groff.html.bz2
Werner
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
> "Andries" == Andries Brouwer <[EMAIL PROTECTED]> writes:
>> Doing so I wonder how is the backspace character (U+0008, \b)
>> handled in TTYs? Is there any documentation for it?
Andries> There are many types of TTY. A termcap/terminfo entry
Andries> would tell you what escap
Andries Brouwer wrote:
> There are many types of TTY. A termcap/terminfo entry would tell you
> what escape sequence causes the cursor to move left one position.
> (In termcap the boolean bs will tell you whether it is 010, backspace.)
>
> Such cursor movement is entirely independent of the text pr
On Thu, Mar 17, 2005 at 09:24:23AM +0100, Werner LEMBERG wrote:
>
> I'm going to improve grotty, the TTY backend of groff, so that it can
> handle zero-width and double-width characters, as needed for proper
> Unicode support.
>
> Doing so I wonder how is the backspace character (U+0008, \b) hand
I forgot the documentation update. Use this patch tarball instead.
-- Larry
www_tmac.tar.gz
Description: GNU Zip compressed data
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
Sorry for being off-topic: Ralph, do you ever get mails from me sent
to you privately? I tried it a few times, and I never got a response,
so I now have the feeling that I'm somehow filtered out by your email
system.
Werner
___
Groff mailing lis
I've attached a patch to www.tmac and a test file (for the testsuite) that
implements numbered and definition lists.
One thing I'm not happy with yet is how list items get wrapped in paragraph
tags, like this:
blah blah foo
I think that's grohtml getting a little too enthusiastic, but I haven
Werner LEMBERG <[EMAIL PROTECTED]> writes:
> Maybe some of you can use such a macro...
>
>
> Werner
Yes thanks Werner and in return I offer `Yet another Drop Capital
Macro'.
[ I've never been one to indulge in crosswords - groff macro
fiddling more than satisfies afternoon problem solv
On Thu, Mar 17, 2005 at 09:24:23AM +0100, Werner LEMBERG wrote:
> Most importantly: If I have a wide character at position p which is
> followed by `\b' (at position p+2), is the final position p again?
No, \b moves the cursor one cell to the left, regardless of the
width of the previous character
You mean the "erase" character, right ?
-Original Message-
From: Werner LEMBERG <[EMAIL PROTECTED]>
To: linux-utf8@nl.linux.org
Cc: groff@gnu.org
Date: Thu, 17 Mar 2005 09:24:23 +0100 (CET)
Subject: backspace and Unicode in terminals
>
> I'm going to improve grotty, the TTY backend of gr
> You mean the "erase" character, right ?
I don't know how it is called correctly. Unicode says that `\b' (as
used in the C language) is U+0008 BACKSPACE.
Werner
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
Werner LEMBERG <[EMAIL PROTECTED]> writes:
> > > I wonder whether it makes sense to add an option to grohtml so
> > > that no PS run is executed. Instead of calling groff with -Tps it
> > > should emit warning messages like `warning: table in line XXX
> > > won't be converted'. My question: Is t
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
Werner Lemberg wrote:
> I'm going to improve grotty, the TTY backend of groff, so that it can
> handle zero-width and double-width characters, as needed for proper
> Unicode support.
>
> Doing so I wonder how is the backspace character (U+0008, \b) handled
> in TTYs? Is there any documentation for
Hi Larry and Larry,
Larry McVoy wrote:
> On Mon, Mar 14, 2005 at 08:54:29PM -0500, Larry Kollar wrote:
> > > Larry K., have you found a new CVS host for the UTP meanwhile?
> > > Have you finally announced the UTP on the various lists? Maybe we
> > > can find volunteers more easily if more people
> > I wonder whether it makes sense to add an option to grohtml so
> > that no PS run is executed. Instead of calling groff with -Tps it
> > should emit warning messages like `warning: table in line XXX
> > won't be converted'. My question: Is this possible at all?
>
> certainly it is possible, b
I'm going to improve grotty, the TTY backend of groff, so that it can
handle zero-width and double-width characters, as needed for proper
Unicode support.
Doing so I wonder how is the backspace character (U+0008, \b) handled
in TTYs? Is there any documentation for it?
Most importantly: If I hav
17 matches
Mail list logo