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: Robert Weiner
Subject: Re: Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Emacs package
Date: Wed, 15 Jun 2016 10:05:37 -0400

On Wed, Jun 15, 2016 at 9:51 AM, Dmitry Gutov <address@hidden> wrote:
On 06/15/2016 04:09 PM, Stefan Monnier wrote:
I left off one line here that seems to be required.  At the end, add:
(require 'hyperbole)
to ensure it loads in every session.

That shouldn't be needed: package.el will autoload
hyperbole-autoloads.el at every startup, so you can put there whatever
you need to setup hyperbole.

That sounds like the initialization would be better performed in a global minor mode (which will be autoloaded). Example: semantic-mode.

This is a good idea, so I will add it to the todo list.  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.

Bob



reply via email to

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