From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-dir show only modified files? Date: Thu, 04 Dec 2008 14:31:39 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228419245 20321 80.91.229.12 (4 Dec 2008 19:34:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2008 19:34:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Neal Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 04 20:35:07 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 1L8JxQ-0007cJ-78 for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2008 20:33:52 +0100 Original-Received: from localhost ([127.0.0.1]:47032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8JwF-0002ds-RZ for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2008 14:32:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8JvO-0002IA-Ta for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:31:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8JvN-0002HG-7t for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:31:46 -0500 Original-Received: from [199.232.76.173] (port=58746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8JvN-0002HA-3P for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:31:45 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:59337) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8JvM-0005ke-Ea for emacs-devel@gnu.org; Thu, 04 Dec 2008 14:31:44 -0500 Original-Received: from alfajor.home (vpn-132-204-232-31.acd.umontreal.ca [132.204.232.31]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id mB4JWH9T023443; Thu, 4 Dec 2008 14:32:17 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 7C7521C2B6; Thu, 4 Dec 2008 14:31:40 -0500 (EST) In-Reply-To: (Neal Becker's message of "Thu, 04 Dec 2008 08:07:54 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3162=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:106569 Archived-At: > I'd like a feature to vc-dir to show only some subset of files. > Often my work directory is polluted with lots of extraneous files, so > vc-dir is useless as I can't see the modifications I want to check in > through all the noise. What kind of extraneous files? What's their status? Stefan