emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] testing/ort-test.el, regexp to find files
@ 2011-08-03 19:20 Litvinov Sergey
  2011-08-05 17:30 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Litvinov Sergey @ 2011-08-03 19:20 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

org-test picks up temporary and backup files. Please consider a patch
the attachments to get rid of them.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 848 bytes --]

From 9b616baf0f3df63ea13ffde37c9c5aff903fac4e Mon Sep 17 00:00:00 2001
From: Sergey Litvinov <slitvinov@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] testing/ort-test.el, regexp to find files
  2011-08-03 19:20 [PATCH] testing/ort-test.el, regexp to find files Litvinov Sergey
@ 2011-08-05 17:30 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2011-08-05 17:30 UTC (permalink / raw)
  To: Litvinov Sergey; +Cc: emacs-orgmode

Applied, Thanks -- Eric

Litvinov Sergey <slitvinov@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 <slitvinov@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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-05 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 19:20 [PATCH] testing/ort-test.el, regexp to find files Litvinov Sergey
2011-08-05 17:30 ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).