From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Wed, 29 Nov 2006 00:13:56 +0100 Message-ID: <456CC2B4.3000003@student.lu.se> References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <49879.128.165.123.18.1164655008.squirrel@webmail.lanl.gov> <85slg4ou2m.fsf@lola.goethe.zz> <85fyc3oiio.fsf@lola.goethe.zz> <854psjoh67.fsf@lola.goethe.zz> <85r6vnmz3s.fsf@lola.goethe.zz> <857ixfkyqu.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164755728 31532 80.91.229.2 (28 Nov 2006 23:15:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 23:15:28 +0000 (UTC) Cc: lekktu@gmail.com, Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 00:15:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpCA9-0002wa-0C for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 00:14:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpCA8-0005JO-Cd for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 18:14:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpC9N-0004hD-JS for emacs-devel@gnu.org; Tue, 28 Nov 2006 18:14:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpC9K-0004dR-QF for emacs-devel@gnu.org; Tue, 28 Nov 2006 18:14:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpC9K-0004d6-K3 for emacs-devel@gnu.org; Tue, 28 Nov 2006 18:14:02 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GpC9G-00052R-Ca; Tue, 28 Nov 2006 18:13:58 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:60315 helo=[192.168.123.121]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1GpC9E-0008Vn-5j; Wed, 29 Nov 2006 00:13:56 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: David Kastrup In-Reply-To: <857ixfkyqu.fsf@lola.goethe.zz> X-Scan-Result: No virus found in message 1GpC9E-0008Vn-5j. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1GpC9E-0008Vn-5j b29a7092ccc1acb74f15612e4e6895d0 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:62999 Archived-At: David Kastrup wrote: > Eli Zaretskii writes: > >>> From: David Kastrup >>> Date: Tue, 28 Nov 2006 15:20:55 +0100 >>> Cc: emacs-devel@gnu.org >>> >>> Makes sense. The question is whether we should bother to heed this in >>> emacsclient. >> No, I don't think so. >> >>> Does anybody have a clue here how Emacs itself behaves? >> It currently converts X: into X:/. > > Well, if it does, there would be little point in having emacsclient do > something different. There still is. Emacsclient is used from outside Emacs and there we should try to be consistent with the existing UI.