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: Mon, 06 Feb 2006 02:56:00 +0900 (JST) Message-ID: <20060206.025600.92581961.jet@gyve.org> References: 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 1139162254 19960 80.91.229.2 (5 Feb 2006 17:57:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 17:57:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 18:57:32 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 1F5o8S-0004sq-EO for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 18:57:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5oBi-0002Kk-HS for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 13:00:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5oAk-00028H-5s for emacs-devel@gnu.org; Sun, 05 Feb 2006 12:59:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5oAg-000279-9y for emacs-devel@gnu.org; Sun, 05 Feb 2006 12:59:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5oAf-00025z-J6 for emacs-devel@gnu.org; Sun, 05 Feb 2006 12:59:33 -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 1F5o9z-00062f-7r; Sun, 05 Feb 2006 12:58:51 -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 k15Htxe21643; Mon, 6 Feb 2006 02:56:01 +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:50049 Archived-At: > man/programs.texi says: > > Eldoc mode applies > in Emacs Lisp and Lisp Interaction modes, and perhaps a few others > that provide special support for looking up doc strings. > > Could someone please check the actual list of supported major modes? hexl-mode, python-mode and eshell-mode are supported.