From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuele Giaquinta Newsgroups: gmane.emacs.devel Subject: combining chars issue Date: Thu, 19 Jun 2008 16:30:57 +0200 Message-ID: <20080619143057.GA85105@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qjNfmADvan18RZcF" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1213885879 15818 80.91.229.12 (19 Jun 2008 14:31:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 14:31:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 16:32:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9LBC-0006nI-2P for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 16:32:02 +0200 Original-Received: from localhost ([127.0.0.1]:38123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9LAN-0004KQ-Cn for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 10:31:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9LAK-0004KJ-24 for emacs-devel@gnu.org; Thu, 19 Jun 2008 10:31:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9LAF-0004Jv-F8 for emacs-devel@gnu.org; Thu, 19 Jun 2008 10:31:06 -0400 Original-Received: from [199.232.76.173] (port=56199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9LAF-0004Js-9B for emacs-devel@gnu.org; Thu, 19 Jun 2008 10:31:03 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:13814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9LAE-0008Hd-S4 for emacs-devel@gnu.org; Thu, 19 Jun 2008 10:31:03 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so419140fgb.30 for ; Thu, 19 Jun 2008 07:31:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition :content-transfer-encoding; bh=WvSHnNcqQVOzp597g8h/3vP7AZbpn0FoltqADrWvaTc=; b=lTYdEo0wI9iZRLDoiF1YiXNSYjojIkHVHu3koBRXnGQRGFa5zRGYtjomyqGE7kwTDB 8sv38NN6aZzp83QVBxhSM5umGI49z7AbeXn+yZ4LqmlNFTY4s1gMaoiOej4Xdy3Sc9h1 dZNEd9YpM/s5MUmEQp6Z6wfGco0eMtc8hnjNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:content-transfer-encoding; b=McS3VD2KKl6LZSavlVP/D7WiV5lVTQqUr0fRTVYlueN+1ZzfGBPxzRWzGu1Mg9cIju et15rer7Jx8KdB7btZqVGBXyv3BFp6OepnyrQ1Bv5kXvZqFUp2MTi84TDjG9mzYVAe8V fXW6IAQ5GSunLknw0bKNxseJq88XyB1/U8Ejk= Original-Received: by 10.86.58.3 with SMTP id g3mr2273637fga.21.1213885861026; Thu, 19 Jun 2008 07:31:01 -0700 (PDT) Original-Received: from localhost ( [82.55.96.175]) by mx.google.com with ESMTPS id 12sm1259128fgg.0.2008.06.19.07.30.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Jun 2008 07:31:00 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99470 Archived-At: --qjNfmADvan18RZcF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, with latest cvs combining chars are not handled properly in emacs -Q -nw. It seems emacs does not write the combining chars at all on stdout, so they are not displayed. Attached is an utf-8 encoded file that should exhibit the problem and a typescript of emacs $file. As you can see from the typescript, emacs writes U+39b but not U+300. However, what-cursor-position reports U+300 in the cell next to the U+39b one, so it seems only a display issue. Emanuele Giaquinta --qjNfmADvan18RZcF Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="combining.txt" Content-Transfer-Encoding: 8bit Λ̀ --qjNfmADvan18RZcF Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="combining-typescript.txt" Content-Transfer-Encoding: quoted-printable Script started on Thu Jun 19 15:40:15 2008 =1B[?1049h=1B[?1049h=1B[?25h=1B=3D=1B[H=1B[2J=1B[35d=1B[K=1B>=1B[?25h=1B[r= =1B[?1049l=1B[39;49m=0D=1B[?1049h=1B[?1049h=1B[?25h=1B=3D=1B[H=1B[2J=1B[35d= =1B[?25lWhen done with a buffer, type C-x #=1B[K=1B[H=1B[?25h=1B[?25h=1B[35= d=1B[?25lWhen done with a buffer, type C-x #=1B[K=1B[H=CE=9B=1B[K =08=1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[K =1B[38;5;0m=1B[48;5;85m-UUU:@----F15 =1B[39;49m=1B[1m=1B[38;5;0m=1B[48;5;8= 5mfoo =1B[m=0F=1B[39;49m=1B[38;5;0m=1B[48;5;85m All (1,0) (F= undamental Server)------------------------------------=1B[39;49m=0D =1B[A=1B[H=1B[?25h=1B[?25h=1B[35d=1B[K=1B[H=1B[35d=1B[?25l(No files need sa= ving)=1B[H=1B[?25h=1B[?25h=1B[35d=1B[K=1B>=1B[?25h=1B[r=1B[?1049l=1B[39;49m= =0D Script done on Thu Jun 19 15:40:16 2008 --qjNfmADvan18RZcF--