From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: Character and font sets for Japanese Date: Tue, 24 Aug 2010 01:45:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: 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: dough.gmane.org 1291860416 12865 80.91.229.12 (9 Dec 2010 02:06:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 02:06:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 03:06:52 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQVuG-0001wd-FZ for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 03:06:52 +0100 Original-Received: from localhost ([127.0.0.1]:33377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQVuF-0006X1-TK for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 21:06:51 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!q16g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 61.4.103.130 Original-X-Trace: posting.google.com 1282639525 4312 127.0.0.1 (24 Aug 2010 08:45:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 24 Aug 2010 08:45:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q16g2000prf.googlegroups.com; posting-host=61.4.103.130; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-Via: 1.1 rndgate.rnd.clarion.com.my:8080 (squid/2.5.STABLE6) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729), gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180922 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76443 Archived-At: On Aug 23, 10:35=A0am, soichi wrote: > "When table alignment fails, it usually has to do with character sets whe= re some characters have non-integer width. Org will deal correctly with cha= racters that are one or two or three ASCII characters wide, but not with ch= aracters that are, for example, 1.5 ASCII characters wide. To make table al= ignment work you need to switch to a different character set." I think the original author meant "font", not "character set". So try a different Japanese font here: > (set-fontset-font (frame-parameter nil 'font) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 'japanese-jisx0208 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 '("VL Gothic" . "unicode-bmp"))