about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2013-07-22 12:27:46 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2013-07-22 12:27:46 +0200
commitf98f3b04012b4733450f96aba10e656225ac034f (patch)
tree54ae62b555dfa79a4d476fc2ceb484c2d42f7760 /src/etc
parentcee5c4ad11d348f0aa6487f5d01c8f660c7f5853 (diff)
Note incompatibility with global-whitespace-mode.
See #3994.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/emacs/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/etc/emacs/README.md b/src/etc/emacs/README.md
index 006dd6654cd..02c2c248d36 100644
--- a/src/etc/emacs/README.md
+++ b/src/etc/emacs/README.md
@@ -98,3 +98,8 @@ marking, press x, and ELPA will install the packages for you (under
 ~/.emacs.d/elpa/).
 
 * or using <kbd>M-x package-install rust-mode
+
+### Known bugs
+
+* Combining `global-whitespace-mode` and `rust-mode` is generally glitchy.
+  See [Issue #3994](https://github.com/mozilla/rust/issues/3994).