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 02:28:40 -0400 Message-ID: References: Reply-To: rswgnu@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d2b8249b75805354b3d63 X-Trace: ger.gmane.org 1465972241 10894 80.91.229.3 (15 Jun 2016 06:30:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2016 06:30:41 +0000 (UTC) Cc: Mats Lidell To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 08:30:33 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 1bD4LQ-0007B9-O4 for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 08:30:32 +0200 Original-Received: from localhost ([::1]:39959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD4LQ-0001oE-0V for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 02:30:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD4KH-00010K-NM for emacs-devel@gnu.org; Wed, 15 Jun 2016 02:29:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bD4K9-0005Oo-2o for emacs-devel@gnu.org; Wed, 15 Jun 2016 02:29:20 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bD4K8-0005NC-Vs for emacs-devel@gnu.org; Wed, 15 Jun 2016 02:29:13 -0400 Original-Received: from mail-oi0-f41.google.com ([209.85.218.41]:35553) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bD4K7-000357-Eb for emacs-devel@gnu.org; Wed, 15 Jun 2016 02:29:11 -0400 Original-Received: by mail-oi0-f41.google.com with SMTP id w5so19325549oib.2 for ; Tue, 14 Jun 2016 23:29:11 -0700 (PDT) X-Gm-Message-State: ALyK8tL04tlxazLtqeyociqhCwrfhYXfNmFlPTRZJLMTudAauZAIQcNnb/IojmlZ+nFaklaOpqT1e3/SUiRo6w== X-Received: by 10.202.224.85 with SMTP id x82mr12698957oig.176.1465972150611; Tue, 14 Jun 2016 23:29:10 -0700 (PDT) Original-Received: by 10.202.236.73 with HTTP; Tue, 14 Jun 2016 23:28:40 -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:204375 Archived-At: --001a113d2b8249b75805354b3d63 Content-Type: text/plain; charset=UTF-8 On Tue, Jun 14, 2016 at 9:41 PM, Robert Weiner wrote: > To download and install the Hyperbole package, add something like the > following lines to your .emacs file: > > (require 'package) > (setq package-check-signature nil > package-enable-at-startup nil) ;; Prevent double loading of libraries > (add-to-list 'package-archives '("RSW-Packages" . " > http://www.plasmas.biz/rswe/") t) > (package-initialize) > (unless (package-installed-p 'hyperbole) > (if (not (display-graphic-p)) > ;; Installation of Hyperbole requires a non-dumb terminal > ;; instance of Emacs, i.e. under a window system. > (progn (message "(Hyperbole): Run Emacs under a window system to > install Hyperbole") > (beep) > (sit-for 4)) > (package-refresh-contents) > (package-install 'hyperbole))) > I left off one line here that seems to be required. At the end, add: (require 'hyperbole) to ensure it loads in every session. Bob --001a113d2b8249b75805354b3d63 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On T= ue, Jun 14, 2016 at 9:41 PM, Robert Weiner <rsw@gnu.org> wrote:
=C2=A0
To download and install the Hyperbole package, add something like the
<= /div>following lines to your .emacs file:

(require 'package)
= (setq package-check-signature nil
=C2=A0 =C2=A0 =C2=A0 package-enable-at= -startup nil) ;; Prevent double loading of libraries
(add-to-list 'p= ackage-archives '("RSW-Packages" . "http://www.plasmas.biz/rswe/&quo= t;) t)
(package-initialize)
(unless (package-installed-p 'hyperbo= le)
=C2=A0 (if (not (display-graphic-p))
=C2=A0 =C2=A0 =C2=A0 ;; Inst= allation of Hyperbole requires a non-dumb terminal
=C2=A0 =C2=A0 =C2=A0 = ;; instance of Emacs, i.e. under a window system.
=C2=A0 =C2=A0 =C2=A0 (= progn (message "(Hyperbole): Run Emacs under a window system to instal= l Hyperbole")
=C2=A0 =C2=A0 (beep)
=C2=A0 =C2=A0 (sit-for 4))=C2=A0 =C2=A0 (package-refresh-contents)
=C2=A0 =C2=A0 (package-install= 'hyperbole)))

I left off o= ne line here that seems to be required.=C2=A0 At the end, add:
(require 'hyperbole)

to ensure it= loads in every session.

Bob

<= /div>
--001a113d2b8249b75805354b3d63--