简体   繁体   中英

Setting up Vala mode on Emacs

I'm trying to set up a mode for editing Vala in Emacs. I've only found these instructions , and it seems that (for the first case with packages) marmalade no longer carries vala-mode , and for the second, csharp-mode always fails to compile when I try to install it! What should I do?

I just confirmed that vala-mode is not included in the marmalade archive, despite the link above. To work around this, from within Mx eshell execute:

$ wget http://marmalade-repo.org/packages/vala-mode-0.1.el
$ package-install-file vala-mode-0.1.el

package-install works with the network automatically, but package-install-file , and package-install-from-buffer are also available.

Of course this solution will not download it automatically going forward, so you should contact Marmalade maintainers to determine why it's not listing it in the archive, or possibly submit it for inclusion in Melpa.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM