Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion problem with (notifications-notify :body "<test>")

Received: by 10.66.86.130 with SMTP id p2mr729732paz.22.1352233977433;
        Tue, 06 Nov 2012 12:32:57 -0800 (PST)
Path: 6ni64125pbd.1!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: Michael Albinus <michael.albi...@gmx.de>
Newsgroups: gnu.emacs.help
Subject: Re: problem with (notifications-notify :body "<test>")
Date: Tue, 06 Nov 2012 21:32:48 +0100
Lines: 13
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.12422.1352233976.855.help-gnu-emacs@gnu.org>
References: <87hap3m1ig.fsf@micropit.couberia.selfip.net>
	<87vcdi3i9m.fsf@gmx.de> <87hap2ikrd.fsf@micropit.couberia.selfip.net>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1352233977 9345 208.118.235.17 (6 Nov 2012 20:32:57 GMT)
X-Complaints-To: action@cs.stanford.edu
Cc: help-gnu-em...@gnu.org
To: Peter =?utf-8?Q?M=C3=BCnster?= <pmli...@free.fr>
Envelope-to: help-gnu-em...@gnu.org
X-Authenticated: #3708877
X-Provags-ID: V01U2FsdGVkX1/SwWYd+dnS8U5GadytBGI59d8luvxWIxY3mcx3v7
	OwPWZdKekJB9B/
In-Reply-To: <87hap2ikrd.fsf@micropit.couberia.selfip.net> ("Peter
	\=\?utf-8\?Q\?M\=C3\=BCnster\=22's\?\=
	message of "Tue, 06 Nov 2012 20:39:18 +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-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
	<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
X-Received-Bytes: 2350
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Peter M=C3=BCnster <pmli...@free.fr> writes:

> Thanks, now I understand the reason for that behaviour. At first glance
> it seemed quite strange to me, because even with `:body "bla < bla"'
> the body was empty...

If you need special characters, you might use html quoting, like
"bla &lt; bla".

(Maybe this should be explained in the docstring).

Best regards, Michael.