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-mode nit: C-x v v doesn't add a file in a subdir Date: Sun, 21 Oct 2007 16:54:16 -0700 Message-ID: <200710212354.l9LNsQA4026146@oogie-boogie.ics.uci.edu> References: <87d4v8w4ph.fsf@rho.meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193011029 19365 80.91.229.12 (21 Oct 2007 23:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 23:57:09 +0000 (UTC) Cc: Emacs development discussions To: Jim Meyering Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 01:57:09 2007 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 1IjkfJ-0003Be-NY for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 01:57:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjkfA-0004T7-Tv for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 19:56:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ijkf5-0004Qt-7T for emacs-devel@gnu.org; Sun, 21 Oct 2007 19:56:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ijkf4-0004Pr-JE for emacs-devel@gnu.org; Sun, 21 Oct 2007 19:56:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijkf4-0004Ph-CX for emacs-devel@gnu.org; Sun, 21 Oct 2007 19:56:50 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijkf4-0004LP-3A for emacs-devel@gnu.org; Sun, 21 Oct 2007 19:56:50 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l9LNsQA4026146; Sun, 21 Oct 2007 16:54:26 -0700 (PDT) In-Reply-To: <87d4v8w4ph.fsf@rho.meyering.net> (Jim Meyering's message of "Sun\, 21 Oct 2007 23\:14\:18 +0200") Original-Lines: 23 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=1.785, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_SINGLE_LETTER 1.00, GAPPY_SUBJECT 1.62, J_CHICKENPOX_22 0.60) X-ICS-MailScanner-SpamScore: s X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:81413 Archived-At: Jim Meyering writes: > I was surprised by this: > > $ git-init > Initialized empty Git repository in .git/ > $ mkdir c; echo a > c/f; emacs c/f > > then I typed C-x v v, and got this: > > vc-deduce-fileset: No fileset is available here. It works for me. This change should have fixed this: 2007-10-20 Eric S. Raymond * vc.el (vc-do-command): Condition out a misleading message when running asynchronously. (vc-deduce-fileset): New argument enables using an unregistered visited file as a singleton fileset if nothing else is available. (vc-next-action): Restore file-registering behavior.