From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: vc-find-root Date: Tue, 28 Oct 2008 16:32:55 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225226215 5103 80.91.229.12 (28 Oct 2008 20:36:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 20:36:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 21:37:57 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 1KuvK7-0000qi-Of for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 21:37:56 +0100 Original-Received: from localhost ([127.0.0.1]:40040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuvIv-0000J7-Iq for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 16:36:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuvI4-0008Tm-Iz for emacs-devel@gnu.org; Tue, 28 Oct 2008 16:35:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuvI2-0008Sq-Sm for emacs-devel@gnu.org; Tue, 28 Oct 2008 16:35:48 -0400 Original-Received: from [199.232.76.173] (port=49366 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuvI2-0008Sl-O2 for emacs-devel@gnu.org; Tue, 28 Oct 2008 16:35:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35623) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuvI2-0007yb-OI for emacs-devel@gnu.org; Tue, 28 Oct 2008 16:35:47 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KuvFI-0005k7-08; Tue, 28 Oct 2008 16:32:56 -0400 X-Spook: Uzbekistan anthrax pink noise JSOFC3IP tempest CID Craig X-Ran: d0)!E\^)o-u{5b\p"D#q@NoOD2>>E(]Cwh-C+LI[W(|HFCHcM<)(Q/OhX{7wsa"\r*Y/d' X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105109 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.