unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Masatake YAMATO <jet@gyve.org>
Cc: emacs-devel@gnu.org
Subject: Re: Eldoc mode
Date: Wed, 08 Feb 2006 13:30:48 +0900 (JST)	[thread overview]
Message-ID: <20060208.133048.156717595.jet@gyve.org> (raw)
In-Reply-To: <E1F6bdc-0005A6-70@fencepost.gnu.org>

>     > What does Eldoc do in Eshell?  Does it give documentation
>     > on shell commands?  If so, could it easily work in sh-script mode
>     > and in the Shell buffer too?
> 
>     I don't know well about this. Maybe it gives documentation on elisp
>     command.
> 
> Eshell implements a shell within Emacs.

Yes.

> Its commands seem to be shell commands, not Emacs Lisp.

No. I don't use eshell. However, AFAIK, Eshell accepts both
shell command line and Emacs lisp code. Here is the example:

----------------------------------------------------------------------------------------
    Welcome to the Emacs shell

    ~/Mail/inbox $ cd /tmp
    /tmp $ ls
    9Komc1                                                         index.sjis.txt
    E                                                              jet11338agW
    E1                                                             jet15672diB
    ...
    /tmp $ (car (list 1 2 3))
    1
    /tmp $ 
----------------------------------------------------------------------------------------

  reply	other threads:[~2006-02-08  4:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-05 17:35 Eldoc mode Richard M. Stallman
2006-02-05 17:56 ` Masatake YAMATO
2006-02-06  2:31   ` Stefan Monnier
2006-02-06  4:58   ` Richard M. Stallman
2006-02-06 20:34     ` Masatake YAMATO
2006-02-07 22:48       ` Richard M. Stallman
2006-02-08  4:30         ` Masatake YAMATO [this message]
2006-02-09 17:47           ` Richard M. Stallman
2006-02-13  7:05             ` Masatake YAMATO

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=20060208.133048.156717595.jet@gyve.org \
    --to=jet@gyve.org \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this public inbox

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

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).