Re: [O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-05 Thread Eric Schulte
Applied, Thanks -- Eric

Litvinov Sergey slitvi...@gmail.com 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 slitvi...@gmail.com
 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/



[O] [PATCH] testing/ort-test.el, regexp to find files

2011-08-03 Thread Litvinov Sergey
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 slitvi...@gmail.com
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)
-- 
1.7.1