nim-lang / nim-mode

An emacs major mode for the Nim programming language
138 stars 46 forks source link

nim-compile fix #164

Closed krux02 closed 7 years ago

krux02 commented 7 years ago

The logic to evaluate the initial value of compile-command in now executed only once for every nim-mode buffer. This allows the function compile without arguments to just work on nim files.

nim-compile now behaves more like compile, it does not "forget" the old value of compile-command anymore, but allows to interactively change it.

Overall the value of compile-command is a bit more persistent.

krux02 commented 7 years ago

What should I do about this error message? I don't see an error in the travis ci. The job log just does't appear at all.