From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel Subject: emacs-unicode-2: wrong width property for some punctuation characters Date: Fri, 26 May 2006 15:47:09 +0800 Message-ID: <86y7wp9qiq.fsf@emacsfans.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148629587 6466 80.91.229.2 (26 May 2006 07:46:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 May 2006 07:46:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 26 09:46:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjX1L-0008Hx-E9 for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 09:46:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjX1K-0002zn-Up for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 03:46:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjX0N-0002Ot-26 for emacs-devel@gnu.org; Fri, 26 May 2006 03:45:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjX0K-0002Md-Ig for emacs-devel@gnu.org; Fri, 26 May 2006 03:45:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjX0J-0002M5-Pw for emacs-devel@gnu.org; Fri, 26 May 2006 03:45:03 -0400 Original-Received: from [64.233.162.202] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FjX5A-0005VU-4k for emacs-devel@gnu.org; Fri, 26 May 2006 03:50:04 -0400 Original-Received: by nz-out-0102.google.com with SMTP id n1so17405nzf for ; Fri, 26 May 2006 00:45:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:from:mail-followup-to:date:message-id:mime-version:content-type:content-transfer-encoding; b=lXmeDogfn5Zp1E0MGV9vcdG5Pu96oNWJEqUWMOSEMKACfbT7K84mDHpX81Cet3Xa6pfUPeniYULdBn2NmcFqSgggd7lm8dLAekbspRlZ6K5hxYCYP/qIwyM4VyRQ6hxpdhunVhVIsmvu1aXsBFo1NTxPNOHWymd0mPN0mxmr8ow= Original-Received: by 10.36.61.13 with SMTP id j13mr452654nza; Fri, 26 May 2006 00:45:02 -0700 (PDT) Original-Received: from emacsfans.org ( [166.111.59.74]) by mx.gmail.com with ESMTP id 8sm282658nzn.2006.05.26.00.45.01; Fri, 26 May 2006 00:45:02 -0700 (PDT) Original-Received: from brep by emacsfans.org with local (Exim 4.60) (envelope-from ) id 1FjX2L-0008K0-Sj for emacs-devel@gnu.org; Fri, 26 May 2006 15:47:09 +0800 Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org 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:55315 Archived-At: Some of the punctuation characters in the range #x2000-#x27FF should have a double-width property. I'm not sure if all of them, but a large part of them such as #x203b(=A1=F9) should have a double-width property. *** characters.el 09 4=D4=C2 2006 09:43:12 +0800 1.42.4.15 --- characters.el 26 5=D4=C2 2006 15:36:07 +0800=09 *************** *** 892,897 **** --- 892,898 ---- ;; CJK double width characters. (let ((l '((#x1100 . #x11FF) + (#X2000 . #x27FF) (#x2E80 . #x9FAF) (#xAC00 . #xD7AF) (#xF900 . #xFAFF)