I am using proof-general mode for editing and executing Coq files in emacs. However, I am highly annoyed by the C-c C-n
behavior of always going to the next line if the EoF is reached. As I tend to use it interactively, executing the proof as I go along I end up always typing: C-c C-n + ARROW-UP + END
.
How can I change that behavior of C-c C-n
to ONLY evaluate to the next dot? Alternative: Is there a command I overlooked that does exactly that?