# HG changeset patch # User Gerd Moellmann # Date 996075605 0 # Node ID 2c280524cbb71f0268daeea9b4701b184f7cf66f # Parent cda1a73acb687b20079289245697c9291f4ea83e *** empty log message *** diff -r cda1a73acb68 -r 2c280524cbb7 etc/PROBLEMS --- a/etc/PROBLEMS Wed Jul 25 15:04:21 2001 +0000 +++ b/etc/PROBLEMS Wed Jul 25 15:40:05 2001 +0000 @@ -1,6 +1,14 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* Emacs' 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. + * Emacs pauses for several seconds when changing the default font This has been reported for fvwm 2.2.5 and the window manager of KDE diff -r cda1a73acb68 -r 2c280524cbb7 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 25 15:04:21 2001 +0000 +++ b/lisp/ChangeLog Wed Jul 25 15:40:05 2001 +0000 @@ -1,5 +1,9 @@ 2001-07-25 Gerd Moellmann + * emacs-lisp/find-func.el (find-function-regexp): Add + easy-mmode-define-global-mode to the regexp. Allow newlines + in front of the function name. + * isearch.el (isearch-other-meta-char): Fix last change. * isearch.el (isearch-other-meta-char): Don't modify mode-line and