From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: unicode chars in org-emphasis-regexp-components Date: Thu, 17 Feb 2011 20:30:11 +0800 Message-ID: <87oc6aq1ws.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=54772 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq30z-00044a-AG for emacs-orgmode@gnu.org; Thu, 17 Feb 2011 07:31:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq30D-0007xv-4M for emacs-orgmode@gnu.org; Thu, 17 Feb 2011 07:30:34 -0500 Received: from lo.gmane.org ([80.91.229.12]:52875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq30C-0007x7-RF for emacs-orgmode@gnu.org; Thu, 17 Feb 2011 07:30:32 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pq30A-0003nz-OY for emacs-orgmode@gnu.org; Thu, 17 Feb 2011 13:30:30 +0100 Received: from 123.121.208.165 ([123.121.208.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2011 13:30:30 +0100 Received: from eric by 123.121.208.165 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2011 13:30:30 +0100 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 Hi, I do a lot of plain text writing in org, and would love to be able to allow emphasis markup when it's up flush against m-dashes (x2014), n-dashes (x2013), and ellipses (x2026), possibly among other things. When I try to add these characters to org-emphasis-regexp-components via the customize interface, emacs complains about "junk at end of expression: —…–" and won't let me save it. Unicode's not junk! I know this is an emacs issue, not an org issue, but if there's a workaround, I would love to know about it! Setting that variable outside of customize looks hairy… Thanks! Eric