unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: henry atting <nsmp_01@online.de>
To: help-gnu-emacs@gnu.org
Subject: Re: eshell and quick cd
Date: Mon, 30 Mar 2009 15:45:00 +0200	[thread overview]
Message-ID: <87iqlrazvn.fsf@online.de> (raw)
In-Reply-To: mailman.4199.1238333835.31690.help-gnu-emacs@gnu.org

On So, Mär 29 2009, thierry.volpiatto@gmail.com wrote:

> May be write your function in a little script instead of writing it in
> your .zshrc/.bashrc.
> You can also easily create alias with eshell.

I think I have to write an eshell function. wcd.exe is a binary (which
cannot be renamed on unix systems) that writes the destination
directory in wcd.go, which makes the change happen in the first place:

,----
| function wcd
|  {
|    $HOME/bin/wcd.exe $*
|  . $HOME/bin/wcd.go
|  }
`----


I don't know who to handle the dot part of the above function in elisp,
can anyone give me a hint?

henry


      parent reply	other threads:[~2009-03-30 13:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-28  5:37 eshell and quick cd henry atting
2009-03-28  5:51 ` thierry.volpiatto
     [not found] ` <mailman.4141.1238219904.31690.help-gnu-emacs@gnu.org>
2009-03-29  9:35   ` henry atting
2009-03-29 13:30     ` thierry.volpiatto
     [not found]     ` <mailman.4199.1238333835.31690.help-gnu-emacs@gnu.org>
2009-03-30 13:45       ` henry atting [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqlrazvn.fsf@online.de \
    --to=nsmp_01@online.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).