From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] RFC: eldoc-documentation-functions hook Date: Sun, 12 Jun 2016 10:09:21 +0300 Message-ID: <838tyahoim.fsf@gnu.org> References: <20160612061229.GA6463@holos.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1465715357 30738 80.91.229.3 (12 Jun 2016 07:09:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jun 2016 07:09:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mark Oteiza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 12 09:09:12 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 1bBzWC-0004o5-Dh for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2016 09:09:12 +0200 Original-Received: from localhost ([::1]:50035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBzWB-00052O-Mu for ged-emacs-devel@m.gmane.org; Sun, 12 Jun 2016 03:09:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBzVg-00052H-UX for emacs-devel@gnu.org; Sun, 12 Jun 2016 03:08:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBzVb-0000ZD-GB for emacs-devel@gnu.org; Sun, 12 Jun 2016 03:08:39 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBzVb-0000Z1-Dh; Sun, 12 Jun 2016 03:08:35 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1948 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bBzVZ-0005Pp-K6; Sun, 12 Jun 2016 03:08:34 -0400 In-reply-to: <20160612061229.GA6463@holos.localdomain> (message from Mark Oteiza on Sun, 12 Jun 2016 02:12:29 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:204305 Archived-At: > Date: Sun, 12 Jun 2016 02:12:29 -0400 > From: Mark Oteiza > > This is a draft patch changing eldoc-documentation-function into a hook > variable, so instead of using add-function, one can instead use add-hook > to control the behavior of eldoc. It is backwards compatible. Thanks. Please be sure to update the ELisp manual accordingly.