gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
230 stars 21 forks source link

WIP: use compilation mode for error buffer #12

Closed dahtah closed 4 years ago

dahtah commented 4 years ago

I ported a nice feature of julia-repl by @tpapp: compilation-mode is now enabled in the error buffer. Example in screenshot below.

Also, I'm a complete beginner in elisp, so comments are welcome.

compilation_mode

tpapp commented 4 years ago

If that is preferred, I am happy to factor out this part and put it on MELPA so that it is easier to share/maintain.

dahtah commented 4 years ago

Thanks for your comments! I'm always happy to learn something new, so I tried to fix things myself, let me know what you think. The next thing is to enable compilation-minor-mode in the vterm buffer, which may be quite useful when using Revise.jl. Any advice?

gcv commented 4 years ago

Nice work!