all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Weiner <rsw@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Emacs package
Date: Wed, 15 Jun 2016 00:32:55 -0400	[thread overview]
Message-ID: <CA+OMD9jfgNyiDa7mM1V2UimQ2O0=PVsypo3qULasDaw-KT9EBQ@mail.gmail.com> (raw)
In-Reply-To: <jwvmvmnje7m.fsf-monnier+gmane.emacs.devel@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]

On Wed, Jun 15, 2016 at 12:02 AM, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:

> Great to hear that the project is back!
>

Thanks.  We would very highly value your feedback as you are always right
on topic and deep into things.

>
> Just one nitpick:
>
> > (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)))
>
> Yuck!
>

As I was saying...:)  Yes, I dislike this too.  It is just temporary but
most of it is just to ensure people have package set up correctly.
Really, you should be able to just set an archive path and then call
package-install and the right things should happen but that is not the case
presently.

>
> There's gotta be a better way.
>

We are open to suggestions.

Bob

[-- Attachment #2: Type: text/html, Size: 2302 bytes --]

  reply	other threads:[~2016-06-15  4:32 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-15  1:41 Subject: Call for testers for GNU Hyperbole 5.12, a large, useful Emacs package Robert Weiner
2016-06-15  4:02 ` Stefan Monnier
2016-06-15  4:32   ` Robert Weiner [this message]
2016-06-15 13:08     ` Stefan Monnier
2016-06-15 14:50     ` Eli Zaretskii
2016-06-15 22:02       ` Robert Weiner
2016-06-15  6:28 ` Robert Weiner
2016-06-15 13:09   ` Stefan Monnier
2016-06-15 13:51     ` Dmitry Gutov
2016-06-15 14:05       ` Robert Weiner
2016-06-15 14:15         ` Kaushal Modi
2016-06-15 14:25           ` Robert Weiner
2016-06-15 13:54     ` Robert Weiner
2016-06-15 14:54       ` Stefan Monnier
2016-06-15 15:42       ` Clément Pit--Claudel
2016-06-19 18:39   ` Dmitry Gutov
2016-06-19 19:36     ` Robert Weiner
2016-06-19 19:40       ` Dmitry Gutov
2016-06-19 19:53         ` Robert Weiner
2016-06-19 20:08           ` Dmitry Gutov
2016-06-19 20:15           ` tumashu
2016-06-19 20:24           ` tumashu
2016-06-15  7:20 ` Michael Albinus
2016-06-15 17:25 ` Rasmus
2016-06-15 17:47   ` Robert Weiner
2016-06-15 19:56     ` Tom
2016-06-16  9:20 ` tumashu
2016-06-16 14:02   ` Subject: " Robert Weiner
2016-06-16 15:40   ` raman
2016-06-19 18:24 ` Dmitry Gutov
2016-06-19 20:31 ` Dmitry Gutov
2016-06-19 20:58   ` Robert Weiner
2016-06-19 21:44     ` Dmitry Gutov
2016-06-19 22:20       ` Robert Weiner
2016-06-19 22:52         ` Dmitry Gutov
2016-06-20 14:43           ` Robert Weiner
2016-06-20 21:44             ` Dmitry Gutov
2016-06-20 12:48     ` jpff
2016-06-20 13:16       ` Robert Weiner
  -- strict thread matches above, loose matches on Subject: below --
2016-06-15 17:32 Robert Weiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+OMD9jfgNyiDa7mM1V2UimQ2O0=PVsypo3qULasDaw-KT9EBQ@mail.gmail.com' \
    --to=rsw@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rswgnu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.