f90-namelist-mode icon indicating copy to clipboard operation
f90-namelist-mode copied to clipboard

An extension to emacs f90-mode to handle Fortran namelists

Results 3 f90-namelist-mode issues
Sort by recently updated
recently updated
newest added

If point is at the end of a line containing an existing key-value pair, f90-namelist-insert-key-value inserts the new pair at the beginning of the line, instead of on a new...

bug

The regexp `^ *[^!]` matches comment lines that begin with whitespace.

bug

Maybe we should jump to the end of file/end of current namelist and insert a new one there?

enhancement