From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Weiner Newsgroups: gmane.emacs.devel 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 Message-ID: References: Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c092ea23dc8040535517615 X-Trace: ger.gmane.org 1465998926 6463 80.91.229.3 (15 Jun 2016 13:55:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2016 13:55:26 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 15:55:19 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bDBHq-0001qR-74 for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 15:55:18 +0200 Original-Received: from localhost ([::1]:42314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDBHp-0007qC-2C for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 09:55:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDBHF-0007q4-Pk for emacs-devel@gnu.org; Wed, 15 Jun 2016 09:54:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDBHB-0004ci-IZ for emacs-devel@gnu.org; Wed, 15 Jun 2016 09:54:40 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDBHB-0004cS-Ez for emacs-devel@gnu.org; Wed, 15 Jun 2016 09:54:37 -0400 Original-Received: from mail-oi0-f51.google.com ([209.85.218.51]:34856) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bDBHA-0000xe-SB for emacs-devel@gnu.org; Wed, 15 Jun 2016 09:54:37 -0400 Original-Received: by mail-oi0-f51.google.com with SMTP id w5so34454403oib.2 for ; Wed, 15 Jun 2016 06:54:36 -0700 (PDT) X-Gm-Message-State: ALyK8tK4bMWobsrCnXvio8l7ncUWs3aDb3CXQd5JEwCR+uUaIoRkrmR6Tt/GIfTidmIeD9Km4lSjo5XYLQTJDA== X-Received: by 10.202.239.197 with SMTP id n188mr13883392oih.25.1465998875933; Wed, 15 Jun 2016 06:54:35 -0700 (PDT) Original-Received: by 10.202.236.73 with HTTP; Wed, 15 Jun 2016 06:54:05 -0700 (PDT) In-Reply-To: X-Gmail-Original-Message-ID: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204385 Archived-At: --94eb2c092ea23dc8040535517615 Content-Type: text/plain; charset=UTF-8 On Wed, Jun 15, 2016 at 9:09 AM, 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. > 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 --94eb2c092ea23dc8040535517615 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On W= ed, Jun 15, 2016 at 9:09 AM, Stefan Monnier <monnier@iro.umontrea= l.ca> wrote:
> I left off one line here that seems to be required.=C2=A0 At the en= d, 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 initializati= on code I tested under Emacs 25.0.04, the "hyperbole" library was= not loaded, so the Hyperbole menu invocation key binding was not establish= ed.
Adding that line fixes it and does no harm in cases where it = is not needed.

Bob

--94eb2c092ea23dc8040535517615--