From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Display problem with upper case accentuated chars Date: Tue, 10 Jun 2003 21:40:24 -0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EE67A78.5080703@ig.com.br> References: <3EE27850.6040407@ig.com.br> <200306100147.KAA10415@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1055292162 30432 80.91.224.249 (11 Jun 2003 00:42:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2003 00:42:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 11 02:42:40 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 19PthB-0007uN-00 for ; Wed, 11 Jun 2003 02:42:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Pu1v-0002Sl-00 for ; Wed, 11 Jun 2003 03:03: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 19Ptg1-0007AO-J0 for emacs-devel@quimby.gnus.org; Tue, 10 Jun 2003 20:41:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19PteK-0006j1-7X for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:39:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ptds-0006Z2-9K for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:39:09 -0400 Original-Received: from traven10.uol.com.br ([200.221.29.45]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ptas-0005qg-7W for emacs-devel@gnu.org; Tue, 10 Jun 2003 20:36:02 -0400 Original-Received: from ig.com.br ([200.98.30.237]) by traven10.uol.com.br (8.9.1/8.9.1) with ESMTP id VAA22473; Tue, 10 Jun 2003 21:35:44 -0300 (BRT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en Original-To: Kenichi Handa In-Reply-To: <200306100147.KAA10415@etlken.m17n.org> X-MIME-Autoconverted: from 8bit to quoted-printable by traven10.uol.com.br id VAA22473 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:15015 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15015 Kenichi Handa wrote: >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. > =20 > Ok, below are the results of C-u C-x =3D. Well, I also notice the following: * I inserted the characters in *Scratch* buffer and notice that if the character is inserted in the first buffer position, the character is displayed ok. But it is not ok if inserted in any other place. * The *Help* buffer, displayed after typing C-u C-x =3D, shows the charac= ter without any problem. But when I copy and paste into another buffer, th= e problem appears. ------------------------------------------------------------------------ character: =C3 (04303, 2243, 0x8c3, U+00C3) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 67 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xC3 file code: C3 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =D5 (04325, 2261, 0x8d5, U+00D5) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 85 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xD5 file code: D5 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =CA (04312, 2250, 0x8ca, U+00CA) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 74 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xCA file code: CA (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =C0 (04300, 2240, 0x8c0, U+00C0) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 64 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xC0 file code: C0 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =C1 (04301, 2241, 0x8c1, U+00C1) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 65 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xC1 file code: C1 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =C9 (04311, 2249, 0x8c9, U+00C9) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 73 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xC9 file code: C9 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =CD (04315, 2253, 0x8cd, U+00CD) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 77 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xCD file code: CD (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =D3 (04323, 2259, 0x8d3, U+00D3) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 83 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xD3 file code: D3 (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ character: =DA (04332, 2266, 0x8da, U+00DA) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1=20 (ISO/IEC 8859-1): ISO-IR-100.) code point: 90 syntax: w which means: word category: l:Latin=20 buffer code: 0x81 0xDA file code: DA (encoded by coding system iso-latin-1) font: -Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1 There are text properties here: fontified t ------------------------------------------------------------------------ Vinicius