From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: Re: [PATCH 0/2] Soem more minor patches Date: Thu, 22 Oct 2009 11:22:55 +0100 Message-ID: <20091022102255.GR72276@yog-sothoth.mohorovi.cc> References: <1256118769-787-1-git-send-email-ahktenzero@mohorovi.cc> <6C67176E-D3B2-44BC-B53C-7C4638147370@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0uoz-0002X7-Ac for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 06:23:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0uou-0002Rg-6j for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 06:23:04 -0400 Received: from [199.232.76.173] (port=47916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0uot-0002RT-TO for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 06:22:59 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42]:64276 helo=yog-sothoth.mohorovi.cc) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0uot-0001Iv-Dn for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 06:22:59 -0400 Content-Disposition: inline In-Reply-To: <6C67176E-D3B2-44BC-B53C-7C4638147370@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org 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 -- |---|