From: Gerd Moellmann Date: Wed, 25 Jul 2001 15:40:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b03dc47d8fe713bc9a985615a07263089875312a;p=emacs.git *** empty log message *** --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index bc53d24955d..728a3c69fc4 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 03d3b9cc0e9..fbab0a632d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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