emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposed new core library: alert.el


From: John Wiegley
Subject: Re: Proposed new core library: alert.el
Date: Thu, 05 Nov 2015 13:21:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

>>>>> Vivek Dasmohapatra <address@hidden> writes:

> Something like a timestamped version of *Messages* but just for *Alerts*
> would be great.

All alerts are logged with timestamps to *Alerts* by default.  Example:

    (alert "Hello")

Produces in *Alerts*:

    13:20 PM - Hello

If you have log4e available, then it is used to do the logging to the *Alerts*
buffer.

John



reply via email to

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