all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* eshell/ln: default second arg if "-s" is given
@ 2004-01-13 11:22 Kai Grossjohann
  2004-01-14 20:02 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Grossjohann @ 2004-01-13 11:22 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: eshell/ln: default second arg if "-s" is given
  2004-01-13 11:22 eshell/ln: default second arg if "-s" is given Kai Grossjohann
@ 2004-01-14 20:02 ` Kevin Rodgers
  2004-01-15  7:03   ` Kai Grossjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2004-01-14 20:02 UTC (permalink / raw)


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
   "*If non-nil, the default destination for cp, mv or ln is `.'."
   :type 'boolean
   :group 'eshell-unix)

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: eshell/ln: default second arg if "-s" is given
  2004-01-14 20:02 ` Kevin Rodgers
@ 2004-01-15  7:03   ` Kai Grossjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 2004-01-15  7:03 UTC (permalink / raw)


Kevin Rodgers <ihs_4664@yahoo.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-15  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-13 11:22 eshell/ln: default second arg if "-s" is given Kai Grossjohann
2004-01-14 20:02 ` Kevin Rodgers
2004-01-15  7:03   ` Kai Grossjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.