[1625] in testers

home help back first fref pref prev next nref lref last post

Re: emacs init files

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Jul 30 13:35:38 1991

From: lwvanels@ATHENA.MIT.EDU
Date: Tue, 30 Jul 91 13:35:42 -0400
To: Jeff Tang <jefft@ATHENA.MIT.EDU>
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: [1619]
Reply-To: lwvanels@mit.edu

Hi Jeff-
  It looks like your problem may be because elisp loading was re-ordered in
the new version of emacs; one common cause of problems is that now your
.emacs file is loaded before the file containing the mouse binding
functions.  Try putting a 

(require 'x-mouse)

before your defun of x-do-kbd-macro.  Information on this will be in the
next version of the release notes.

	-Lucien

home help back first fref pref prev next nref lref last post