From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: VC: log of sub-directory? Date: Tue, 29 Dec 2009 18:39:01 +0100 Message-ID: <877hs5ptmy.fsf@telefonica.net> References: <87k4w6rbcl.fsf@telefonica.net> <200912291616.nBTGG2XF027479@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262108540 23391 80.91.229.12 (29 Dec 2009 17:42:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 17:42:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 18:42:12 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 1NPg5E-00078F-7W for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 18:42:12 +0100 Original-Received: from localhost ([127.0.0.1]:46511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPg5E-0000Z9-L3 for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 12:42:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPg3P-00088o-5g for emacs-devel@gnu.org; Tue, 29 Dec 2009 12:40:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPg3K-000877-Nl for emacs-devel@gnu.org; Tue, 29 Dec 2009 12:40:18 -0500 Original-Received: from [199.232.76.173] (port=45742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPg3K-000871-Gn for emacs-devel@gnu.org; Tue, 29 Dec 2009 12:40:14 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:54925) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPg3K-0007kz-3x for emacs-devel@gnu.org; Tue, 29 Dec 2009 12:40:14 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NPg34-0005l2-PD for emacs-devel@gnu.org; Tue, 29 Dec 2009 18:39:58 +0100 Original-Received: from 174.red-83-45-255.dynamicip.rima-tde.net ([83.45.255.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Dec 2009 18:39:58 +0100 Original-Received: from ofv by 174.red-83-45-255.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Dec 2009 18:39:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 174.red-83-45-255.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:4nNkyAWekj0Xh9JvuOjOpudr5G8= X-detected-operating-system: by monty-python.gnu.org: GNU/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:118939 Archived-At: Dan Nicolaescu writes: > > VC-dir only shows modified files, so if the user wants to see the log of > > > an unedited file he must to visit it and then C-x v l > > > > But AFAIK, there is no way of seeing the log of a versioned > > sub-directory. I'm not sure how that could be implemented (maybe C-x d > > [INTRO] C-x v l) > > ??? > C-x v d THE_SUBDIRECTORY_YOU_WANT RET > C-x v l > works just fine... So the point must be on the upper part of the buffer. Thanks. What about getting the combined log of two or more files/directories? -- Óscar