From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: problem with (notifications-notify :body "") Date: Tue, 06 Nov 2012 15:42:13 +0100 Message-ID: <87vcdi3i9m.fsf@gmx.de> References: <87hap3m1ig.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352212962 28747 80.91.229.3 (6 Nov 2012 14:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 14:42:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter =?utf-8?Q?M=C3=BCnster?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 06 15:42:50 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVkMa-0004I2-JS for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 15:42:48 +0100 Original-Received: from localhost ([::1]:38832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVkMQ-0006Tt-NR for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 09:42:38 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVkMD-0006Rc-IA for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 09:42:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVkM7-0007PO-RL for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 09:42:25 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:33738) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TVkM7-0007PB-GU for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 09:42:19 -0500 Original-Received: (qmail invoked by alias); 06 Nov 2012 14:42:15 -0000 Original-Received: from p57BB9707.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.7] by mail.gmx.net (mp029) with SMTP; 06 Nov 2012 15:42:15 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19CqosGki1CFmfuHmPyckA1PEH5y/8HoxIaaGQDhs s2qydGbuokTpbt In-Reply-To: <87hap3m1ig.fsf@micropit.couberia.selfip.net> ("Peter \=\?utf-8\?Q\?M\=C3\=BCnster\=22's\?\= message of "Tue, 06 Nov 2012 12:09:11 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.165.64.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87548 Archived-At: Peter M=C3=BCnster writes: > Hi, Hi Peter, > When I call >=20=20=20=20 > (notifications-notify :body "") > > 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 "bold text" etc. I wouldn't use tags in the body, if not intended for formatting. > TIA, Best regards, Michael.