From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: Eldoc mode Date: Tue, 07 Feb 2006 05:34:34 +0900 (JST) Message-ID: <20060207.053434.226794388.jet@gyve.org> References: <20060206.025600.92581961.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139258108 12563 80.91.229.2 (6 Feb 2006 20:35:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 20:35:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 21:35:04 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 1F6D4h-0008Cz-6R for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 21:35:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6D81-00073t-Ce for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 15:38:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6D7m-00073m-C2 for emacs-devel@gnu.org; Mon, 06 Feb 2006 15:38:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6D7k-00073V-KN for emacs-devel@gnu.org; Mon, 06 Feb 2006 15:38:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6D7k-00073O-9c for emacs-devel@gnu.org; Mon, 06 Feb 2006 15:38:12 -0500 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6D7F-0001tf-E1; Mon, 06 Feb 2006 15:37:41 -0500 Original-Received: from localhost (h219-110-075-252.catv01.itscom.jp [219.110.75.252]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id k16KYZx01664; Tue, 7 Feb 2006 05:34:35 +0900 (JST) Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mew version 4.2.53 on Emacs 22.0.51 / Mule 5.0 (SAKAKI) 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:50115 Archived-At: > What does Eldoc do in Hexl mode? I can't imagine. Eldoc shows the address specified by point in hexadecimal and decimal format. > 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. Eldoc on ielm does the same thing. Masatake YAMATO