From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: vc-find-root and nonexistent drives Date: Sat, 16 Feb 2008 21:18:55 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203193154 5186 80.91.229.12 (16 Feb 2008 20:19:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 20:19:14 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 21:19:37 2008 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 1JQTVW-0000vJ-Rs for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 21:19:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQTV2-0003Cx-J2 for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 15:19:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQTUx-0003Cs-Qx for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:18:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQTUv-0003Cg-GE for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:18:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQTUv-0003Cd-AY for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:18:57 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQTUu-0007p2-U7 for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:18:57 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2064359wah.10 for ; Sat, 16 Feb 2008 12:18:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LE3DL1vycBrUlda2ldD5Vy0WMtWeSWoK25SDcX4QpZc=; b=s4JfqZkaQcKbP1hp4O5zOv6A2ABjh/TH09PDZ6c5hCKPxZNbO+wvFnCCsbp/9rQ11m4f/YNfUoLlSjgg+MNwcPC5SLxFIBXv5xwmjrwnoKUh+TacfQ5ZkES+0lHY9Btn2vy5+KCUBkmacpJYReyO5bGxLi6FvSGiRv+YZntXWQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RKhHNwt3Uw6lrJ2k2vq7Fnsj8yB8Vbgo8h8XLgmH6NPJPf+R22ircZlbB11LmqodhV0NzCPZCcpq0M1wkoG2ky51KuxpxQlZ/sM4x2CEqkzH5+bu+M5Fm+5JSCazvmqXjDoSVGB78h0CxrZqkvC+VBx6sZZmbBQfKg3+sKdvB6Q= Original-Received: by 10.114.27.20 with SMTP id a20mr3666891waa.101.1203193135359; Sat, 16 Feb 2008 12:18:55 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sat, 16 Feb 2008 12:18:55 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:89270 Archived-At: On Feb 16, 2008 9:16 PM, Stefan Monnier wrote: > No, that would defeat the whole purpose of this loop which is to walk up > the hierarchy until we find a real directory. E.g. walk up from > /some/dir/some/not/yet/existing/subdir/file up to /some/dir. Hmm. That's why I don't like changing VC. > I'll commit a fix. I'll remove the erroneous patch. Juanma