[1606] in testers
Re: 7.3C Emacs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Jul 29 14:53:18 1991
Date: Mon, 29 Jul 91 13:36:34 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: ckclark@ATHENA.MIT.EDU
Cc: vanharen@ATHENA.MIT.EDU, testers@ATHENA.MIT.EDU
In-Reply-To: [1601]
I suspect the problem with the mouse map is the reordering of elisp
loading in more recent emacses (i.e. changed after 18.54).
The normal loading sequence loads x-mouse *after* em_init.el now. So
if you put something like:
(require 'x-mouse)
before your x frobbing in ~/.emacs, it should do what you expect.
If this is indeed the problem, it's something for the release notes.
John