[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] words starting with call_ confuse C-c C-c and export
From: |
Nicolas Goaziou |
Subject: |
Re: [O] words starting with call_ confuse C-c C-c and export |
Date: |
Sat, 14 Dec 2013 12:25:59 +0100 |
Hello,
Eric Schulte <address@hidden> writes:
> Nicolas Goaziou <address@hidden> writes:
>> Just to be clear, I thought about making parens mandatory in inline
>> Babel call syntax. Underscore is overloaded already: underline,
>> subscript...
>>
>
> I'm open to this change.
In fact, they are already mandatory. The problem is different. Current
regexp is:
"\\([^\n]*?\\)call_\\([^()\n]+?\\)\\(\\[\\(.*?\\)\\]\\|\\(\\)\\)(\\([^\n]*?\\))\\(\\[\\(.*?\\)\\]\\)?"
In particular, name is \\([^()\n]+?\\), and can include whitespace
characters. Therefore "call_name (args)" is valid. Isn't it too much
permissive in the context of an Org (i.e. textual) document?
Also, couldn't we limit names to alphanumeric characters and, maybe,
some puctuation (e.g. hypen)?
Regards,
--
Nicolas Goaziou
- [O] words starting with call_ confuse C-c C-c and export, Daniel Clemente, 2013/12/03
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/03
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/06
- Re: [O] words starting with call_ confuse C-c C-c and export,
Nicolas Goaziou <=
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/15
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/15
- Re: [O] words starting with call_ confuse C-c C-c and export, Eric Schulte, 2013/12/16
- Re: [O] words starting with call_ confuse C-c C-c and export, Nicolas Goaziou, 2013/12/16