From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Liu Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] RFC: eldoc-documentation-functions hook Date: Mon, 13 Jun 2016 12:37:43 +0800 Message-ID: References: <20160612061229.GA6463@holos.localdomain> <20160612185237.GA12617@holos.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465792766 7751 80.91.229.3 (13 Jun 2016 04:39:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2016 04:39:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 06:39:17 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bCJef-0001Mn-0Z for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 06:39:17 +0200 Original-Received: from localhost ([::1]:53739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCJee-0000CY-9y for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2016 00:39:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCJdT-0008H8-Ps for emacs-devel@gnu.org; Mon, 13 Jun 2016 00:38:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCJdO-00021B-SF for emacs-devel@gnu.org; Mon, 13 Jun 2016 00:38:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCJdO-00020x-Lb for emacs-devel@gnu.org; Mon, 13 Jun 2016 00:37:58 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bCJdK-0000TD-CO for emacs-devel@gnu.org; Mon, 13 Jun 2016 06:37:55 +0200 Original-Received: from 116.213.171.155 ([116.213.171.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 06:37:54 +0200 Original-Received: from sdl.web by 116.213.171.155 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Jun 2016 06:37:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 116.213.171.155 Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAADFBMVEUvT09qWs3/pQD///+J kUVcAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMLOd3veKQA AACuSURBVBjTldE9CgIxEAXgB+lEyFUC2wo5ikdZ8DSypxhMY7H9VuIVwlqkGRgnm59VsHGafIQ3 CZlAtmKIRaHETgYa12lqvEsPYKf8wXHsPGfqPaUM0g9aJPKFXkmNQmSDqwzz4Fpgpz+6WAPY2z5o uPJJpu0uypcl4nyCibMLQ8lCiVjayLoQvw5LsVKQuHPRR958HZbOcVsKeepcLxpByjycGvnKmY+c MBvrtyjfe0vmuLvdq/kAAAAASUVORK5CYII= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (OS X 10.11.5) Cancel-Lock: sha1:sS2ejK+avKL7MuerrCRZ+BXo3hU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:204327 Archived-At: On 2016-06-12 14:52 -0400, Mark Oteiza wrote: > AFAICT the current behavior in eldoc is an imitation of what hooks do > already. No. It is far more than a hook otherwise people would have designed it as a hook in the first place. Leo