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: A few Windows build fixes Date: Fri, 02 Sep 2011 10:47:23 -0400 Message-ID: References: <83vcth40ik.fsf@kalahari.s2.org> <83r5444ome.fsf@kalahari.s2.org> <87pqjmfgia.fsf@gmail.com> <8739ggf8ph.fsf@gmail.com> <8262lbu7g5.fsf@gmail.com> <83y5y7cthv.fsf@gnu.org> <87sjofvxi8.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314974866 5201 80.91.229.12 (2 Sep 2011 14:47:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 14:47:46 +0000 (UTC) Cc: Andy Moreton , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 16:47:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzV1x-0001KF-EC for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 16:47:41 +0200 Original-Received: from localhost ([::1]:54677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzV1r-0002XA-F8 for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2011 10:47:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzV1o-0002Qj-Cv for emacs-devel@gnu.org; Fri, 02 Sep 2011 10:47:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzV1n-00006L-8f for emacs-devel@gnu.org; Fri, 02 Sep 2011 10:47:32 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:33086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzV1k-0008OO-5U; Fri, 02 Sep 2011 10:47:28 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p82ElOs5001949; Fri, 2 Sep 2011 10:47:24 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 6E4EB13041B; Fri, 2 Sep 2011 10:47:24 -0400 (EDT) In-Reply-To: <87sjofvxi8.fsf@gnu.org> (Jason Rumney's message of "Fri, 02 Sep 2011 22:18:07 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3968=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3968> : streams <677661> : uri <949877> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143718 Archived-At: >> I don't think so. E.g. emacsclient doesn't need to know about those >> things, because it should just pass its arguments untouched to server.el >> which can then do whatever it feels like doing with it, including >> un-cygwinize file names. > emacsclient needs to convert relative file names to absolute file > names. No. It needs to pass the PWD to server.el instead (which can then do this conversion if/when needed). The intelligence should be on the server.el side. Stefan