From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12159: 24.1.50; vc-dir: Need a way to hide unregistered files Date: Wed, 08 Aug 2012 21:54:24 -0400 Message-ID: References: <87pq71i7fy.fsf@gmail.com> <87d3312p4f.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344477300 31673 80.91.229.3 (9 Aug 2012 01:55:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2012 01:55:00 +0000 (UTC) Cc: 12159@debbugs.gnu.org To: Jambunathan K Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 09 03:55:00 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SzHxj-0003QS-9X for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Aug 2012 03:54:59 +0200 Original-Received: from localhost ([::1]:53899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzHxi-0001Uf-LS for geb-bug-gnu-emacs@m.gmane.org; Wed, 08 Aug 2012 21:54:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzHxg-0001Ua-7w for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 21:54:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzHxf-0001j7-9o for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 21:54:56 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzHxf-0001j3-6g for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 21:54:55 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SzI5V-00008i-O7 for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2012 22:03:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Aug 2012 02:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12159 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 12159-submit@debbugs.gnu.org id=B12159.1344477755496 (code B ref 12159); Thu, 09 Aug 2012 02:03:01 +0000 Original-Received: (at 12159) by debbugs.gnu.org; 9 Aug 2012 02:02:35 +0000 Original-Received: from localhost ([127.0.0.1]:43296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzI55-00007w-6G for submit@debbugs.gnu.org; Wed, 08 Aug 2012 22:02:35 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:32076) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzI53-00007q-K5 for 12159@debbugs.gnu.org; Wed, 08 Aug 2012 22:02:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09Ld/LR/2dsb2JhbABEsEiDSYEIghUBAQQBViMFCws0EhQYDSSIHAW6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="195323536" Original-Received: from 75-119-242-209.dsl.teksavvy.com (HELO pastel.home) ([75.119.242.209]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 08 Aug 2012 21:54:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2AB90599B1; Wed, 8 Aug 2012 21:54:24 -0400 (EDT) In-Reply-To: <87d3312p4f.fsf@gmail.com> (Jambunathan K.'s message of "Thu, 09 Aug 2012 00:22:00 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62960 Archived-At: > 1. My patch could make use of completing-read-multiple. Currently it > uses completing-read. So one has to do multiple "C-u x"s. Maybe a better option is to just have "C-u x" hide all files in the same state as the file-at-point. So you still need several "C-u x"s but you don't need to enter the states, you can just point to them. Stefan