From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ian Dunn Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: Hook Helpers Date: Sun, 23 Apr 2017 12:59:29 -0400 Message-ID: <87fugzhxfy.fsf@escafil> References: <87h91ptla5.fsf@escafil> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1492966865 27435 195.159.176.226 (23 Apr 2017 17:01:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2017 17:01:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 23 19:00:58 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d2Ksa-0006w6-4q for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2017 19:00:56 +0200 Original-Received: from localhost ([::1]:39951 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2Ksf-0005gc-R2 for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2017 13:01:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2Ks4-0005gM-Kk for emacs-devel@gnu.org; Sun, 23 Apr 2017 13:00:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2Ks3-0006pD-UY for emacs-devel@gnu.org; Sun, 23 Apr 2017 13:00:24 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2Ks3-0006p9-Rr for emacs-devel@gnu.org; Sun, 23 Apr 2017 13:00:23 -0400 Original-Received: from [2604:6000:1010:176:da4d:3352:bae5:f50e] (port=33614 helo=escafil) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d2Ks3-0004Jv-EP for emacs-devel@gnu.org; Sun, 23 Apr 2017 13:00:23 -0400 In-Reply-To: <87h91ptla5.fsf@escafil> (Ian Dunn's message of "Sat, 15 Apr 2017 17:26:26 -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:214248 Archived-At: Ian Dunn writes: > I submitted this a while back, but it never went anywhere, likely due to my > inability to explain it well. > > Summary: > > Hook Helpers provides useful macros for specifying functions created solely to > be added to one or more hooks. It is not intended as a replacement for > add-hook, but as a complement to it, similar to the relationship between > add-function and define-advice. > > Further documentation: http://nongnu.org/hook-helpers-el/ > > Source file: > http://git.savannah.nongnu.org/cgit/hook-helpers-el.git/tree/hook-helpers.el > > Checkout: git clone https://git.savannah.nongnu.org/git/hook-helpers-el.git > > If no one has any problems this time around, I can push it to ELPA myself. I created the branch scratch/hook-helpers. I'd appreciate someone double-checking my work before I merge it, which I'd like to do today. -- Ian Dunn