all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Tom Tromey <tom@tromey.com>, 19546@debbugs.gnu.org
Subject: bug#19546: 25.0.50; erc /notify command needs module activation
Date: Mon, 28 Dec 2015 12:01:51 -0700	[thread overview]
Message-ID: <8737um9z34.fsf@tromey.com> (raw)
In-Reply-To: <878u4ev4qi.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 28 Dec 2015 18:54:13 +0100")

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).

Tom





  reply	other threads:[~2015-12-28 19:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09 14:57 bug#19546: 25.0.50; erc /notify command needs module activation Tom Tromey
2015-12-27 20:16 ` Lars Ingebrigtsen
2015-12-28 16:13   ` Tom Tromey
2015-12-28 17:54     ` Lars Ingebrigtsen
2015-12-28 19:01       ` Tom Tromey [this message]
2015-12-28 20:08         ` Lars Ingebrigtsen
     [not found]         ` <87poxqs5e1.fsf@gnus.org>
2015-12-28 20:18           ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737um9z34.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=19546@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.