From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Starting emacs in ediff mode. Date: Sat, 26 Jan 2008 16:55:10 -0500 Message-ID: References: <7b79188f-cb09-46ae-b88c-65b611b39ae1@d4g2000prg.googlegroups.com> <4798C1BD.3030600@gmail.com> <4799F858.5070701@gmail.com> <479B9D71.80409@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201384575 10054 80.91.229.12 (26 Jan 2008 21:56:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 21:56:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Lennart Borgman \(gmail\)" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 26 22:56:33 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIt0r-0002Nx-8S for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Jan 2008 22:56:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIt0Q-0003Vc-Ta for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Jan 2008 16:56:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIszb-0003DX-9D for help-gnu-emacs@gnu.org; Sat, 26 Jan 2008 16:55:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIszZ-0003CF-Fv for help-gnu-emacs@gnu.org; Sat, 26 Jan 2008 16:55:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIszZ-0003C4-7z for help-gnu-emacs@gnu.org; Sat, 26 Jan 2008 16:55:13 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIszZ-0005gs-2d for help-gnu-emacs@gnu.org; Sat, 26 Jan 2008 16:55:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAEk7m0fO+J95dGdsb2JhbACQKAEwmzt+ X-IronPort-AV: E=Sophos;i="4.25,255,1199682000"; d="scan'208";a="13252858" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 26 Jan 2008 16:55:11 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id GWD56211; Sat, 26 Jan 2008 16:55:11 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D986F858A; Sat, 26 Jan 2008 16:55:10 -0500 (EST) In-Reply-To: <479B9D71.80409@gmail.com> (Lennart Borgman's message of "Sat, 26 Jan 2008 21:52:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50997 Archived-At: >>> But also of course if emacs client is used you do not know which directory >>> Emacs has as default. So you have to tell Emacs which directory the file >>> names are relative to. >> >> No: emacsclient takes care of that already, of course. > For opening a file, yes. But not for --eval AFAICS. Oh, that's right, sorry 'bout that. > Perhaps it should do it for that case too? Yes, probably. I believe I just fixed it in the trunk. Stefan