From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68981 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nobreak-space totally gone Date: Thu, 10 Sep 2009 17:31:53 +0900 Organization: Emacsen advocacy group Message-ID: References: <87vdjw72i7.fsf@jidanni.org> <87ocpo726a.fsf_-_@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1252572194 12591 80.91.229.12 (10 Sep 2009 08:43:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2009 08:43:14 +0000 (UTC) Cc: ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M17398@lists.math.uh.edu Thu Sep 10 10:43:07 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MlfFC-0002iZ-Q4 for ding-account@gmane.org; Thu, 10 Sep 2009 10:43:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MlfEn-00087m-Mh; Thu, 10 Sep 2009 03:42:41 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Mlf51-00084h-Pt for ding@lists.math.uh.edu; Thu, 10 Sep 2009 03:32:35 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1Mlf50-0000Se-Ad for ding@lists.math.uh.edu; Thu, 10 Sep 2009 03:32:35 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Mlf5b-0003FI-00 for ; Thu, 10 Sep 2009 10:33:12 +0200 Original-Received: from localhost ([127.0.0.1]:42808) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1Mlf4S-0007uA-6D; Thu, 10 Sep 2009 03:32:01 -0500 X-Hashcash: 1:20:090910:jidanni@jidanni.org::STlVXbBwm9CaedS5:0000000000000000000000000000000000000000004Ibj X-Hashcash: 1:20:090910:ding@gnus.org::2C2/Pvd50VCTSaEf:000045oa X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:LfSri+lt3Dux6XmSAr4T9bb7Uxw= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68981 Archived-At: >>>>> jidanni@jidanni.org wrote: > Help! this, >> Hi,=A0Pino! >> I've=A0encounter=A0this=A0bug=A0too,=A0after=A0installing=A0poppler-data= ,=A0my=A0Okula=A0can=A0show=A0Traditional=A0chinese=A0PDF=A0documents=A0cor= rectly.=A0Thanks! > displays as >> Hi,Pino! >> I'veencounterthisbugtoo,afterinstallingpoppler-data,myOkulacanshowTradit= ionalchinesePDFdocumentscorrectly.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: =A0 (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.)