Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Wash 0xA0 nbsp
Date: Fri, 19 Dec 2008 10:48:55 +0900	[thread overview]
Message-ID: <b4mej056ik8.fsf@jpl.org> (raw)
In-Reply-To: <87r645uk2t.fsf@jidanni.org>

>>>>> jidanni@jidanni.org wrote:

> I had to use uni2ascii -e to get all the 0xA0's out of
> http://article.gmane.org/gmane.org.wikimedia.mediawiki/29506/raw ,
> as there is no Wash command to do it apparently.

Isn't it a font problem on you and me?  I.e., there is no font
for the nbsp character available.  In that article, I get a box
for nbsp in Emacs 22, and one-dot width space in Emacs 23.
A workaround is:

(add-hook 'gnus-article-mode-hook
	  (lambda nil (setq nobreak-char-display t)))

;; Gnus sets `nobreak-char-display' to nil locally in the article
;; buffer.  t means display nbsp as "_".



  reply	other threads:[~2008-12-19  1:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-18 23:42 jidanni
2008-12-19  1:48 ` Katsumi Yamaoka [this message]
2008-12-19  4:12   ` jidanni
2008-12-19  4:39     ` Katsumi Yamaoka
2008-12-19  5:07       ` jidanni

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=b4mej056ik8.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).