all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Wilson Snyder" <wsnyder@wsnyder.org>
To: "Paul Eggert" <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Scan of regexp mistakes
Date: Tue, 5 Mar 2019 10:35:26 -0500	[thread overview]
Message-ID: <9d00360ef83ad72c6c3fe3457f2d3ab1.squirrel@mail.wsnyder.org> (raw)
In-Reply-To: <20190305112504.D97DD1EC@emma.svaha.wsnyder.org>

Paul et al, thanks for this cleanup:

> * commit 3c94c7bc02fcacb4a101188dddb0c44d53444178
>   Author:     Paul Eggert <eggert@cs.ucla.edu>
>       Fix regular-expression glitches and typos

This though failed the verilog-mode.el internal tests due to this:

> -		"\\s-*\\.\\(\\([a-zA-Z0-9`_$+@^.*?|---]\\|[][]\\|\\\\[()|]\\)+\\)\\s-*(\\(.*\\))\\s-*\\(,\\|)\\s-*;\\)")
> +		"\\s-*\\.\\(\\([-a-zA-Z0-9`_$+@^.*?]\\|[][]\\|\\\\[()|]\\)+\\)\\s-*(\\(.*\\))\\s-*\\(,\\|)\\s-*;\\)")

Which removed | from the character class.  I committed a fix for this, but
you may want to check the other files patched.

Thanks.




       reply	other threads:[~2019-03-05 15:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190305112504.D97DD1EC@emma.svaha.wsnyder.org>
2019-03-05 15:35 ` Wilson Snyder [this message]
2019-03-05 16:12   ` Scan of regexp mistakes Mattias Engdegård
2019-03-07 17:39   ` Paul Eggert
2019-03-03 18:01 Mattias Engdegård
2019-03-05  2:04 ` Paul Eggert
2019-03-05  4:30   ` Clément Pit-Claudel
2019-03-05 15:06   ` Mattias Engdegård
2019-03-08  6:02     ` Stefan Monnier
2019-03-08 17:13     ` Paul Eggert
2019-03-09 12:36       ` Mattias Engdegård
2019-03-09 17:14         ` Paul Eggert
2019-03-09 13:09       ` Mattias Engdegård
2019-03-09 17:12         ` Paul Eggert
2019-03-09 20:16           ` Mattias Engdegård

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=9d00360ef83ad72c6c3fe3457f2d3ab1.squirrel@mail.wsnyder.org \
    --to=wsnyder@wsnyder.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    /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.