emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 0491de8: * etc/PROBLEMS: Remove fixed xterm-mouse


From: Alexander Gramiak
Subject: [Emacs-diffs] emacs-26 0491de8: * etc/PROBLEMS: Remove fixed xterm-mouse-mode problems
Date: Tue, 14 Nov 2017 01:12:55 -0500 (EST)

branch: emacs-26
commit 0491de8dad7b3e25e643f4556375a82b7e6ac445
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    * etc/PROBLEMS: Remove fixed xterm-mouse-mode problems
    
    See: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29143#26
---
 etc/PROBLEMS | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 3dd2253..ac76230 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]