GNU bug report logs - #7516
[PATCH] lisp/startup.el (normal-top-level-add-subdirs-to-load-path) Exclude more VCS dirs

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Mon, 29 Nov 2010 14:00:04 UTC

Severity: wishlist

Tags: notabug

Found in version 23.2+1-5.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 7516 <at> debbugs.gnu.org (full text, mbox):

From: jari <jari.aalto <at> cante.net>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 7516 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Subject: Re: bug#7516: [PATCH] lisp/startup.el
	(normal-top-level-add-subdirs-to-load-path) Exclude more VCS dirs
Date: Thu, 2 Dec 2010 14:38:38 +0200
On 2010-11-29 17:34, Glenn Morris wrote:
| Stefan Monnier wrote:
| 
| > Wouldn't it make more sense to skip anything that starts with a dot?
| 
| The very next line does:
| 
| (string-match "\\`[[:alnum:]]" file)

Wouldn't the first two tests be redundant then in previous line:

      (unless (member file '("." ".." "RCS" "CVS" "rcs" "cvs"))
      	      	      	     ========
Jari




This bug report was last modified 14 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.