Actions
Bug #6742
closedEmacs compilation-shell-minor-mode misconfiguration
Description
In the definition of inferior-ruby-mode, compilation-shell-minor-mode is enabled before it's variables are set. The way compilation shell is written, this will cause very strange highlighting in the inferior buffer, and inconsistent and useless behaviour of next-error. A simple fix is to put the enable after the setting of those variables. After that, next-error should take you to the file/linenumber of errors listed in the inferior buffer!
Patch which fixes the issue on my box is included.
Files
Actions
Like0
Like0Like0Like0