From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Display problem with upper case accentuated chars Date: Tue, 10 Jun 2003 10:47:35 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200306100147.KAA10415@etlken.m17n.org> References: <3EE27850.6040407@ig.com.br> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1055209984 26097 80.91.224.249 (10 Jun 2003 01:53:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2003 01:53:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jun 10 03:53:02 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19PYJq-0006mf-00 for ; Tue, 10 Jun 2003 03:53:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19PYe7-0005Yu-00 for ; Tue, 10 Jun 2003 04:13:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PYKR-0007JS-Ey for emacs-devel@quimby.gnus.org; Mon, 09 Jun 2003 21:53:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19PYJa-00073U-FI for emacs-devel@gnu.org; Mon, 09 Jun 2003 21:52:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19PYJD-0006iK-WA for emacs-devel@gnu.org; Mon, 09 Jun 2003 21:52:24 -0400 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PYEl-0005So-83 for emacs-devel@gnu.org; Mon, 09 Jun 2003 21:47:47 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h5A1lZu10885; Tue, 10 Jun 2003 10:47:35 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h5A1lZ929021; Tue, 10 Jun 2003 10:47:35 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id KAA10415; Tue, 10 Jun 2003 10:47:35 +0900 (JST) Original-To: viniciusjl@ig.com.br In-reply-to: <3EE27850.6040407@ig.com.br> (message from Vinicius Jose Latorre on Sat, 07 Jun 2003 20:42:08 -0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14981 In article <3EE27850.6040407@ig.com.br>, Vinicius Jose Latorre writes: > I'm having display problem with upper case accentuated > chars when using Emacs 21.3.50.1. > I'm using GNU Emacs 21.3.50.1 (downloaded and installed > today - 2003-06-07) and Red Hat 8.0. > The problem is that when I insert, for example, the > character =C3 in a buffer, it is displayed: > =C4 =C3 > ^ > | > +---- here is where the cursor is positioned after insertion > The characters =C0, =C1, =C9, =CD, =D3 and =DA are displayed with a > 'point' above the letter instead the proper accent. > The characters =C3, =D5 and =CA are displayed =C4, =D6 and =CB, > respectively. It seems that they are displayed with such a font that the font's glyphs are taller than the font's logical bounding box. Thus the topmost few pixels are overwritten by the previous line. That also explains why lowercase characters are ok. Please type C-u C-x =3D on problematic characters and check what fonts are used. --- Ken'ichi HANDA handa@m17n.org