* Matching lint error messages
@ 2002-11-25 12:36 Richard Stallman
0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2002-11-25 12:36 UTC (permalink / raw)
compile.el includes this regexp
;; 4.3BSD lint pass 3
;; bloofle defined( /users/wolfgang/foo.c(4) ), but never used
;; This used to be
;; ("[ \t(]+\\([a-zA-Z]?:?[^:( \t\n]+\\)[:( \t]+\\([0-9]+\\)[:) \t]+" 1 2)
;; which is regexp Impressionism - it matches almost anything!
(".*([ \t]*\\([a-zA-Z]?:?[^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
which still tends to match too easily. I wonder if this output format
is still used. Could someone look at Solaris and *BSD and see (1)
whether they still have a `lint' program, and (2) what format it uses
for such error messages now?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-25 12:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-25 12:36 Matching lint error messages Richard Stallman
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.