Titus von der Malsburg <malsb...@posteo.de> 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