help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] .elc files that don't work


From: Tom Roche
Subject: Re: [h-e-w] .elc files that don't work
Date: Fri, 02 Nov 2001 18:55:44 -0500

"Goforth, Eric" <address@hidden> Fri, 2 Nov 2001
11:50:48
> Hey,

Be advised that this may not be understood as a greeting outside of
Raleigh :-)

> Any idea why ntemace can't find some of the .elc files in my
> C:\emacs-20.6\

Time to upgrade!

> lisp\play when I do a M-x 'filename'?

Two things: for 

M-x blah

to cause some action,

* something must define a _function_ called 'blah'. Just because there
  is a file named 'blah.el<|c>' doesn't mean there is a function
  'blah'.

* the function 'blah' must have been declared interactive, i.e. with

  (interactive) ; can have arguments

  in its defun.

There may be others.

FWIW, address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]