all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jude DaShiell <jdashiel@panix.com>
To: Emanuel Berg <moasenwood@zoho.eu>, help-gnu-emacs@gnu.org
Subject: Re: melpa.org
Date: Wed, 26 Feb 2020 13:07:52 -0500	[thread overview]
Message-ID: <alpine.NEB.2.21.2002261306560.22234@panix1.panix.com> (raw)
In-Reply-To: <87tv3eh1fc.fsf@ebih.ebihd>

The melpa archive fails to download.

(setq package-archives
          '(( "gnu elpa" . "https://elpa.gnu.org/packages/")
            ( "melpa"    . "https://melpa.org/packages/" )))
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(setq inhibit-splash-screen t)
;; Show keystrokes
(setq echo-keystrokes 0.02)
;; loose hourglass for text terminals without mouse
(setq display-hourglass nil)
;; optional keyboard short-cut
(global-set-key "\C-xm" 'browse-url-at-point)
(setq fill-column 72)
(setq use-dialog-box nil)
(setq delete-old-versions t)
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(setq org-table-use-standard-references t)
(setq-default display-line-numbers 'relative)
(setq gnus-interactive-catchup nil)
(setq imap-ssl-program "openssl s_client -tls1 -connect %s:%p")
(setq gnus-select-method '(nnimap "gmail.com"
                                     (nnimap-address "dashielljude@gmail.com")
                                     (nnimap-stream ssl)))
(setq gnus-read-active-file 'some)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
(setq gnus-summary-thread-gathering-function
         'gnus-gather-threads-by-subject)
(setq gnus-thread-hide-subtree t)
   (setq gnus-thread-ignore-subject t)
On Tue, 25 Feb 2020, Emanuel Berg via
Users list for the GNU Emacs text editor wrote:

> Date: Tue, 25 Feb 2020 15:11:51
> From: Emanuel Berg via Users list for the GNU Emacs text editor
>     <help-gnu-emacs@gnu.org>
> Reply-To: Emanuel Berg <moasenwood@zoho.eu>
> To: help-gnu-emacs@gnu.org
> Subject: Re: melpa.org
>
> Jude DaShiell wrote:
>
> > I checked with edbrowse on my system and
> > found out edbrowse can read melpa.org.
> > For those of us not running graphical user
> > interfaces, edbrowse is an editor-browser
> > clone that runs in text mode and supports
> > enough javascript to pass the javascript
> > ghoon at the door. It has a learning curve
> > and configuration to do on the systems that
> > already have it packaged for users to
> > download and use.
>
> But to use MELPA, why worry about JavaScript
> and the web at all?
>
> Why not just do
>
>     (setq package-archives
>           '(( "gnu elpa" . "https://elpa.gnu.org/packages/")
>             ( "melpa"    . "https://melpa.org/packages/" )))
>
> and then use `list-packages' happily
> ever after?
>
>

-- 




  reply	other threads:[~2020-02-26 18:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-25 18:36 melpa.org Jude DaShiell
2020-02-25 20:11 ` melpa.org Emanuel Berg via Users list for the GNU Emacs text editor
2020-02-26 18:07   ` Jude DaShiell [this message]
2020-02-26 18:52     ` melpa.org Emanuel Berg via Users list for the GNU Emacs text editor
2020-02-26 19:40       ` melpa.org Jude DaShiell
2020-02-28 12:09   ` melpa.org Eric S Fraga

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=alpine.NEB.2.21.2002261306560.22234@panix1.panix.com \
    --to=jdashiel@panix.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /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.