ELPA Logo GNU ELPA: hook-helpers

hook-helpers Atom Feed

Description
Anonymous, modifiable hook functions
Latest
hook-helpers.tar (.sig), 2026-Aug-23, 0.02 KiB
Maintainer
Ian Dunn <dunni@gnu.org>
Other versions:
development version
Website
https://savannah.nongnu.org/projects/hook-helpers-el/
ELPA's Repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

Often times, I see people define a function to be used once in a hook.  If
they don’t do this, then it will be an anonymous function.  If the anonymous
function is modified, then the function can’t be removed.  With a function
outside of the `add-hook' call, it looks messy.

Hook Helpers are a solution to this.  A "hook helper" is an anonymous,
modifiable function created for the sole purpose of being attached to a hook.
This combines the two commonly used methods mentioned above.  The functions
don't exist, so they don't get in the way of `describe-function', but they
can be removed or modified as needed.

Old versions

hook-helpers-1.1.tar.lz2017-Apr-2716.4 KiB
hook-helpers-1.1.tar2017-Apr-2770.0 KiB