From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.bugs Subject: bug#17973: Thin space not thin at all Date: Sun, 20 Jul 2014 00:57:47 +0900 Message-ID: <87wqb9uyro.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405785492 2497 80.91.229.3 (19 Jul 2014 15:58:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jul 2014 15:58:12 +0000 (UTC) Cc: 17973@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 19 17:58:07 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X8X1S-0007ZW-LZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jul 2014 17:58:06 +0200 Original-Received: from localhost ([::1]:54771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8X1S-0007Up-Br for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Jul 2014 11:58:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8X1P-0007UZ-0c for bug-gnu-emacs@gnu.org; Sat, 19 Jul 2014 11:58:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8X1O-0006k1-8g for bug-gnu-emacs@gnu.org; Sat, 19 Jul 2014 11:58:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8X1O-0006jw-4w for bug-gnu-emacs@gnu.org; Sat, 19 Jul 2014 11:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X8X1N-0004kN-O0 for bug-gnu-emacs@gnu.org; Sat, 19 Jul 2014 11:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: handa@gnu.org (K. Handa) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Jul 2014 15:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17973 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17973-submit@debbugs.gnu.org id=B17973.140578547818238 (code B ref 17973); Sat, 19 Jul 2014 15:58:01 +0000 Original-Received: (at 17973) by debbugs.gnu.org; 19 Jul 2014 15:57:58 +0000 Original-Received: from localhost ([127.0.0.1]:59578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X8X1J-0004k6-VA for submit@debbugs.gnu.org; Sat, 19 Jul 2014 11:57:58 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:60785 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X8X1I-0004jy-8A for 17973@debbugs.gnu.org; Sat, 19 Jul 2014 11:57:56 -0400 Original-Received: from fl1-119-240-91-99.iba.mesh.ad.jp ([119.240.91.99]:37780 helo=wanchai) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1X8X1H-0005WB-5J; Sat, 19 Jul 2014 11:57:55 -0400 Original-Received: from handa by wanchai with local (Exim 4.80) (envelope-from ) id 1X8X19-0003TK-Aw; Sun, 20 Jul 2014 00:57:47 +0900 In-Reply-To: (message from Stefan Monnier on Sat, 19 Jul 2014 02:13:35 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91663 Archived-At: In article , Stefan Monnier 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