help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Executing init script after launching eshell


From: C K Kashyap
Subject: Re: Executing init script after launching eshell
Date: Tue, 27 Mar 2012 18:43:33 +0530

Thanks a lot Tom,

The `eshell/cd' function is what is executed when you type 'cd' into
eshell, unless you have changed this. It doesn't change what you see in
eshell though, so the `eshell-send-input' should send an empty command,


Oh, I now get the use of (eshell-send-input) ... I can even do
(progn
  (eshell t)
  (insert "cd /Users/kck")
  (eshell-send-input)
  )

Regards,
Kashyap


reply via email to

[Prev in Thread] Current Thread [Next in Thread]