bug-gnu-emacs
[Top][All Lists]
Advanced

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

Compilation mode for Perl fix


From: Reto Stamm
Subject: Compilation mode for Perl fix
Date: Sat, 15 Dec 2001 10:42:18 -0800 (PST)

In Gnu EMACS 20.7.1, in compile.el, when verifying perl scripts with -w, the
messages that end in . are not recognized. This patch fixes this problem.
(Patch typed in by hand, may not work. 

Only change is 

),"   becomes )[,\.]"

Thanks, greetings

--reto

*** 290,296 ****

      ;; Perl -w
      ;; syntax error at automake line 922, near "':'"
      ;;(".* at \\([^ ]+\\) line \\([0-9]+\\)," 1 2)

--- 290,296 ----

      ;; Perl -w
      ;; syntax error at automake line 922, near "':'"
      ;; Global symbol "$foo" requires explicit package name at test.cgi line 
157.
      ;;(".* at \\([^ ]+\\) line \\([0-9]+\\)[,\.]" 1 2)



__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com



reply via email to

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