all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4090: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
       [not found] ` <87hbw5yoc4.fsf@jidanni.org>
@ 2009-08-19  6:15   ` Hideyuki SHIRAI  
       [not found]   ` <20090819.151543.04477307.shirai.hideyuki@meadowy.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Hideyuki SHIRAI   @ 2009-08-19  6:15 UTC (permalink / raw
  To: jidanni, emacs-w3m; +Cc: 541704, 4090

From: jidanni@jidanni.org said
Subject: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
Message-ID: <87hbw5yoc4.fsf@jidanni.org>
Date: Wed, 19 Aug 2009 02:22:03 +0800

> OK, here is what I see using the current Debian versions of these packages.

Thank you for your report.

There is a possibility for this problem to occur with emacs23 or
later. A problem occurs for the width of the box drawing
character changed. So, calculation of string-width goes miss,
and it becomes for that like your image.


For example 
(BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL, #x253c)
・Emacs22.3
(char-width (make-char 'mule-unicode-2500-33ff 32 92)) => 1

・Emacs23.1
(char-width (make-char 'mule-unicode-2500-33ff 32 92)) => 2


It is very difficult to correct this problem on all
emacsen. Therefore, please use emacs-w3m because of the
following settings. 

(setq w3m-use-symbol nil)

This change was commited to CVS HEAD of emacs-w3m.

TNX.

-- 
Hideyuki SHIRAI (mailto:shirai@meadowy.org)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4090: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
       [not found]   ` <20090819.151543.04477307.shirai.hideyuki@meadowy.org>
@ 2009-08-19  7:16     ` Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2009-08-19  7:16 UTC (permalink / raw
  To: Hideyuki SHIRAI  ; +Cc: 4090, 541704, emacs-w3m, jidanni

In article <20090819.151543.04477307.shirai.hideyuki@meadowy.org>, Hideyuki SHIRAI (=?iso-2022-jp?B?GyRCR3IwZj0oOVQbKEI=?=) <shirai@meadowy.org> writes:

> For example 
> (BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL, #x253c)
> ・Emacs22.3
> (char-width (make-char 'mule-unicode-2500-33ff 32 92)) => 1

> ・Emacs23.1
> (char-width (make-char 'mule-unicode-2500-33ff 32 92)) => 2

FYI, with Emacs 23, in non-CJK environment, that value is 1.

---
Kenichi Handa
handa@m17n.org





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#4090: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
       [not found] <E1MdfPI-0001nl-HJ@etlken>
@ 2009-08-19 21:30 ` jidanni
  0 siblings, 0 replies; 3+ messages in thread
From: jidanni @ 2009-08-19 21:30 UTC (permalink / raw
  To: handa; +Cc: 4090, 541704, shirai, emacs-w3m

OK, thanks 白井先生. By the way
$ cat /tmp/q
Táisǎo Zhōnggōng
$ export LC_ALL=zh_TW.UTF-8
$ set -- -sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1
$ emacs23        -Q -fn $1 /tmp/q #looks great
$ emacs-snapshot -Q -fn $1 /tmp/q #looks terrible
$ LC_ALL=C emacs-snapshot -Q -fn $1 /tmp/q #looks great
The great looking ones use
x:-efont-fixed-bold-r-normal--16-160-75-75-c-80-iso10646-1 (#x1CE)
the bad looking ones use xft:-arphic- etc. I wish I could make them all
great looking.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-19 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1MdfPI-0001nl-HJ@etlken>
2009-08-19 21:30 ` bug#4090: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables jidanni
     [not found] <E1MdMNX-0007TY-9E@etlken>
     [not found] ` <87hbw5yoc4.fsf@jidanni.org>
2009-08-19  6:15   ` Hideyuki SHIRAI  
     [not found]   ` <20090819.151543.04477307.shirai.hideyuki@meadowy.org>
2009-08-19  7:16     ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.