>
> OK, I see the problem, it doesn't get
> called interactively.
>
> Try this instead:
>
> (defun spell-before-send ()
>   (let*((lang-input (read-from-minibuffer "Language [e or s]: "))

Would it have been possible to hook the _interactively_defined_ 
`spell-before-send'
as follows:

(add-hook message-send-hook
          (lambda ()
                  "Calls spell-before-send interactively"
                  (call-interactively 'spell-before-send)))

If so, please enlighten the difference.

Thanks,
r
-- 
(B.V. Raghav)

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to