fortpy
fortpy copied to clipboard
Possibility to opt out of autoconversion of derived-type . (dot) to % (percent)
Thanks a lot for fortpy - it makes my life as an addict of both emacs and Fortran a lot easier :-)
One issue I regularly run into is the autoconversion of the . (dot) to % (percent) for members of derived types. Whenever I type something like if(a.eq.b) I typically end up with if(a%eq%b). Is there an easy way (e.g. in my .emacs) to opt out of this feature (and keep all the rest :-)) so that I will have to type the %'s myself?
My elisp isn't very good (to put it mildly), but is the following patch sufficient/complete?