* compilation-parse-errors on Emacs 21-3 win32 - what am I missing ???
@ 2004-02-17 16:28 Steve M
0 siblings, 0 replies; only message in thread
From: Steve M @ 2004-02-17 16:28 UTC (permalink / raw)
Greetings all,
its been a while since I last used Emacs, and I am now
getting back into Fortran programming and wish to use the one true
editor again. Thus I dutifully downloaded the latest Emacs binaries for
Win32 and installed it all. It runs fine, except when I want to parse
the errors from my Fortran compiler.
I have inserted the appropriate regexp etc into the alist in compile.el,
byte compiled and loaded it, and upon execution it finds no errors in
the compilation buffer. I am 99% certain that the regexp I used is fine
(it used to work in an old old version of Demacs (that's showing how
long its been !) and starting afresh I come up with the same thing.
I also noticed that if I do an re-search-forward on teh compile buffer
with the regexp it fails, as do any of the other regexps in compile.el
on the very examples of the errors provided for these regexps.
Anyone able to tell me what obvious thing I am missing here !!
Thanks,
Steve
P.S. here is what I added to compile.el
;; Salford FTN77 with /BRIEF option
;; ERROR E:\F77\SRC\TESTCONV.FOR 8: ZZ has not appeared ...
("\\([A-Z]:[^ ]+\\)[ ]+\\([0-9]+\\):" 1 2)
To reply by e-mail, use s_j_madden@ the provider listed with my name in
the from field !
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-17 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-17 16:28 compilation-parse-errors on Emacs 21-3 win32 - what am I missing ??? Steve M
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).