From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Unicode (double-byte?) goofs up text table layout Date: Sat, 02 Aug 2014 00:32:19 +0800 Message-ID: <87a97oyxv0.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDFgs-0002RJ-1K for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 12:28:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDFgk-0005F0-HC for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 12:28:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:54680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDFgk-0005Ei-Ak for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 12:28:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XDFgj-0006sQ-G9 for emacs-orgmode@gnu.org; Fri, 01 Aug 2014 18:28:13 +0200 Received: from 111.197.154.245 ([111.197.154.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2014 18:28:13 +0200 Received: from eric by 111.197.154.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Aug 2014 18:28:13 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John Lusk writes: > Hey, org-mode crew.  Awesome app; I love it.  It's pretty much the > only thing that keeps me in emacs these days (apart from writing > Python code :) ). > > You probably already know about this problem, but here's a thousand > words: > > > [cid] > > ​ > (I hope that comes through.) A bit of work has gone into keeping double-byte characters from messing up Org tables, but my guess is what you've got there is just an odd-out glyph. It looks like the, erm, carrots (I'm not a mathematician) are getting borrowed from a different font and substituted into your fixed-width font where they don't quite belong. [five minutes later] I just went and did my homework and LOGICAL OR and LOGICAL AND are in fact single-byte characters. If they look funny, it's just because few fixed-width fonts come with all the necessaries. I don't think there's much way around that... > I'm sorry I only have time to whine and not fix, but, hey: day job > and all. > > GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN > Org-mode version 8.2.5h (8.2.5h-dist @ c:/usr/local/share/emacs/ > site-lisp/org/) > > (Re-attaching pic at full size, since I don't know what gmail is > going to do to that insertion.) > > John.