From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-find-root Date: Tue, 28 Oct 2008 18:01:55 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225231777 26264 80.91.229.12 (28 Oct 2008 22:09:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 22:09:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 23:10:37 2008 connect(): Connection refused 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 1Kuwlm-0000Q4-Iu for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 23:10:34 +0100 Original-Received: from localhost ([127.0.0.1]:57332 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kuwkg-00074y-0a for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 18:09:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuwdX-0003L2-7b for emacs-devel@gnu.org; Tue, 28 Oct 2008 18:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuwdT-0003FQ-8g for emacs-devel@gnu.org; Tue, 28 Oct 2008 18:02:02 -0400 Original-Received: from [199.232.76.173] (port=56041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuwdT-0003FE-2y for emacs-devel@gnu.org; Tue, 28 Oct 2008 18:01:59 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:41441) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuwdS-0001mI-1k; Tue, 28 Oct 2008 18:01:58 -0400 Original-Received: from alfajor.home (vpn-132-204-232-149.acd.umontreal.ca [132.204.232.149]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m9SM1ti8012851; Tue, 28 Oct 2008 18:01:55 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 6F05F1C15F; Tue, 28 Oct 2008 18:01:55 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Tue, 28 Oct 2008 16:32:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3135=0 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:105114 Archived-At: > It doesn't make sense to both have a function definition for > vc-find-root in vc-hooks, and also have it be an alias for > locate-dominating-file. > I imagine you wanted `make-obsolete' rather than > `define-obsolete-function-alias' (and perhaps make > vc-ignore-dir-regexp an obsolete alias for > locate-dominating-stop-dir-regexp?); either that or remove the > stand-alone definitions of vc-ignore-dir-regexp and vc-find-root > altogether. The alias is a left over, sorry, it should be removed. Stefan