From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: eshell/ln: default second arg if "-s" is given Date: Thu, 15 Jan 2004 08:03:51 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87r7y1y9pk.fsf@emptyhost.emptydomain.de> References: <871xq4t7n5.fsf@emptyhost.emptydomain.de> <4005A064.5050503@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074150416 5718 80.91.224.253 (15 Jan 2004 07:06:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 07:06:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jan 15 08:06:51 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ah1ad-0004Jj-00 for ; Thu, 15 Jan 2004 08:06:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ah1ad-0005Nl-00 for ; Thu, 15 Jan 2004 08:06:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ah1a8-0001gB-I3 for emacs-devel@quimby.gnus.org; Thu, 15 Jan 2004 02:06:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ah1YT-0001Ev-HK for emacs-devel@gnu.org; Thu, 15 Jan 2004 02:04:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ah1Xv-0000jn-NB for emacs-devel@gnu.org; Thu, 15 Jan 2004 02:04:35 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ah1Xn-0000Sp-W8 for emacs-devel@gnu.org; Thu, 15 Jan 2004 02:03:56 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ah1Xn-0002Y6-00 for ; Thu, 15 Jan 2004 08:03:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ah1Xl-0002Xy-00 for ; Thu, 15 Jan 2004 08:03:53 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ah1Xl-0001Q8-00 for ; Thu, 15 Jan 2004 08:03:53 +0100 Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:eBGS7dqxj2dcn9xrMQF3zqptKMo= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19181 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19181 Kevin Rodgers writes: > Kai Grossjohann wrote: > >> In the shell, "ln -s /some/file" makes a symlink named "file" in the >> current directory, pointing to "/some/file". >> WIBNI eshell/ln also did this? > >>>From eshell-2.4.2/em-unix.el: > > (defcustom eshell-default-target-is-dot nil *blush* Thanks, Kai