From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandre Julliard Newsgroups: gmane.emacs.devel Subject: Re: your vc-dir-mode-map change Date: Wed, 30 Apr 2008 23:08:21 +0200 Message-ID: <87wsmfyrsq.fsf@wine.dyndns.org> References: <200804301850.m3UIocWt006293@sallyv1.ics.uci.edu> <4818C227.9030508@podval.org> <200804302026.m3UKQvbD015898@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209589728 3656 80.91.229.12 (30 Apr 2008 21:08:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 21:08:48 +0000 (UTC) Cc: Emacs Devel To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 30 23:09:25 2008 connect(): Connection refused 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 1JrJYK-0007OA-Ls for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 23:09:24 +0200 Original-Received: from localhost ([127.0.0.1]:33906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrJXe-00080D-01 for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 17:08:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrJXZ-0007yu-Ev for emacs-devel@gnu.org; Wed, 30 Apr 2008 17:08:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrJXY-0007ye-3s for emacs-devel@gnu.org; Wed, 30 Apr 2008 17:08:37 -0400 Original-Received: from [199.232.76.173] (port=44388 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrJXX-0007yb-Te for emacs-devel@gnu.org; Wed, 30 Apr 2008 17:08:35 -0400 Original-Received: from mail.codeweavers.com ([216.251.189.131]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JrJXW-00043D-Ml for emacs-devel@gnu.org; Wed, 30 Apr 2008 17:08:35 -0400 Original-Received: from adsl-84-227-3-227.adslplus.ch ([84.227.3.227] helo=wine.dyndns.org) by mail.codeweavers.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JrJXM-000812-FK; Wed, 30 Apr 2008 16:08:30 -0500 Original-Received: by wine.dyndns.org (Postfix, from userid 1000) id 65EA81E717D; Wed, 30 Apr 2008 23:08:21 +0200 (CEST) In-Reply-To: <200804302026.m3UKQvbD015898@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 30 Apr 2008 13:26:57 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.9 X-detected-kernel: by monty-python.gnu.org: 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:96239 Archived-At: Dan Nicolaescu writes: > > I find file deletion to be a fairly common operation. > > That is not the same thing as deleting files from the VC system, which > is not that common. Deleting unregistered files from the vc-dir buffer is a very convenient way to clean things up in a project tree. It would be a shame not to have a simple key binding for this. -- Alexandre Julliard julliard@winehq.org