From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kj Newsgroups: gmane.emacs.help Subject: Re: Quick installation of Emacs modules? Date: Fri, 18 May 2012 20:08:45 +0000 (UTC) Organization: none Message-ID: References: <87aa19dqpc.fsf@notengoamigos.org> NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1337371816 23632 80.91.229.3 (18 May 2012 20:10:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 May 2012 20:10:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 18 22:10:15 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SVTV7-0002O8-EF for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2012 22:10:13 +0200 Original-Received: from localhost ([::1]:40573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVTV6-0004ow-HP for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2012 16:10:12 -0400 Original-Path: usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader1.panix.com 1337371725 20775 166.84.1.3 (18 May 2012 20:08:45 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 18 May 2012 20:08:45 +0000 (UTC) X-No-Confirm: yes User-Agent: nn/6.7.3 Original-Xref: usenet.stanford.edu gnu.emacs.help:192475 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84880 Archived-At: In Stefan Monnier writes: >> Okay, as of now it looks like one cannot add any other repos; the >> doc says: >> ;; This code supports a single package repository, ELPA. >Not sure what definition of "now" you're using, ... Well, I wrote that under the apparently erroneous impression that the version I downloaded by following the instructions given in tromey.com/elpa/install.html was the latest/"official" version of package.el. FWIW: % head ~/.emacs.d/elpa/package.el ;;; package.el --- Simple package system for Emacs ;; Copyright (C) 2007, 2008, 2009 Tom Tromey ;; Author: Tom Tromey ;; Created: 10 Mar 2007 ;; Version: 0.9 ;; Keywords: tools ;; This file is not (yet) part of GNU Emacs. (This thread inadvertently/amusingly/ironically illustrates the situation that motivated the initial query in the first place: using publicly available Emacs extensions can be a lot trickier than one might think...)