From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/2] Soem more minor patches Date: Thu, 22 Oct 2009 15:17:13 +0200 Message-ID: <229E282C-8456-41B9-9EB8-57D888432729@gmail.com> References: <1256118769-787-1-git-send-email-ahktenzero@mohorovi.cc> <6C67176E-D3B2-44BC-B53C-7C4638147370@gmail.com> <20091022102255.GR72276@yog-sothoth.mohorovi.cc> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0xXg-0006On-Gy for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 09:17:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0xXa-0006M6-M2 for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 09:17:23 -0400 Received: from [199.232.76.173] (port=42963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0xXa-0006Lo-7Z for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 09:17:18 -0400 Received: from postduif.ic.uva.nl ([145.18.40.180]:50615) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0xXZ-0004FV-Og for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 09:17:18 -0400 In-Reply-To: <20091022102255.GR72276@yog-sothoth.mohorovi.cc> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James TD Smith Cc: emacs-orgmode@gnu.org OK, thanks for checking. - Carsten On Oct 22, 2009, at 12:22 PM, James TD Smith wrote: > Hi Carsten, > > On 2009-10-22 07:38:04(+0200), Carsten Dominik wrote: >> >> On Oct 21, 2009, at 11:52 AM, James TD Smith wrote: >> >>> I found the changes John Wiegley made to org-repeat-re stopped it >>> from >>> matching repeaters with just a '+' at the start. I have fixed this. >> >> Hi James, can you please provide an example for this bug? > > I've had another look at this and it looks like it's already been > fixed. The > version of org-repeat-re in b40c4e did fail to match repeated > timestamps like > <2009-10-22 Thu +4d> but would not match <2009-10-22 Thu .+4d> or > <2009-10-22 Thu ++4d>, so org-log-repeat would return nil and > repeated tasks > stop repeating. > > The org-repeat-re in f93ace works fine. >> >>> >>> Also, I've added a way for the clock resolution code to use system >>> idle time >>> under X11, using a small C program which uses the xscreensaver >>> extension. >>> >>> James TD Smith (2): >>> Add an X11 equivalent to org-mac-idle-seconds. >>> org-repeat-re was no longer matching simple +2d type repeaters. Fix. >>> >>> .gitignore | 1 + >>> ChangeLog | 6 +++++- >>> UTILITIES/x11idle.c | 21 +++++++++++++++++++++ >>> lisp/ChangeLog | 11 ++++++++++- >>> lisp/org-clock.el | 10 ++++++++-- >>> lisp/org.el | 2 +- >>> 6 files changed, 46 insertions(+), 5 deletions(-) >>> create mode 100644 UTILITIES/x11idle.c > > James > > -- > |---| - Carsten