emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Inline LaTeX formulae


From: Nicolas Goaziou
Subject: Re: [O] Inline LaTeX formulae
Date: Fri, 08 May 2015 23:40:48 +0200

Titus von der Malsburg <address@hidden> writes:

> Both are fixed in the patch below.

Thank you.

> I also included opening parentheses. It’s an unlikely case but for
> consistency they should be included.

If there's no need to exclude opening parenthesis, I suggest to use

  "\\([[:punct:][:space:]]\\|$\\)"

instead of

  "\\(\\s.\\|\\s-\\|\\s(\\|\\s)\\|\\s\"\\|$\\)"

It is shorter and clearer.

> I also updated org.texi.  Dashes are punctuation and don’t need special
> mention.  I also clarified that quotes and parentheses are considered to
> be punctuation (although Emacs has separate syntax classes for them).

OK.

Could you provide a commit message for this patch and send it again,
with change above?


Regards,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]