From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [PATCH] testing/ort-test.el, regexp to find files Date: Fri, 05 Aug 2011 11:30:09 -0600 Message-ID: <87y5z7lqam.fsf@gmail.com> References: <871ux2l2t3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpODr-0000bf-NO for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpODq-0003T3-DJ for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:30:11 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:48364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpODq-0003Ss-6m for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 13:30:10 -0400 Received: by vxj15 with SMTP id 15so1826057vxj.0 for ; Fri, 05 Aug 2011 10:30:09 -0700 (PDT) In-Reply-To: <871ux2l2t3.fsf@gmail.com> (Litvinov Sergey's message of "Wed, 03 Aug 2011 21:20:40 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Litvinov Sergey Cc: emacs-orgmode@gnu.org Applied, Thanks -- Eric Litvinov Sergey writes: > org-test picks up temporary and backup files. Please consider a patch > the attachments to get rid of them. > > From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001 > From: Sergey Litvinov > Date: Mon, 1 Aug 2011 00:47:32 +0200 > Subject: [PATCH] Get rid of tmp and backup file in test load > > --- > testing/org-test.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/testing/org-test.el b/testing/org-test.el > index 96e693f..4e2f8e6 100644 > --- a/testing/org-test.el > +++ b/testing/org-test.el > @@ -204,7 +204,7 @@ files." > (lambda (path) > (if (file-directory-p path) (rload path) (load-file path))) > (directory-files base 'full > - "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el")))) > + "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$")))) > (rload (expand-file-name "lisp" org-test-dir)) > (rload (expand-file-name "lisp" > (expand-file-name "contrib" org-test-dir))))) -- Eric Schulte http://cs.unm.edu/~eschulte/