unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eric S. Raymond" <esr@thyrsus.com>
To: Alexandru Harsanyi <harsanyi@mac.com>
Cc: "Eric S. Raymond" <esr@snark.thyrsus.com>, emacs-devel@gnu.org
Subject: Re: Speeding up vc-dired still more
Date: Fri, 28 Dec 2007 04:25:26 -0500	[thread overview]
Message-ID: <20071228092526.GC23009@thyrsus.com> (raw)
In-Reply-To: <CB228499-26D7-4B7A-ACB7-A19F1487006C@mac.com>

Alexandru Harsanyi <harsanyi@mac.com>:
> Perhaps `vc-dired-ignorable-p' should be a backend function 
> (vc-BACKEND-dired-ignorable-p).  I'm thinking that the CVS backend could 
> look at .cvsignore for the list of files to ignore, the SVN backend at 
> .svnignore, and so on.  This way, Emacs will ignore the same set of files 
> as the VC backend would ignore when used in command line mode.

It shouldn't *be* a new backend function, but it should probably *call*
such a function.  The reason I say that is that there are some ignorable
files that don't fit in the .svnignore/.cvsignore model. 

As an example, right now I have in there logic to ignore Makefile if
it has a peer named Makefile.in or Makefile.am.

This is a good idea, but I have several higher-priority changes in my
queue.  Are you interested enough to do it?
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

  reply	other threads:[~2007-12-28  9:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-27 14:52 Speeding up vc-dired still more Eric S. Raymond
2007-12-27 19:27 ` Dan Nicolaescu
2007-12-27 21:25   ` Dan Nicolaescu
2007-12-28  9:20     ` Eric S. Raymond
2007-12-28  2:53 ` Alexandru Harsanyi
2007-12-28  9:25   ` Eric S. Raymond [this message]
2007-12-28 10:55     ` Alexandru Harsanyi
2007-12-28 12:21       ` Eric S. Raymond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071228092526.GC23009@thyrsus.com \
    --to=esr@thyrsus.com \
    --cc=emacs-devel@gnu.org \
    --cc=esr@snark.thyrsus.com \
    --cc=harsanyi@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).