diff options
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bb699af9df5..e5611b05b1e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1478,6 +1478,10 @@ To work around this, put this in your .emacs file: | |||
| 1478 | (with-eval-after-load 'evil-maps | 1478 | (with-eval-after-load 'evil-maps |
| 1479 | (define-key evil-motion-state-map [down-mouse-1] nil)) | 1479 | (define-key evil-motion-state-map [down-mouse-1] nil)) |
| 1480 | 1480 | ||
| 1481 | This appears to be a bug in Evil. | ||
| 1482 | See discussions in https://github.com/emacs-evil/evil/issues/960 | ||
| 1483 | and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29143 | ||
| 1484 | |||
| 1481 | ** Emacs spontaneously displays "I-search: " at the bottom of the screen. | 1485 | ** Emacs spontaneously displays "I-search: " at the bottom of the screen. |
| 1482 | 1486 | ||
| 1483 | This means that Control-S/Control-Q (XON/XOFF) "flow control" is being | 1487 | This means that Control-S/Control-Q (XON/XOFF) "flow control" is being |