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: Patch to make vc-hg.el work with remote files Date: Sun, 25 Oct 2009 22:00:50 -0400 Message-ID: References: <200910251856.04156.bernhard.herzog@intevation.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256522474 27732 80.91.229.12 (26 Oct 2009 02:01:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2009 02:01:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bernhard Herzog Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 26 03:01:07 2009 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 1N2EtL-0000xh-Gx for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2009 03:01:03 +0100 Original-Received: from localhost ([127.0.0.1]:56439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2EtK-00019n-Nm for ged-emacs-devel@m.gmane.org; Sun, 25 Oct 2009 22:01:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2EtF-00019a-6J for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:00:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2EtA-00018p-3U for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:00:56 -0400 Original-Received: from [199.232.76.173] (port=59045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2EtA-00018m-0P for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:00:52 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:10000 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2Et9-0001q3-M8 for emacs-devel@gnu.org; Sun, 25 Oct 2009 22:00:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcFAPaf5EpLd/xb/2dsb2JhbACBT9QPhD8EiDQ X-IronPort-AV: E=Sophos;i="4.44,623,1249272000"; d="scan'208";a="48147063" Original-Received: from 75-119-252-91.dsl.teksavvy.com (HELO ceviche.home) ([75.119.252.91]) by ironport2-out.pppoe.ca with ESMTP; 25 Oct 2009 22:00:50 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 85F77B44C9; Sun, 25 Oct 2009 22:00:50 -0400 (EDT) In-Reply-To: <200910251856.04156.bernhard.herzog@intevation.de> (Bernhard Herzog's message of "Sun, 25 Oct 2009 18:56:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116405 Archived-At: > + (process-file > + "hg" nil t nil > "status" "-A" (file-name-nondirectory file)) The canonical way to use process-file is to pass args of the form (file-relative-name). Stefan