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 09:54:05 -0400

On Wed, Jun 15, 2016 at 9:09 AM, Stefan Monnier <address@hidden> 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.

I know but when testing with 'emacs -Q' and then all the package initialization code I tested under Emacs 25.0.04, the "hyperbole" library was not loaded, so the Hyperbole menu invocation key binding was not established.
Adding that line fixes it and does no harm in cases where it is not needed.

Bob


reply via email to

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