all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: GNU Package Repositories
Date: Thu, 30 Mar 2017 20:24:48 +0200	[thread overview]
Message-ID: <yw.86inmqzkpb.fsf@zoho.com> (raw)
In-Reply-To: Vs2dneiFIpbmlUrFnZ2dnUU7-LFQAAAA@giganews.com

M. R.P. wrote:

> Is their a way to List a Comprehensive list
> of GNU software packages in Emacs Like the
> List packages for emacs packages?

The GNU ELPA? N.B., one of many elpas...

(package-initialize)

;; ...

(defun elpas ()
  (interactive)
  (package-list-packages) )
(defalias 'elpa 'elpas)

(defvar package-archives)
(setq package-archives
      '(( "gnu elpa" . "http://elpa.gnu.org/packages/")
        ( "melpa"    . "http://melpa.milkbox.net/packages/") ))

More: (less?)
    http://user.it.uu.se/~embe8573/conf/emacs-init/elpa.el

-- 
underground experts united .... http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
                   - so far: 69 Blogomatic articles -                   
                with: #moasen @ irc.freenode.net 6667                    




      parent reply	other threads:[~2017-03-30 18:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26  0:16 GNU Package Repositories M. R.P.
2017-03-26  0:38 ` John Mastro
2017-03-30 18:24 ` Emanuel Berg [this message]

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=yw.86inmqzkpb.fsf@zoho.com \
    --to=moasen@zoho.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.