GNU bug report logs - #4090
23.1.50; Vertical table separators gone

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Sun, 9 Aug 2009 01:50:04 UTC

Severity: normal

Found in version 1:20090814-1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hideyuki SHIRAI (白井秀行)
 <shirai <at> meadowy.org>
To: jidanni <at> jidanni.org, emacs-w3m <at> namazu.org
Cc: handa <at> m17n.org, 541704 <at> bugs.debian.org, 4090 <at> debbugs.gnu.org
Subject: bug#4090: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
Date: Wed, 19 Aug 2009 15:15:43 +0900 (JST)
From: jidanni <at> jidanni.org said
Subject: [emacs-w3m:10999] Re: bug#4090: Bug#541704: emacs-snapshot ruins w3m-el-snapshot tables
Message-ID: <87hbw5yoc4.fsf <at> 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 <at> meadowy.org)



This bug report was last modified 14 years and 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.