From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [appt] allow specifying warning time in diary Date: Mon, 13 Sep 2010 20:22:50 -0400 Message-ID: References: <87vd6fe1qt.fsf@rimspace.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284423768 12553 80.91.229.12 (14 Sep 2010 00:22:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2010 00:22:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 02:22:47 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OvJIM-0003LA-6D for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2010 02:22:46 +0200 Original-Received: from localhost ([127.0.0.1]:47520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvJIL-0003rn-DX for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 20:22:45 -0400 Original-Received: from [140.186.70.92] (port=53658 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvJIG-0003rX-13 for emacs-devel@gnu.org; Mon, 13 Sep 2010 20:22:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvJIE-0003YY-Vk for emacs-devel@gnu.org; Mon, 13 Sep 2010 20:22:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51962) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvJIE-0003YU-UT for emacs-devel@gnu.org; Mon, 13 Sep 2010 20:22:38 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OvJIR-0006Ty-45; Mon, 13 Sep 2010 20:22:51 -0400 X-Spook: 9/11 IDEA cypherpunk Panama emc Dick Cheney arrangements X-Ran: x,_ESW}g'nm1n*zyC"fP___22A=8rx1cxW-z/J#T\5G'n)rTRM4K%2Q=[(!=/o2oQCf)cr X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130108 Archived-At: Thanks, I'd like to see something like this, but I'd like a more general solution that allows one to specify arbitrary appt parameters in a diary entry. There aren't really any to specify apart from the warntime at present, but in future one could imagine different importance levels, notification methods, etc. What I had in mind was a (customizable) marker at the end of diary entries, which would be followed by a series of key/value pairs. Eg 10:30 Do stuff ## warntime 10 importance low ... These would be stripped in the diary display.