|
From: | Dmitry Gutov |
Subject: | Re: Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Emacs package |
Date: | Sun, 19 Jun 2016 21:24:17 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 |
On 06/15/2016 04:41 AM, 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)))
This gives meDebugger entered--Lisp error: (file-error "http://www.plasmas.biz/rswe/archive-contents" "Not found") signal(file-error ("http://www.plasmas.biz/rswe/archive-contents" "Not found")) package--download-one-archive(("RSW-Packages" . "http://www.plasmas.biz/rswe/") "archive-contents" nil)
package--download-and-read-archives(nil) package-refresh-contents()
[Prev in Thread] | Current Thread | [Next in Thread] |