From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: vc-mode nit: C-x v v doesn't add a file in a subdir Date: Mon, 22 Oct 2007 16:22:45 +0200 Message-ID: <87ir4z5ive.fsf@rho.meyering.net> References: <87d4v8w4ph.fsf@rho.meyering.net> <200710212354.l9LNsQA4026146@oogie-boogie.ics.uci.edu> <871wbna6cb.fsf@rho.meyering.net> <200710221414.l9MEEtND004385@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193063000 29955 80.91.229.12 (22 Oct 2007 14:23:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 14:23:20 +0000 (UTC) Cc: Emacs development discussions To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 16:23:20 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 1IjyBS-0000u6-5Q for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 16:23:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjyBK-0000eH-AT for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 10:23:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjyB7-0000U5-LL for emacs-devel@gnu.org; Mon, 22 Oct 2007 10:22:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjyB5-0000RY-DJ for emacs-devel@gnu.org; Mon, 22 Oct 2007 10:22:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjyB5-0000R5-1H for emacs-devel@gnu.org; Mon, 22 Oct 2007 10:22:47 -0400 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjyB4-0002dN-L2 for emacs-devel@gnu.org; Mon, 22 Oct 2007 10:22:46 -0400 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id E16B817B5BF for ; Mon, 22 Oct 2007 16:22:45 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp3-g19.free.fr (Postfix) with ESMTP id CB4EC17B5BD for ; Mon, 22 Oct 2007 16:22:45 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id B07F053786; Mon, 22 Oct 2007 16:22:45 +0200 (CEST) In-Reply-To: <200710221414.l9MEEtND004385@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 22 Oct 2007 07:14:51 -0700") Original-Lines: 21 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:81455 Archived-At: Dan Nicolaescu wrote: ... > > cd src && git-init && mkdir c && echo a > c/f && ./emacs -q c/f > > > > Then type C-x v v. > > > > I still see the failure. > > The command sequence above works for me. > > Did you byte compile vc.el? > > cd lisp && make recompile > > and then try again. Humph. That did it. Thanks. Is it expected that I'd have to do that manually? I would have though a Makefile rule would make it happen automatically. I.e., shouldn't "make clean; make bootstrap" have done that?