The "Goto Error" function does not jump to the correct line because
compile.el does not recognize the error messages from the GNU Fortran
compiler (gfortran) 4.5 correctly.
GNU Fortran's error messages are of the form:
Filename:Linenumber.Columnnumber:
Error description ...
...
|