From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: unicode chars in org-emphasis-regexp-components Date: Tue, 01 Mar 2011 19:00:22 +0100 Message-ID: <87wrkilo09.fsf@gnu.org> References: <87oc6aq1ws.fsf@ericabrahamsen.net> <877hcw70nf.fsf@gnu.org> <87zkpsm48u.fsf@ericabrahamsen.net> <87lj12afeu.fsf@gnu.org> <87ipw3kxep.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=56049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuTs7-0001Wo-IT for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 13:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuTs6-0002Z4-F2 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 13:00:31 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:39093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuTs6-0002Yt-93 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 13:00:30 -0500 Received: by bwz17 with SMTP id 17so5668380bwz.0 for ; Tue, 01 Mar 2011 10:00:29 -0800 (PST) In-Reply-To: <87ipw3kxep.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 01 Mar 2011 17:22:38 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hi Eric, Eric Abrahamsen writes: > Okay, I was getting confused by the escaped double quotes. I've set it > properly, so far as I can tell, but it's still failing to recognize > emphasis markers when they're next to my unicode characters, > specifically—the m-dash and ellipsis… > > Is this somehow debuggable, say in an elisp REPL using internal > functions? Can I provide any more useful information? Yes - you may share the new value of org-emphasis-regexp-components (with unicode characters) so that we can try ourselves. Should be a matter of using the right representation of these chars when setting the variable. Thanks, -- Bastien