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: [Emacs-diffs] master 5811404: Replace eldoc-documentation-function with a hook Date: Thu, 07 Jul 2016 05:36:05 -0400 Message-ID: References: <20160707032857.31916.95107@vcs.savannah.gnu.org> <20160707032857.E4A1422015C@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467884197 30595 80.91.229.3 (7 Jul 2016 09:36:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2016 09:36:37 +0000 (UTC) Cc: Mark Oteiza To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 11:36:26 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 1bL5jN-0007DC-Su for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 11:36:26 +0200 Original-Received: from localhost ([::1]:38472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL5jN-0001xx-7x for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2016 05:36:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL5jH-0001oC-IL for emacs-devel@gnu.org; Thu, 07 Jul 2016 05:36:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL5jD-0004xm-FL for emacs-devel@gnu.org; Thu, 07 Jul 2016 05:36:18 -0400 Original-Received: from smtp-as-02-03.vtxnet.net ([194.38.175.142]:36132 helo=smtp-as-02.vtxnet.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL5jD-0004xf-8R for emacs-devel@gnu.org; Thu, 07 Jul 2016 05:36:15 -0400 Original-Received: from smtp-as-02.vtxnet.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-as-02.vtxnet.net (Postfix) with ESMTPS id 7847A4A654; Thu, 7 Jul 2016 11:36:12 +0200 (CEST) Original-Received: from smtp-pri-03.vtxnet.net (smtp-pri-03-1.vtxnet.net [212.147.62.147]) by smtp-as-02.vtxnet.net (Postfix) with ESMTP id 52BC64A559; Thu, 7 Jul 2016 11:36:08 +0200 (CEST) Original-Received: from fmsmemgm.homelinux.net (dyn.144-85-234-142.dsl.vtx.ch [144.85.234.142]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-pri-03.vtxnet.net (VTX Services SA) with ESMTP id 472BB68B7EF; Thu, 7 Jul 2016 11:36:08 +0200 (CEST) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 24A3EAE5F3; Thu, 7 Jul 2016 05:36:05 -0400 (EDT) In-Reply-To: <20160707032857.E4A1422015C@vcs.savannah.gnu.org> (Mark Oteiza's message of "Thu, 7 Jul 2016 03:28:57 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 194.38.175.142 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:205307 Archived-At: > * lisp/emacs-lisp/eldoc.el (eldoc-documentation-functions): New hook. I thought it was agreed that it would be a bad idea. Stefan