Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: non-break space
Date: Wed, 16 May 2007 08:31:29 +0900	[thread overview]
Message-ID: <b4mveetzmsu.fsf@jpl.org> (raw)
In-Reply-To: <v9lkfqhya0.fsf@marauder.physik.uni-ulm.de>

>>>>> In <v9lkfqhya0.fsf@marauder.physik.uni-ulm.de>
>>>>>	Reiner Steib wrote:
> On Tue, May 15 2007, Katsumi Yamaoka wrote:

>> But now it looks like `_' by default.  I feel it looks better than a
>> box.

> If it's displayed as a box for you, there's something wrong.  It
> should be displayed exactly like an ordinary space character.

Ah, I failed to notice it's only with me.  I realized I didn't
have a font for the Latin-1 nbsp character as follows:

(fontset-font nil (make-char 'latin-iso8859-1 32))
 => (nil . "iso8859-1")

(Though I don't know why all the Latin-1 characters except nbsp
were displayed properly.)  Anyway I added this:

(set-fontset-font
       nil 'latin-iso8859-1
       "-*-*-medium-r-*-*-*-150-*-*-*-*-iso8859-1")

And now nbsp looks exactly a space in the article buffer.

Thank you.



      reply	other threads:[~2007-05-15 23:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-09  1:47 Bug in copying Leo
2007-05-13  9:48 ` Reiner Steib
2007-05-15 10:50   ` non-break space (was Re: Bug in copying) Katsumi Yamaoka
2007-05-15 11:07     ` non-break space Michaël Cadilhac
2007-05-15 16:00     ` Reiner Steib
2007-05-15 23:31       ` Katsumi Yamaoka [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=b4mveetzmsu.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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).