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

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

Re: problem with (notifications-notify :body "<test>")


From: Michael Albinus
Subject: Re: problem with (notifications-notify :body "<test>")
Date: Tue, 06 Nov 2012 15:42:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Peter Münster <pmlists@free.fr> writes:

> Hi,

Hi Peter,

> When I call
>    
>     (notifications-notify :body "<test>")
>
> the notification pop-up is empty, no body-text.
>
> How could I solve this problem please?

IIRC, for some notification daemons a non-empty title is mandatory. You
might try:

(notifications-notify :title " " :body "test")

Note, that notification daemons might also support markups in the body,
like "<b>bold text</b>" etc. I wouldn't use tags in the body, if not
intended for formatting.

> TIA,

Best regards, Michael.



reply via email to

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