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

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

Re: [h-e-w] mail-send-hook


From: Robert Mecklenburg
Subject: Re: [h-e-w] mail-send-hook
Date: Tue, 27 Nov 2001 09:48:37 -0700

RM> (make-local-hook 'mail-send-hook) 
RM> (add-hook 'mail-send-hook 'scan-for-ellipsis nil t) ;

GB> ,----[ From help on make-local-hook ]
GB> | You never need to call this function now that `add-hook' does it for you
GB> | if its LOCAL argument is non-nil.
GB> `----
GB> 
GB> Could the call to make-local-hook be interfering with your
GB> add-hook line working correctly?

It turns out that the 21.1 version of mail-mode now resets the hooks,
so moving my add-hook after the mail-mode call fixed it.  Of course,
your comment about mail-local-hook no being necessary are correct and
I've removed the call.

Thanks,
-- 
Robert




reply via email to

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