emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Sebastien Miquel <sebastien.miquel91@orange.fr>
Cc: bzg@gnu.org, emacs-orgmode@gnu.org, sebastian.miele@gmail.com
Subject: Re: [PATCH] Bug: Fontification: Heading following a comment
Date: Tue, 15 Sep 2020 14:05:13 +0200	[thread overview]
Message-ID: <87d02n2qkm.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <8014fc55-b761-2158-f4f8-125603bc6fd7@orange.fr> (Sebastien Miquel's message of "Tue, 15 Sep 2020 08:26:21 +0200")

Hello,

Sebastien Miquel <sebastien.miquel91@orange.fr> writes:

>  	   (rx bol (group (zero-or-more blank) "#"
>  			  (group (group (or (seq "+" (one-or-more (any "a-zA-Z")) (optional ":"))
> -					    space
> +					    blank

This looks wrong, but so does the current regexp. It should not be
`space' nor `blank', but [ \t] per Org syntax.

Regards,

-- 
Nicolas Goaziou


  reply	other threads:[~2020-09-15 12:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20 11:59 Bug: Fontification: Heading following a comment Sebastian Miele
2020-09-04  8:44 ` Bastien
2020-09-15  6:26   ` [PATCH] " Sebastien Miquel
2020-09-15 12:05     ` Nicolas Goaziou [this message]
2020-09-16  6:30       ` Sébastien Miquel
2020-09-16 19:44         ` Nicolas Goaziou
2020-09-23  8:02     ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d02n2qkm.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=sebastian.miele@gmail.com \
    --cc=sebastien.miquel91@orange.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).