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:46:46 +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 1203194820 9612 80.91.229.12 (16 Feb 2008 20:47:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 20:47:00 +0000 (UTC) Cc: Emacs Devel To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 21:47:24 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 1JQTwR-0008S2-Nh for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 21:47:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQTvx-0007xz-Jf for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 15:46:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQTvt-0007xl-KO for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:46:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQTvr-0007xN-Ja for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:46:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQTvr-0007xK-Hk for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:46:47 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQTvr-0005Us-6X for emacs-devel@gnu.org; Sat, 16 Feb 2008 15:46:47 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2081101wah.10 for ; Sat, 16 Feb 2008 12:46:46 -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=cVrkV9N8Cdsgf8EkV0FOm9BnZkpc+EZ4ExriLzp5i08=; b=c4+qkeIejgtw0b0WUp6e0znAOXtGHdmICZm/Axo5x5tydqE3++TsAYmQPjxAM3N6hixicJzeiLD4EaXMYfs4ke8qJfhlyXhAFQl8CqXgUa3Y3kwxHEcM3XeA4oo1JJe10j5tVLBN1+O+hH4nLPdWlyk5lvEa8tUGi0Hvzwz8Vl4= 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=mZ0w1x1KtRY5AI9Fj8IPHMOxAVhCejG+in1LQmz1vST9wP896Dr6f7qZkmq7XHOVWSSMt817iOGApOKzLXLmIRmW8tYCh74ei1HrzpYLyZqG49In3hOwETdftgLX0YwZ6GX1lw/R3OniVVdgB5PUe/vJWL5IkYPl02S73M+O3GA= Original-Received: by 10.114.159.1 with SMTP id h1mr4631430wae.122.1203194806249; Sat, 16 Feb 2008 12:46:46 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sat, 16 Feb 2008 12:46:46 -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:89272 Archived-At: On Feb 16, 2008 9:33 PM, Stefan Monnier wrote: > Can you try the patch below? If fixes the original use case (C-x C-f g:/, or emacsclient g:/). Juanma