bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19546: 25.0.50; erc /notify command needs module activation


From: Lars Ingebrigtsen
Subject: bug#19546: 25.0.50; erc /notify command needs module activation
Date: Mon, 28 Dec 2015 21:08:22 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Tom Tromey <tom@tromey.com> writes:

> Lars> Hm...  I didn't seem to get any particular notification when that
> Lars> happened..
>
> You may need to set erc-notify-signon-hook.
>
> My full erc-notify config, afaict, is:
>
> (require 'notifications)
> (defun tromey-notify-erc-join (server nick)
>   (notifications-notify :title (format "%s signed on to %s" nick server)))
> (setf erc-notify-signon-hook #'tromey-notify-erc-join)
> (require 'erc-notify)
> (add-to-list 'erc-modules 'notify)
>
> It seems you could use 'erc-notify-signon and get a (message).

Hm.  This seems like an awfully lot to expect a user to do...  Is the
/notify feature perhaps not fully implemented in erc?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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