Re: idlwave in XEmacs [message #43803] |
Mon, 02 May 2005 09:55  |
JD Smith
Messages: 850 Registered: December 1999
|
Senior Member |
|
|
On Fri, 29 Apr 2005 11:18:33 -0700, ismxray@yahoo.com wrote:
> There problem is still the same even I installed the Xemacs21 again.
> The fsf-compat
> is already included. I try to replace it with fsf-compat in sumo emacs
> package, and the
> error is still the same. Only if I get rid of fsf-compat package, I can
> get the error
> "Symbol's function is void: overlayp", otherwise I only get the error
> itimer "run-with-idle-timer" signaled: (void-fuction cancel-timer)
>
> Any hints to solve the problem? I am using debian system. Thanks!
Hmm... here's what my XEmacs (21.4.17) says after IDLWAVE loads:
=================
`cancel-timer' is a compiled Lisp function
-- loaded from "timer"
(cancel-timer TIMER)
Documentation:
Remove TIMER from the list of active timers.
==================
It is from the "timer.el" file which is part of the fsf-compat package (or
should be). Maybe check to see if you have that file in your package? You
might force it to be loaded by putting:
(require 'timer)
in your .emacs (or .xemacs/init.el), but that shouldn't strictly be
necessary, if the autoloads are setup correctly. Let me know if this
does the trick, and I may throw a (require 'timer) in.
JD
|
|
|
|
|
|