From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nickrob@snap.net.nz (Nick Roberts) Newsgroups: gmane.emacs.devel Subject: vc-diff in vc-dir Date: Tue, 7 Apr 2009 20:33:07 +1200 Message-ID: <18907.4035.387954.83641@totara.tehura.co.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239101172 13766 80.91.229.12 (7 Apr 2009 10:46:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2009 10:46:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 12:47:30 2009 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 1Lr8pq-00047r-9u for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 12:47:18 +0200 Original-Received: from localhost ([127.0.0.1]:36552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr8oS-0004r3-1j for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 06:45:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lr8oM-0004ox-A1 for emacs-devel@gnu.org; Tue, 07 Apr 2009 06:45:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lr8oG-0004o0-IT for emacs-devel@gnu.org; Tue, 07 Apr 2009 06:45:45 -0400 Original-Received: from [199.232.76.173] (port=53862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr8oG-0004nv-C2 for emacs-devel@gnu.org; Tue, 07 Apr 2009 06:45:40 -0400 Original-Received: from [202.37.101.25] (port=52679 helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lr8oF-0004Tk-Br for emacs-devel@gnu.org; Tue, 07 Apr 2009 06:45:39 -0400 Original-Received: from totara (32.26.255.123.static.snap.net.nz [123.255.26.32]) by viper.snap.net.nz (Postfix) with ESMTP id 6D1123D9F49 for ; Tue, 7 Apr 2009 20:33:08 +1200 (NZST) Original-Received: by totara (Postfix, from userid 1000) id 74712C080; Tue, 7 Apr 2009 20:33:07 +1200 (NZST) X-Mailer: VM 7.19 under Emacs 22.2.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-Greylist: delayed 7943 seconds by postgrey-1.27 at monty-python; Tue, 07 Apr 2009 06:45:34 EDT 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:110115 Archived-At: In dired (Emacs 22.1) you could use vc-diff (v =) on a single file when other files were marked by placing the cursor over it. In vc-dir you always get a diff of the marked files. Perhaps this is useful also, but quite often I start to mark files and then want to see what changes I have in other edited files. I can no longer do that without visiting the file in a buffer first.