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: [Emacs-diffs] emacs lib-src/ChangeLog lib-src/emacsclient.c l... Date: Tue, 10 Mar 2009 21:29:40 -0400 Message-ID: References: <87iqmhi77x.fsf@kassiopeya.MSHEIMNETZ> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236735001 10972 80.91.229.12 (11 Mar 2009 01:30:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Mar 2009 01:30:01 +0000 (UTC) Cc: Juanma Barranquero , Emacs developers To: Sebastian Rose Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 11 02:31:17 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 1LhDHv-0001Ig-2B for ged-emacs-devel@m.gmane.org; Wed, 11 Mar 2009 02:31:15 +0100 Original-Received: from localhost ([127.0.0.1]:47224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhDGZ-0004pM-9b for ged-emacs-devel@m.gmane.org; Tue, 10 Mar 2009 21:29:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhDGS-0004oP-O4 for emacs-devel@gnu.org; Tue, 10 Mar 2009 21:29:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhDGQ-0004oD-BH for emacs-devel@gnu.org; Tue, 10 Mar 2009 21:29:43 -0400 Original-Received: from [199.232.76.173] (port=59288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhDGQ-0004oA-6f for emacs-devel@gnu.org; Tue, 10 Mar 2009 21:29:42 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:25075 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhDGP-0004zQ-VN for emacs-devel@gnu.org; Tue, 10 Mar 2009 21:29:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhIFAH6wtklFxL+1/2dsb2JhbACBTtBhhA0GhCU X-IronPort-AV: E=Sophos;i="4.38,338,1233550800"; d="scan'208";a="35014548" Original-Received: from 69-196-191-181.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.181]) by ironport2-out.teksavvy.com with ESMTP; 10 Mar 2009 21:29:41 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B6C9AB4121; Tue, 10 Mar 2009 21:29:40 -0400 (EDT) In-Reply-To: <87iqmhi77x.fsf@kassiopeya.MSHEIMNETZ> (Sebastian Rose's message of "Tue, 10 Mar 2009 19:05:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (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:109552 Archived-At: > We can open `file:///home/sebastian/.emacs' through find-file, but not > through `emacsclient file:///home/sebastian/.emacs' which is a bug > IMHO. As mentioned in the parent of the article to which you replied, "emacsclient file:///home/sebastian/.emacs" should now work, Stefan