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 07:38:04 +0200 Message-ID: <6C67176E-D3B2-44BC-B53C-7C4638147370@gmail.com> References: <1256118769-787-1-git-send-email-ahktenzero@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 1N0qNJ-0000dI-O8 for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:38:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0qNE-0000am-OO for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:38:12 -0400 Received: from [199.232.76.173] (port=46168 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0qNE-0000aZ-EO for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:38:08 -0400 Received: from mail-ew0-f206.google.com ([209.85.219.206]:42911) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0qNE-0006rE-1v for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 01:38:08 -0400 Received: by ewy2 with SMTP id 2so8233966ewy.31 for ; Wed, 21 Oct 2009 22:38:07 -0700 (PDT) In-Reply-To: <1256118769-787-1-git-send-email-ahktenzero@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 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? Thanks! - Carsten > > 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 > > -- > |---| > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten