bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17973: Thin space not thin at all


From: K. Handa
Subject: bug#17973: Thin space not thin at all
Date: Sun, 20 Jul 2014 00:57:47 +0900

In article <jwvha2danew.fsf-monnier+emacsbugs@gnu.org>, Stefan Monnier 
<monnier@iro.umontreal.ca> writes:

> > In addition to your patch, could you please try the following patch?
[...]
> Looks like this works, indeed!  Yay!

I've just committed both changes to the trunk.  But, in this part:

      if (pixel_size * 2 < entity_size || entity_size * 2 < pixel_size)
        /* This size is wrong by more than a factor 2: reject it!  */
        return 0xFFFFFFFF;

the factor 2 is too arbitrary.  Don't we need some
user-controllable variable here?

---
Kenichi Handa
handa@gnu.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]