From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Eldoc mode Date: Tue, 07 Feb 2006 17:48:44 -0500 Message-ID: References: <20060206.025600.92581961.jet@gyve.org> <20060207.053434.226794388.jet@gyve.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139352547 14267 80.91.229.2 (7 Feb 2006 22:49:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 22:49:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 23:49:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6bdp-00043U-Nq for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 23:48:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6bdo-0005d1-Uz for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 17:48:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6bdd-0005cv-Sj for emacs-devel@gnu.org; Tue, 07 Feb 2006 17:48:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6bdd-0005cj-9O for emacs-devel@gnu.org; Tue, 07 Feb 2006 17:48:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6bdd-0005cg-5k for emacs-devel@gnu.org; Tue, 07 Feb 2006 17:48:45 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6bgo-0003Vw-IC for emacs-devel@gnu.org; Tue, 07 Feb 2006 17:52:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F6bdc-0005A6-70; Tue, 07 Feb 2006 17:48:44 -0500 Original-To: Masatake YAMATO In-reply-to: <20060207.053434.226794388.jet@gyve.org> (message from Masatake YAMATO on Tue, 07 Feb 2006 05:34:34 +0900 (JST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50175 Archived-At: > 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. Its commands seem to be shell commands, not Emacs Lisp.