[1633] in testers
7.3C Emacs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Jul 30 18:18:08 1991
From: ckclark@ATHENA.MIT.EDU
Date: Tue, 30 Jul 91 18:18:07 -0400
To: jik@cats.UCSC.EDU
Cc: jtkohl@ATHENA.MIT.EDU, vanharen@ATHENA.MIT.EDU, testers@ATHENA.MIT.EDU
In-Reply-To: "Jonathan I. Kamens"'s message of Tue, 30 Jul 91 14:34:28 -0700 <9107302134.AA01688@catstest-ws-1.UCSC.EDU>
Reply-To: ckclark@mit.edu
>>>>> On Tue, 30 Jul 91 14:34:28 -0700, "Jonathan I. Kamens" <jik@cats.UCSC.EDU> said:
jik> I corresponded with rms about it, and he said there's no
jik> way to get it to load before undumping. Now, there may
jik> really be a way to get it with some gross kludge, but
jik> frankly, I don't think it's worth it.
I think that says it all. I submit the following additions to the
release notes:
The file ``x-mouse.el'' is no longer pre-loaded in emacs. Users who
wish to reference or modify the variables or functions contained in that
file must precede their code with the line:
(require 'x-mouse)
Also, something like this should be included in the release notes, next
the the stuff about X Menu:
CTRL-SHIFT middle-button will bring up a menu which lists the current
buffers, and allows switching between them. The user can customize the
key/mouse bindings to display these menus by changing the emacs lisp
variable \tt{mouse-map}. (This variable is defined in x-mouse.el, so
the ``require'' line mentioned previously is needed.)
-Calvin