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: eshell/ln: default second arg if "-s" is given Date: Tue, 13 Jan 2004 12:22:54 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <871xq4t7n5.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073994162 28927 80.91.224.253 (13 Jan 2004 11:42:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2004 11:42:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jan 13 12:42:38 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 1AgMwQ-0002Mc-00 for ; Tue, 13 Jan 2004 12:42:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AgMwP-0008DG-00 for ; Tue, 13 Jan 2004 12:42:37 +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 1AgMiN-0006gT-2I for emacs-devel@quimby.gnus.org; Tue, 13 Jan 2004 06:28:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AgMi7-0006fS-GV for emacs-devel@gnu.org; Tue, 13 Jan 2004 06:27:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AgMha-0006Yj-1V for emacs-devel@gnu.org; Tue, 13 Jan 2004 06:27:49 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgMd7-0005bp-TE for emacs-devel@gnu.org; Tue, 13 Jan 2004 06:22:42 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AgMd6-0003jM-00 for ; Tue, 13 Jan 2004 12:22:40 +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 1AgMd5-0003jE-00 for ; Tue, 13 Jan 2004 12:22:39 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AgMd5-0006sw-00 for ; Tue, 13 Jan 2004 12:22:39 +0100 Original-Lines: 9 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:9m/0wVqYTQYgz3/6oK6zvbTKiCY= 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:19159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19159 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? (It's easy to type "ln -s /some/file ." with the added dot at the end, but hey, I'm sooo lazy...) Kai