Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: jidanni@jidanni.org
Cc: ding@gnus.org
Subject: Re: nobreak-space totally gone
Date: Thu, 10 Sep 2009 20:43:31 +0900	[thread overview]
Message-ID: <b4mws47rpng.fsf@jpl.org> (raw)
In-Reply-To: <b4miqfrdwue.fsf@jpl.org>

>>>>> Katsumi Yamaoka wrote:
> Here's a workaround:

> (add-hook 'gnus-article-mode-hook
> 	  (lambda ()
> 	    ;; Gnus sets it to nil in the article buffer locally.
> 	    (setq nobreak-char-display t)))
[...]
>>     x:-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 (#xA0)
[...]
> Maybe it's a font problem; i.e., the cause might be that Sony's
> old font doesn't have NBSP.  (I use exactly the same font.)

Another solution:

(set-fontset-font "-Fontset-Name-" '(160 . 160) "-Font-Spec-")

It makes Emacs use the font "-Font-Spec-" for only NBSP in
the fontset "-Fontset-Name-".  I use:

(set-fontset-font
 (face-attribute 'default :fontset)
 '(160 . 160)
 "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-2")

And Emacs actually uses the font:

"-etl-fixed-medium-r-normal--16-160-72-72-c-80-iso8859-2"



  reply	other threads:[~2009-09-10 11:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87vdjw72i7.fsf@jidanni.org>
2009-09-06 11:17 ` jidanni
2009-09-07 13:34   ` Dan Christensen
2009-09-13 15:26     ` jidanni
2009-09-10  8:31   ` Katsumi Yamaoka
2009-09-10 11:43     ` Katsumi Yamaoka [this message]
2009-09-10 14:43       ` Ted Zlatanov

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=b4mws47rpng.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=jidanni@jidanni.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).