From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Mon, 25 Feb 2008 16:14:41 +0100 Message-ID: <87prulm5jy.fsf@ambire.localdomain> References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> <200801231901.m0NJ10CP029274@sallyv1.ics.uci.edu> <200801261921.m0QJLmx5011377@sallyv1.ics.uci.edu> <20080126220610.GA25619@thyrsus.com> <200802171816.m1HIGmZr015446@sallyv1.ics.uci.edu> <87odaf8mq4.fsf@ambire.localdomain> <200802171856.m1HIuO7N000236@sallyv1.ics.uci.edu> <87y79i3d4m.fsf@ambire.localdomain> <87ejba3b1j.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203952651 4491 80.91.229.12 (25 Feb 2008 15:17:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 15:17:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 16:17:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTf55-00036s-Ev for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 16:17:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTf4Z-0006yr-6v for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 10:16:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTf4V-0006xK-32 for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:16:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTf4Q-0006wq-NB for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:16:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTf4Q-0006wj-Jh for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:16:46 -0500 Original-Received: from [151.61.142.225] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JTf4Q-00039h-2m for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:16:46 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JTf2P-00078e-JP; Mon, 25 Feb 2008 16:14:41 +0100 In-Reply-To: (Miles Bader's message of "Mon, 18 Feb 2008 17:57:31 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90397 Archived-At: () Miles Bader () Mon, 18 Feb 2008 17:57:31 +0900 [Some of the ignored stuff should be matched by my "user" gitignore file (git config core.excludesfile), and some of it should be matched by the .gitignore file in that directory.] I have pushed a fix for this in http://www.gnuvola.org/wip/ (vc-status-hacking) You might need vc-git-hacking, too, i'm not sure; they have only been tested together, w/ the ~/.emacs frag: (let ((default-directory "~/build/vc-status-hacking/")) (load-file "loadup.el")) (setq vc-dired-never-show-ignored t) (load "~/build/vc-git-hacking/vc-git-hacking.el") Munge hardcoded paths to taste, of course... thi