On Tue, Aug 13, 2002 at 03:33:51PM -0700, Sam Peterson wrote:
> Does Emacs say anything when it starts up?  Something to the effect of
> "Symbol's value as function is void"? 

Nope. No error messages at all.

> you might try putting "(interactive)" at the begining of your defun.
> Something like this:
> 
> (defun my-mail-mode-hook ()
>    (interactive)
>    (auto-fill-mode)
> )
> 
> That usually helps when you need a function to be called from a key
> map or a hook.

That made no difference.

Many thanks.

andy

Reply via email to