rosenbrockc/fortpy-el

Dot to Percent Automation

Opened this issue · 2 comments

There is a keyboard shortcut for placing % and doing the autocomplete automatically when the developer pushes . out of habit from other languages. When operators are used like .and or .eq., the first dot never makes it to the buffer because it gets overwritten as %.

Fix by adding ( and [space] to the regex for the preceding character that decides when to use a % instead of the ..

As far as I can see this bug hasn't been fixed yet? Thanks for an otherwise nice package.

Interesting. I haven't had problems since the latest version (July 15 2015). Are the operators causing the problems, or are the % showing up somewhere else when they shouldn't?