[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Redirecting messages
From: |
John Wiegley |
Subject: |
Re: Redirecting messages |
Date: |
Fri, 06 Nov 2015 15:48:18 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
>>>>> Rasmus <address@hidden> writes:
> Perhaps it would be nice if the default would already check some custom
> variable consisting of cons of
> (FUN or regexp for evaluating message . FUN or String to notify)
> Or each user can add this in her own custom message function.
This type of functionality is exactly what alert.el does. :) If we redefine
message to be alert, with alert's default being to call the old message,
you'll be able to take complete control over how you get notified, and when.
John