rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.11k stars 179 forks source link

Code highlighting disengages after any actions #118

Closed strangelittlemonkey closed 2 years ago

strangelittlemonkey commented 8 years ago

I installed rust-mode.el through marmalade, it automatically uses the major mode when opening a .rs file, but after I see everything get color coded nicely, the second I take any action, cursor down or anything, all the code highlighting goes away and won't come back. The knowledge of code indentation remains, I'm not sure about other features yet.

MicahChalmer commented 8 years ago

The version of rust-mode uploaded to Marmalade is very old. Get the latest from melpa, or straight from here. It shouldn't have this problem. (See #44--I'm not sure who would have access to the account on Marmalade to update or delete the old version.)