emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Em


From: Kaushal Modi
Subject: Re: Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Emacs package
Date: Wed, 15 Jun 2016 14:15:16 +0000



On Wed, Jun 15, 2016 at 10:06 AM Robert Weiner <address@hidden> wrote:
 It would be a lot of work to be able to turn Hyperbole on and off with one command but doable.  We also want to eventually add an unload command for Hyperbole as well.

Making a minor mode should answer all of that.

For a minor mode FOO-mode, you can define that minor to call a set of functions when the minor is enabled and then again when disabled. 

The user simply needs to do M-x FOO-mode to toggle the minor mode state between enabled and disabled.
--

--
Kaushal Modi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]