emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] [PATCH] planner-authz.el improvements


From: Jim Ottaway
Subject: Re: [emacs-wiki-discuss] [PATCH] planner-authz.el improvements
Date: Sun, 13 Mar 2005 18:34:33 +0000
User-agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.2 (gnu/linux)

>>>>> Andrew J Korty <address@hidden> writes:

> Here[1] is a patch to planner-authz.el that adds planner-appt.el
> support, removes dependencies on cl, and fixes some bugs.

That looks very interesting, even though I don't use planner-authz or
even publish my plans!  Should the regexp cover "nagging" appointments
as well[1]?  Or perhaps you could simply use planner-appt-task-regexp
... but then you would have to require it somewhere I suppose.  And
should there be something for schedule appointments too?

Regards,

Jim Ottaway

Footnotes: 
[1]  patch to add nagging:

--- orig/planner-authz.el
+++ mod/planner-authz.el
@@ -134,7 +134,7 @@
 
 (defcustom planner-authz-appt-regexp
   (concat
-   "@?\\s-*[0-9]?[0-9]:[0-5][0-9]\\(?:\\s-*[ap]m?\\)?"
+   "address@hidden:[0-5][0-9]\\(?:\\s-*[ap]m?\\)?"
    "\\(?:\\s-*-?\\s-*[0-9]?[0-9]:[0-5][0-9]\\(?:\\s-*[ap]m?\\)?\\)?\\s-")
   "Regexp that matches a `planner-appt' start and end time specification.")
 






reply via email to

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