Hi guys,
I am rather new to lisp, and I hope you will forgive me ignorance.
I have been a emacs user for a while now, and recently I converted a program from f77 to f90.
Here is the problem: if I use fortran-mode, all what is past the 72 columns is commented out, which is ugly to work with. On the other hand, I have a bunch of comments starting with "c" on the first column that were left from the f77 version, and if I use f90-mode they are not displayed as comment, which is also ugly to work with.
If there a way I can tell f90-mode to color-code "comment" all the lines that have a "c" on the first column?
Thanks,
Efo
