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-status vs pcl-cvs Date: Thu, 05 Jun 2008 00:37:23 -0400 Message-ID: References: <4845BA20.3070804@gnu.org> <18502.728.743890.14466@kahikatea.snap.net.nz> <18502.12890.517998.506464@kahikatea.snap.net.nz> <200806050300.m5530MkD015217@sallyv1.ics.uci.edu> <18503.25026.509981.504107@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212640665 25929 80.91.229.12 (5 Jun 2008 04:37:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 04:37:45 +0000 (UTC) Cc: Sam Steingold , Dan Nicolaescu , emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 05 06:38:26 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 1K47F3-0002aA-CJ for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 06:38:25 +0200 Original-Received: from localhost ([127.0.0.1]:53441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K47EG-0006qD-Sw for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 00:37:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K47ED-0006q3-35 for emacs-devel@gnu.org; Thu, 05 Jun 2008 00:37:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K47EC-0006pp-Jx for emacs-devel@gnu.org; Thu, 05 Jun 2008 00:37:32 -0400 Original-Received: from [199.232.76.173] (port=56178 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K47EC-0006pm-Bf for emacs-devel@gnu.org; Thu, 05 Jun 2008 00:37:32 -0400 Original-Received: from 206-248-132-168.dsl.teksavvy.com ([206.248.132.168]:58955 helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K47E9-0000B6-90; Thu, 05 Jun 2008 00:37:29 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5A5E6B4023; Thu, 5 Jun 2008 00:37:23 -0400 (EDT) In-Reply-To: <18503.25026.509981.504107@kahikatea.snap.net.nz> (Nick Roberts's message of "Thu, 5 Jun 2008 15:47:14 +1200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:98452 Archived-At: >> > vc-dir isn't documented (but vc-directory is)... >> Actually, ESR updated the documentation a few weeks ago. > I missed that because it says: > You can use the > command `C-x v d' (`vc-directory')... > Presumably that should be `C-x v d' (`vc-dir'). > What does vc-dir do better than vc-directory? Mostly: speed. Stefan