> > (gpm-mouse-mode 0) > > > > This worked for emacs23 in squeeze, but now when using lenny, emacs22 > > complains in this way: > > > > An error has occurred while loading `/home/sanvila/.emacs': > > > > Symbol's function definition is void: gpm-mouse-mode > > You need to check whether it is defined first, like this: > > (when (fboundp 'gpm-mouse-mode) > (gpm-mouse-mode 0))
Thanks! > > Would be possible to write a README.Debian which documents the issues > > with gpm and having a good recipe to disable gpm-mouse-mode, please? > > The recommended way is to customize the gpm-mouse-mode variable, like > any other user setting. This interface exists since Emacs 20. Yes, but it is in emacs23 when the problem with gpm arises, hence my suggestion to document this somewhere in /usr/share/doc/emacs23. People not familiar with lisp and emacs internals (like myself) would be lost and will think this is a bug instead of a feature which may be disabled. In fact, I've had to search in the archived bug reports for emacs23 to know that I had to disable gpm-mouse-mode. The experience for the user is that cut and paste just stops working. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org