help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is gnu.emacs.gnus dead?


From: Emanuel Berg
Subject: Re: Is gnu.emacs.gnus dead?
Date: Thu, 05 Nov 2015 23:23:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Alexis <flexibeast@gmail.com> writes:

> i believe that `google-translate` is only packaged
> on MELPA

Indeed - it is in MELPA. My mistake.

> 'ELPA' just means 'Emacs Lisp Package Archive'.
> There are a number of such ELPAs: GNU ELPA
> (sometimes abbreviated to GELPA), the Marmalade
> ELPA, MELPA, and so on. ...

Ha ha (?) - this (fails to) remind me of something...

> You should then find MELPA packages listed when you
> call `package-list-packages`, and be able to
> `package-install` the `google-translate` package.

Yes - you can use them transparently to browse all
Lisp without bother where to look. For example, as
just shown, this makes for ELPA and MELPA:

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

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]