-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacs whitespace-mode breaks rust-mode highlighting #3994
Labels
P-low
Low priority
Comments
Ah, I've been wondering why |
I ran into this too. Maybe it'd helpful to at least mention the issue in the README, if it can't be fixed easily. |
pnkfelix
added a commit
to pnkfelix/rust
that referenced
this issue
Jul 22, 2013
bors
added a commit
that referenced
this issue
Jul 23, 2013
part of #8793 |
Assigning P-low. |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Oct 27, 2024
automatic PR: explain how to trigger CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, run
M-x global-whitespace-mode
andM-x rust-mode
, then type some Rust code. Most of the syntax highlighting will go away shortly after you type, and generally acts really glitchy. As a concrete example, you can get the highlighting back by pressingSPC DEL
at the beginning of the buffer, but it goes away immediately if you save or move the cursor.I’m using Emacs 24.1+1-2ubuntu3 on Ubuntu 12.10.
The text was updated successfully, but these errors were encountered: