From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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 10:54:46 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466002436 32619 80.91.229.3 (15 Jun 2016 14:53:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2016 14:53:56 +0000 (UTC) Cc: rswgnu@gmail.com, emacs-devel To: Robert Weiner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 16:53:49 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 1bDCCR-0004NU-O3 for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 16:53:47 +0200 Original-Received: from localhost ([::1]:42680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCCR-0005fu-4w for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 10:53:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCC4-0005UK-03 for emacs-devel@gnu.org; Wed, 15 Jun 2016 10:53:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDCC2-0004Fk-W4 for emacs-devel@gnu.org; Wed, 15 Jun 2016 10:53:23 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:60585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCBx-0004Ea-6K; Wed, 15 Jun 2016 10:53:17 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u5FErEft004046; Wed, 15 Jun 2016 10:53:14 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9AB68661DE; Wed, 15 Jun 2016 10:54:46 -0400 (EDT) In-Reply-To: (Robert Weiner's message of "Wed, 15 Jun 2016 09:54:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5707=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5707> : inlines <4934> : streams <1652400> : uri <2231388> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:204391 Archived-At: > 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. What I'm saying is that if that line is always needed, then add it to hyperbole-autoloads.el rather than asking users to add it to their .emacs Stefan