From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: ~"~ doesn't register as verbatim Date: Tue, 25 Feb 2014 10:33:23 +0100 Message-ID: References: <86y50z8v2c.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIEOT-00050j-Rc for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:33:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIEOM-00029Y-IZ for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:33:41 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:55189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIEOM-00029R-91 for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 04:33:34 -0500 In-Reply-To: (Oleh's message of "Tue, 25 Feb 2014 10:20:55 +0100") 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: Oleh Cc: Sebastien Vauban , emacs-orgmode@gnu.org Oleh writes: >>> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'") >>> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) >> >> However I don't understand why the second line is necessary (but when >> testing it, I found it necessary). >> > > `org-emphasis-alist` has a :set handler `org-set-emph-re` which will do the job > of setting up the regexps. I don't want to call `org-set-emph-re` directly, > instead I set `org-emphasis-alist` to itself and let the customize interface > call the handler for me. Quite interesting! Thanks a lot for the very clear explanation. Alan