From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Subject: [BUG] Table field clipping doesn't handle double-width characters properly Date: Fri, 17 Dec 2010 11:57:34 +0100 Message-ID: <87pqt04qg1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=42769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTY2I-0007Bx-N0 for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 05:59:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTY2H-0002iQ-4J for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 05:59:42 -0500 Received: from mail-fx0-f48.google.com ([209.85.161.48]:61130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTY2G-0002iM-Uz for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 05:59:41 -0500 Received: by fxm2 with SMTP id 2so479086fxm.35 for ; Fri, 17 Dec 2010 02:59:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Take the following table for instance: | Year | English title | Korean title = | Transliterated title | |------+--------------------------------------------+----------------------= ----------+--------------------------------------| | 1996 | Crocodile | =EC=95=85=EC=96=B4 = | Ag-o | | | Wild Animals | =EC=95=BC=EC=83=9D=EB= =8F=99=EB=AC=BC =EB=B3=B4=ED=98=B8=EA=B5=AC=EC=97=AD | Yasaeng= dongmul bohoguyeog | | 1998 | Birdcage Inn | =ED=8C=8C=EB=9E=80 = =EB=8C=80=EB=AC=B8 | Paran daemun = | | 2000 | The Isle | =EC=84=AC = | Seom | | | Real Fiction | =EC=8B=A4=EC=A0=9C = =EC=83=81=ED=99=A9 | Shilje sanghwang = | | 2001 | Address Unknown | =EC=88=98=EC=B7=A8=EC= =9D=B8 =EB=B6=88=EB=AA=85 | Suchwiin bulmyeong = | | | Bad Guy | =EB=82=98=EC=81=9C = =EB=82=A8=EC=9E=90 | Nabbeun namja = | | 2002 | The Coast Guard | =ED=95=B4=EC=95=88=EC= =84=A0 | Haeanseon | | 2003 | Spring, Summer, Fall, Winter... and Spring | =EB=B4=84, =EC=97=AC= =EB=A6=84, =EA=B0=80=EC=9D=84, =EA=B2=A8=EC=9A=B8 =EA=B7=B8=EB=A6=AC=EA=B3= =A0 =EB=B4=84 | Bom yeoreum gaeul gyeoul geurigo bom | | 2004 | Samaritan Girl | =EC=82=AC=EB=A7=88=EB= =A6=AC=EC=95=84 | Samaria = | | | 3-Iron | =EB=B9=88 =EC=A7=91 = | Bin-jip | | 2005 | The Bow | =ED=99=9C = | Hwal | | 2006 | Time | =EC=8B=9C=EA=B0=84 = | Shi gan | | 2007 | Breath | =EC=88=A8 = | Soom | | 2008 | Dream | =EB=B9=84=EB=AA=BD = | Bimong | If you add a width declaration ("") to the column containing Korean, when realigning the table you'll get an "args out of range" error inside the text-properties-related code in `org-table-align' (provided the width declaration actually does cause the text to be clipped). =C5=A0t=C4=9Bp=C3=A1n