From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#295: 23.0.60; wrong glyph widths of some Unicode codepoints Date: Tue, 05 Aug 2008 18:50:29 -0400 Message-ID: <87k5evxeiy.fsf@stupidchicken.com> Reply-To: Chong Yidong , 295@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217977680 6442 80.91.229.12 (5 Aug 2008 23:08:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Aug 2008 23:08:00 +0000 (UTC) Cc: 295@emacsbugs.donarmstrong.com To: Torsten Bronger Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 01:08:50 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KQVe1-0002yQ-Ek for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Aug 2008 01:08:45 +0200 Original-Received: from localhost ([127.0.0.1]:57505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQVd6-0001qX-1n for geb-bug-gnu-emacs@m.gmane.org; Tue, 05 Aug 2008 19:07:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQVcl-0001S9-KC for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2008 19:07:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQVcj-0001Ob-Rn for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2008 19:07:26 -0400 Original-Received: from [199.232.76.173] (port=37173 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQVcj-0001ON-LP for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2008 19:07:25 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:57799) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KQVcj-0002iL-4Q for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2008 19:07:25 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m75N7MMj032560; Tue, 5 Aug 2008 16:07:23 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m75Mt4pZ027788; Tue, 5 Aug 2008 15:55:04 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 05 Aug 2008 22:55:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 295 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 295-submit@emacsbugs.donarmstrong.com id=B295.121797660526367 (code B ref 295); Tue, 05 Aug 2008 22:55:04 +0000 Original-Received: (at 295) by emacsbugs.donarmstrong.com; 5 Aug 2008 22:50:05 +0000 Original-Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m75Mo2O5026207 for <295@emacsbugs.donarmstrong.com>; Tue, 5 Aug 2008 15:50:03 -0700 Original-Received: by cyd (Postfix, from userid 1000) id 4AF6B57E338; Tue, 5 Aug 2008 18:50:29 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Tue, 05 Aug 2008 19:07:26 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:19052 Archived-At: >> The sub/superscripts are narrower than the ordinary characters if >> using a monospace font (monospace-13 in my case) > > IIUC your problem is that not all thsoe characters use the same font. > This may be due to your font not having those chars, or to Emacs doing > something wrong. > > Can you check again with the latest code (where some font problems > have been fixed)? Use C-u C-x = to find the font used for the char at > point. Do you still see this problem?