GNU bug report logs - #8506
24.0.50; Wrong column count

Previous Next

Package: emacs;

Reported by: Eli Barzilay <eli <at> barzilay.org>

Date: Fri, 15 Apr 2011 11:50:02 UTC

Severity: normal

Tags: notabug

Found in version 24.0.50

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: Eli Barzilay <eli <at> barzilay.org>
To: Eli Zaretskii <eliz <at> gnu.org>, 8506 <at> debbugs.gnu.org
Subject: bug#8506: 24.0.50; Wrong column count
Date: Fri, 15 Apr 2011 17:03:25 -0400
6 hours ago, Eli Barzilay wrote:
> 25 minutes ago, Eli Zaretskii wrote:
> > [...]
> > This is intentional.
> > [...]
> > 
> > However, at least on my machine, with "Arial Unicode MS" font, the
> > character actually displays thinner than normal, so perhaps the font
> > is wrong.
> 
> Yeah, I have a similarly narrower rendering, using Consolas.

Two more points:

* It looks like it might be intentionally narrower -- I see that it's
  exactly 1.5 times narrower than plain characters.

* Perhaps a better complaint would have been about cursor navigation.
  I'm editing more text with those brackets, and the random horizontal
  jumps make it a nightmare.


But at least I can now do

  (set-char-table-range char-width-table '(#x2329 . #x232A) 1)

which less erroneous than the actual

  (set-char-table-range char-width-table '(#x2329 . #x232A) 0.666)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!




This bug report was last modified 13 years and 231 days ago.

Previous Next


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