[1608] in testers
Re: 7.3C Emacs
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Jul 29 15:07:24 1991
To: John T Kohl <jtkohl@ATHENA.MIT.EDU>
Cc: ckclark@ATHENA.MIT.EDU, testers@ATHENA.MIT.EDU
From: Chris VanHaren <vanharen@MIT.EDU>
Date: Mon, 29 Jul 91 15:07:19 BST
> 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
Yes, that fixed it, thanks.
Yes, this should go into the release notes.
Thanks,
-C.