[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,
- Re: [O] Inline LaTeX formulae, (continued)
- Re: [O] Inline LaTeX formulae, Rasmus, 2015/05/05
- Re: [O] Inline LaTeX formulae, Marcin Borkowski, 2015/05/05
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/05
- Re: [O] Inline LaTeX formulae, Marcin Borkowski, 2015/05/05
- Re: [O] Inline LaTeX formulae, Rasmus, 2015/05/06
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/06
- Re: [O] Inline LaTeX formulae, Eric S Fraga, 2015/05/07
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/07
- Re: [O] Inline LaTeX formulae, Nicolas Goaziou, 2015/05/07
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/08
- Re: [O] Inline LaTeX formulae,
Nicolas Goaziou <=
- Re: [O] Inline LaTeX formulae, Titus von der Malsburg, 2015/05/08
- Re: [O] Inline LaTeX formulae, Nicolas Goaziou, 2015/05/09