From: Alexander Gramiak Date: Mon, 13 Nov 2017 00:06:32 +0000 (-0600) Subject: * etc/PROBLEMS: Remove fixed xterm-mouse-mode problems X-Git-Tag: emacs-26.0.91~313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0491de8dad7b3e25e643f4556375a82b7e6ac445;p=emacs.git * etc/PROBLEMS: Remove fixed xterm-mouse-mode problems See: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29143#26 --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 3dd225302a7..ac76230f690 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1117,14 +1117,6 @@ to happen in *.UTF-8 locales; zh_CN.GB2312 and zh_CN.GBK locales, for example, work fine. A bug report has been filed in the Gnome bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=357032 -*** Gnome: Emacs's xterm-mouse-mode doesn't work on the Gnome terminal. - -A symptom of this bug is that double-clicks insert a control sequence -into the buffer. The reason this happens is an apparent -incompatibility of the Gnome terminal with Xterm, which also affects -other programs using the Xterm mouse interface. A problem report has -been filed. - *** Gnome: GPaste clipboard manager causes erratic behavior of 'yank' The symptom is that 'kill-line' followed by 'yank' often (but not @@ -1496,22 +1488,6 @@ this, you can remove the X resource or put this in your init file: (xterm-remove-modify-other-keys) -** Emacs's xterm-mouse doesn't work well in Evil mode. - -Specifically, clicking mouse-1 doesn't work as expected: instead of -moving point where you click, it highlights the region between the -line beginning and the click location, and displays error messages -about unbound keys in the echo area. - -To work around this, put this in your .emacs file: - - (with-eval-after-load 'evil-maps - (define-key evil-motion-state-map [down-mouse-1] nil)) - -This appears to be a bug in Evil. -See discussions in https://github.com/emacs-evil/evil/issues/960 -and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29143 - ** Emacs spontaneously displays "I-search: " at the bottom of the screen. This means that Control-S/Control-Q (XON/XOFF) "flow control" is being