all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mattias Engdegård" <mattiase@acm.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: Emacs Development <Emacs-devel@gnu.org>
Subject: Re: regexp linting run in Emacs tree
Date: Thu, 8 Aug 2019 13:01:31 +0200	[thread overview]
Message-ID: <AD451096-49B2-4D53-96A2-8ECC9B4BFAE8@acm.org> (raw)
In-Reply-To: <2dcc229d-75ce-51df-0224-f484eec622e3@cs.ucla.edu>

5 aug. 2019 kl. 00.57 skrev Paul Eggert <eggert@cs.ucla.edu>:
> 
> That would slow down and complicate the source a bit. Maybe just add the glitch to the delinter's exception list, if any.

There is now a suppression mechanism in relint, so I added suppressions to fortran.el.

Relint now also checks arguments to `skip-syntax-forward' and `skip-syntax-backward', which caught something:

lisp/wid-edit.el:3331:34: In call to skip-syntax-forward: Invalid char `s' in syntax string (pos 1)
  "\\s-"
   ..^
lisp/wid-edit.el:3337:34: In call to skip-syntax-forward: Invalid char `s' in syntax string (pos 1)
  "\\s-"
   ..^

There are a few hits in the GNU ELPA repository as well.




      parent reply	other threads:[~2019-08-08 11:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 17:49 regexp linting run in Emacs tree Mattias Engdegård
2019-08-04 18:46 ` Paul Eggert
2019-08-04 19:07   ` Mattias Engdegård
2019-08-04 22:57     ` Paul Eggert
2019-08-05 11:33       ` Mattias Engdegård
2019-08-05 17:17         ` Paul Eggert
2019-08-05 21:18           ` Mattias Engdegård
2019-08-08 11:01       ` Mattias Engdegård [this message]

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

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

  git send-email \
    --in-reply-to=AD451096-49B2-4D53-96A2-8ECC9B4BFAE8@acm.org \
    --to=mattiase@acm.org \
    --cc=Emacs-devel@gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.