From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Creole-style / Support for **emphasis**__within__**a word** Date: Sat, 22 Mar 2014 15:05:21 +0100 Message-ID: <87mwgimiqm.fsf@gmail.com> References: <87zjl6ktu2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMXo-00044D-Go for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 10:05:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRMXd-00056l-Kj for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 10:05:04 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:55328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRMXd-00056T-DI for emacs-orgmode@gnu.org; Sat, 22 Mar 2014 10:04:53 -0400 Received: by mail-wg0-f43.google.com with SMTP id x13so2303075wgg.2 for ; Sat, 22 Mar 2014 07:04:52 -0700 (PDT) In-Reply-To: <87zjl6ktu2.fsf@gmail.com> (Jambunathan K.'s message of "Tue, 04 Mar 2014 18:41:23 +0530") 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: Jambunathan K Cc: emacs-orgmode@gnu.org Hello, Jambunathan K writes: > [RFC] Creole-style / Support for **emphasis**__within__**a word** > > The attached files should speak for themselves. Such an arrangement > > a) Does not change the status quo AT ALL. > b) Provide more rope. > > The patch is in the spirit of "show and tell". I will not provide a > formal patch. > > What about formalizing such an arrangement... FWIW I think is the idea is very interesting. This is more verbose, but it could allow us to get rid of the terrible `org-emphasis-regexp-components' variable. Unfortunately, this would introduce incompatibilities in old documents, unless that is, we keep checking `org-emphasis-regexp-components', but then, the change would become, IMO, much less desirable. In a nutshell, I don't think this will go past the active "backward-compatibility" squad on the ML. What we're really after is a way to - keep single character markup ; - get rid of `org-emphasis-regexp-components' ; - allow midword markup. Good luck. Regards, -- Nicolas Goaziou