emacs-devel
[Top][All Lists]
Advanced

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

Re: Scan of regexps in Emacs (March 17)


From: Mattias Engdegård
Subject: Re: Scan of regexps in Emacs (March 17)
Date: Sun, 7 Apr 2019 12:06:24 +0200

7 apr. 2019 kl. 11.47 skrev Paul Eggert <address@hidden>:
> 
> Thanks, I installed the attached to fix the oddities that Michael hadn't 
> already fixed.

Looks fine, thank you! Minor detail:

-  (let* ((sig-re "[a-zA-Z0-9_]*")
+  (let* ((sig-re "a-zA-Z0-9_")

It isn't a regexp; rename to sig-chars maybe?
To silence the checker, if nothing else. It latched on to the name, on the 
grounds that even if the contents look all right now, someone will one day 
believe the name and put a regexp in it.




reply via email to

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