From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: parozusa@web.de Newsgroups: gmane.emacs.help Subject: Re: What happened to vc-mode in Emacs 23? Date: Wed, 12 Nov 2008 15:08:09 +0100 Organization: Arcor Message-ID: References: <87k5bcxy2p.fsf@gmx.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226500870 32011 80.91.229.12 (12 Nov 2008 14:41:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 14:41:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 12 15:42:11 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L0Gui-0005zr-Tk for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 15:41:49 +0100 Original-Received: from localhost ([127.0.0.1]:60756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0Gtb-0007LV-3h for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Nov 2008 09:40:39 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!club-internet.fr!feedme-small.clubint.net!npeer.de.kpn-eurorings.net!npeer-ng1.kpn.DE!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:9/q3DUkq4q0GL3vFVzHi8TW7Jbk= Original-Lines: 31 Original-NNTP-Posting-Date: 12 Nov 2008 15:08:09 CET Original-NNTP-Posting-Host: 68042a26.newsspool3.arcor-online.net Original-X-Trace: DXC=4\Hc8FM>C>N6PJ?[X6JIXEMcF=Q^Z^V3H4Fo<]lROoRA^YC2XCjHcbIG:B^me9=6eK1S9GGF?]VCGGSHEoSN`\8IWk^WLNM; VnK>ZF; m4]; Q0H Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: news.stanford.edu gnu.emacs.help:164357 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59691 Archived-At: "Sven Bretfeld" writes: 8<-------------------------------------------------------------------- > To be clear, the folder ~/aktuell/ contains several CVS sandboxes. I > want Emacs to gather information from all sandboxes below that folder at > once and to list all the files that have changed. 8<-------------------------------------------------------------------- Hi, "C-x v d" doesn't do that for me either with SVN, but look at the different definitions of your keys. These are mine: "GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON" C-x v d runs the command vc-directory which is an interactive autoloaded Lisp function in `vc'. "GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-11-08 on LENNART-69DE564" C-x v d runs the command vc-dir, which is an interactive autoloaded Lisp function in `vc-dir.el'. Cheers Martin