discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: discuss@mdocml.bsd.lv
Subject: Re: Bl bullet.
Date: Mon, 27 Sep 2010 09:06:00 +0200	[thread overview]
Message-ID: <4CA04258.3020908@bsd.lv> (raw)
In-Reply-To: <20100925221406.GF23359@iris.usta.de>

>> What the hell is with groff's `Bl -bullet'?
>> "+\b+\bo\bo" makes no sense to me.
> 
> I suspect some devices render (or rendered?) that as real bullet
> and not just a bold 'o', by printing a bold '+' and a bold 'o'
> in the same place.  I can't confirm that, though; neither my
> VGA glass console (TERM=vt220) nor my xterm (TERM=xterm) does so.
> On both devices, it looks just the same as "o\bo".  And i don't
> have a wire matrix printer around right now.  ;-)
> 
>> Do we really need to preserve this behaviour, or can we just use
>> o\bo as it is right now in the code?
> 
> Well, it is certainly not critical, and i admit i can't provide
> really good reasons for it.  On the other hand, it is a gratuitious
> difference.  What does it cost fixing it?  Or is there any downside
> when changing to "+\b+\bo\bo"?

For now, I'm going to just leave it as-is.

The problem is that this introduces a naughty character: the 
interstitial \b.  The "+\b+" is ok (bold "+"), as is the "o\bo", but the 
middle \b is not allowed.  And I'd rather not lift the ASCII invariant 
from the low-level drivers for now.

Kristaps
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

      reply	other threads:[~2010-09-27  7:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-25 17:00 Kristaps Dzonsons
2010-09-25 22:14 ` Ingo Schwarze
2010-09-27  7:06   ` Kristaps Dzonsons [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CA04258.3020908@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=discuss@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).