From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC state Date: Thu, 10 Apr 2008 10:28:29 -0700 Message-ID: <200804101728.m3AHSTv5010792@sallyv1.ics.uci.edu> References: <200804061740.m36Hemw8021394@sallyv1.ics.uci.edu> <200804082045.m38KjG5p029421@sallyv1.ics.uci.edu> <200804090307.m3937emd022768@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 1207848583 30461 80.91.229.12 (10 Apr 2008 17:29:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 17:29:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 19:30:15 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 1Jk0ak-0002Wg-Ct for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 19:29:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk0a5-0002Ct-E7 for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 13:29:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jk0a1-0002CF-0Z for emacs-devel@gnu.org; Thu, 10 Apr 2008 13:28:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jk0a0-0002Bw-Cl for emacs-devel@gnu.org; Thu, 10 Apr 2008 13:28:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jk0a0-0002Bs-6e for emacs-devel@gnu.org; Thu, 10 Apr 2008 13:28:56 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Jk0Zz-0001Y1-M2 for emacs-devel@gnu.org; Thu, 10 Apr 2008 13:28:56 -0400 X-ICS-MailScanner-Watermark: 1208453312.42505@crtH/ehqxmXIVjSLh7gdbw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m3AHSTv5010792; Thu, 10 Apr 2008 10:28:30 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Wed, 09 Apr 2008 10:02:36 -0400") Original-Lines: 14 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:94885 Archived-At: Stefan Monnier writes: > As for a key binding, I don't find C-x v d particularly good anyway, so > we may as well choose a better one. Couldn't think of something better, so I left it on C-x v d Suggestions are welcome... We could change the `vc-status' names to match the key binding... > You may also want to add a vc-dired-noselect (which calls vc-status) to > find-directory-functions, like PCL-CVS does (it's what I always use to > invoke PCL-CVS). I'll look into that.