Begin File: emacs-20.2-src-patch1.tgz Description: Source patch to the QNX Emacs 20.2 archive Keywords: emacs source mouse Version: 20.2 Entered-date: April 30, 1998 Author: Richard Stallman Ported-by: Andrew Thomas, Cogent Real-Time Systems Inc. Original-site: prep.ai.mit.edu Copying-policy: Copyleft Supplemental: This is a source patch to the GNU Emacs 20.2 archive. It fixes (hopefully) bugs causing crashes when messages are displayed in the minibuffer, or when used with ansi terminal emulation. It also fixes some problems with using the mouse under emacs. Not tested with a 3-button mouse. There are still mouse problems, but the support is better than the hack for emacs 19.34. To use mouse support, remove all of the 19.34 code from your .emacs file (if you have it) and simply use the following: (autoload 'pterm-mouse-mode "ph-mouse" "Pterm mouse." t) (pterm-mouse-mode) To apply this patch: $ cd /usr/GNU/Emacs $ zcat emacs-20.2-src-patch1.tgz | tar xf - $ cd emacs-20.2 $ make distclean $ make install End