From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Vandegrift Subject: Inconsistent entitiespretty behavior Date: Sat, 07 Sep 2013 10:59:48 -0400 Message-ID: <522B3F64.5050606@kallisti.us> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIKJD-0001NX-D1 for emacs-orgmode@gnu.org; Sat, 07 Sep 2013 11:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIKJB-0006qr-SM for emacs-orgmode@gnu.org; Sat, 07 Sep 2013 11:20:23 -0400 Received: from ravenhurst.kallisti.us ([2600:3c03::f03c:91ff:fe96:93e8]:51283 helo=kallisti.us) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIKJB-0006ol-OS for emacs-orgmode@gnu.org; Sat, 07 Sep 2013 11:20:21 -0400 Received: from [IPv6:2001:470:1f07:4e6:fa1a:67ff:feab:1d48] (vanvanmojo.kallisti.us [IPv6:2001:470:1f07:4e6:fa1a:67ff:feab:1d48]) (authenticated bits=0) by kallisti.us (8.14.4/8.14.4/Debian-4) with ESMTP id r87Exngx006919 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sat, 7 Sep 2013 10:59:50 -0400 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 Hello all, I am seeing some weird behavior with entitiespretty. Mostly, emacs=20 correctly displays the UTF-8 substitution. But for some elements of my=20 org-entities-user, emacs uses the latin1 alternative. I can reproduce this with the following org-entities-user: (("box" \, "\\square" t "X" "Y" "Z" "=E2=96=A1") ("vDash" "\\vDash" t "⊨" "|=3D" "|=3D" "=E2=8A=A7")) If I type "\box", I get a "Z". If I type "\vDash" I get a "=E2=8A=A7". = Any=20 idea what is causing this inconsistent behavior? The characters are=20 displayed fine when entered with the Tex input method. I am using org-mode 7.8.11-1 and emacs23 from Debian wheezy. Thanks in advance, Ross