emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scan of regexp mistakes


From: Wilson Snyder
Subject: Re: Scan of regexp mistakes
Date: Tue, 5 Mar 2019 10:35:26 -0500
User-agent: SquirrelMail/1.4.23 [SVN]

Paul et al, thanks for this cleanup:

> * commit 3c94c7bc02fcacb4a101188dddb0c44d53444178
>   Author:     Paul Eggert <address@hidden>
>       Fix regular-expression glitches and typos

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

> -             
> "\\s-*\\.\\(\\(address@hidden|---]\\|[][]\\|\\\\[()|]\\)+\\)\\s-*(\\(.*\\))\\s-*\\(,\\|)\\s-*;\\)")
> +             
> "\\s-*\\.\\(\\(address@hidden|[][]\\|\\\\[()|]\\)+\\)\\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 via email to

[Prev in Thread] Current Thread [Next in Thread]