From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: eldoc support with M-: Date: Sat, 01 Oct 2011 21:12:16 -0400 Message-ID: References: <87liy3t6rk.fsf@gmail.com> <20110519.175536.23311605.rubikitch@ruby-lang.org> <87hb8rt4ha.fsf@gmail.com> <87liw5z8sl.fsf@gmail.com> <87aabj82sq.fsf@gmail.com> <87vcsazaia.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317518312 24639 80.91.229.12 (2 Oct 2011 01:18:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Oct 2011 01:18:32 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 02 03:18:27 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RAAhB-0006Jd-VN for ged-emacs-devel@m.gmane.org; Sun, 02 Oct 2011 03:18:22 +0200 Original-Received: from localhost ([::1]:38565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAAbO-0007WL-1g for ged-emacs-devel@m.gmane.org; Sat, 01 Oct 2011 21:12:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAAbL-0007WC-8n for emacs-devel@gnu.org; Sat, 01 Oct 2011 21:12:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAAbJ-0003Mx-IN for emacs-devel@gnu.org; Sat, 01 Oct 2011 21:12:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:28249 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAAbJ-0003Ml-Fp for emacs-devel@gnu.org; Sat, 01 Oct 2011 21:12:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EABm6h05FpZLc/2dsb2JhbABBqDSBBoFTAQEEAUcPIxALNBIUGA0kiA6qEYxshyEEoHeEQw X-IronPort-AV: E=Sophos;i="4.68,475,1312171200"; d="scan'208";a="139569264" Original-Received: from 69-165-146-220.dsl.teksavvy.com (HELO pastel.home) ([69.165.146.220]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 01 Oct 2011 21:12:16 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 801E159291; Sat, 1 Oct 2011 21:12:16 -0400 (EDT) In-Reply-To: (Leo's message of "Sat, 01 Oct 2011 20:37:30 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144524 Archived-At: [ Moved away from gnu.emacs.sources where it doesn't belong any more. ] >> you will find now last version of eldoc-eval.el in GNU ELPA. > I wonder if it makes sense to provide a message-function to customise > how `message' posts its messages. I think doing it for `message' is a bit too radical. But an eldoc-message-function hook would be perfectly fine, and I still hope (despite Thierry's failure to figure out how) that such a hook can be used to simplify (and integrate) eldoc-eval.el. Stefan