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 17:31:53 +0900	[thread overview]
Message-ID: <b4miqfrdwue.fsf@jpl.org> (raw)
In-Reply-To: <87ocpo726a.fsf_-_@jidanni.org>

>>>>> jidanni@jidanni.org wrote:
> Help! this,

>> Hi, Pino!
>> I've encounter this bug too, after installing poppler-data, my Okula can show Traditional chinese PDF documents correctly. Thanks!

> displays as

>> Hi,Pino!
>> I'veencounterthisbugtoo,afterinstallingpoppler-data,myOkulacanshowTraditionalchinesePDFdocumentscorrectly.Thanks!

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)))

If you don't like SPC underlined, use this:

(set-face-underline-p 'nobreak-space nil)

Though it disables you from distinguishing SPC and NBSP.

> due to being full of

>         character:   (160, #o240, #xa0)
> preferred charset: unicode (Unicode (ISO10646))
>        code point: 0xA0
[...]
>     x:-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 (#xA0)
>    hardcoded face: nobreak-space

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



  parent reply	other threads:[~2009-09-10  8:31 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 [this message]
2009-09-10 11:43     ` Katsumi Yamaoka
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=b4miqfrdwue.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).