mainEmacs Hook Helpers - Summary

 
 
Membership Info
Group Admin:
2 active members

Group identification
Id: 11590
System Name: hook-helpers-el
Name: Emacs Hook Helpers
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

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 `C-h f`, but they can be removed or modified as needed.

For full documentation, see http://nongnu.org/hook-helpers-el/

Registration Date: Wed 11 May 2016 01:13:30 AM UTC
License: GNU General Public License v3 or later
Development Status: 4 - Beta

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (2 members)

Communication Tools
 Mailing Lists (0 public mailing lists)

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code