From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Adding Package Repositories in Gnu Emacs 24.4 Date: Tue, 14 Apr 2015 18:39:59 +0200 Organization: Aioe.org NNTP Server Message-ID: <87fv82ackg.fsf@debian.uxu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429029628 7798 80.91.229.3 (14 Apr 2015 16:40:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2015 16:40:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 14 18:40:20 2015 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 1Yi3sp-0000mH-M5 for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 18:40:19 +0200 Original-Received: from localhost ([::1]:56943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi3sp-00070k-0G for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 12:40:19 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: feB02bRejf23rfBm51Mt7Q.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:giCi79U5fslOF6sLBbz7zdfExqQ= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.help:211435 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:103717 Archived-At: "Bourgoin, Mario" writes: > How can the custom system be reliably used to add > package repositories to Gnu Emacs 24.4 (and later)? > Since in 24.4, "package-archives" may be customized, > that seems the way to go. With "package-archives", do you mean what you get with `package-list-packages'? If so, just put something like this in an init file, then add repositories as dotted pair list items as you go along: (setq package-archives '(( "elpa" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/") )) > Mario Bourgoin Senior Data Scientist - Hopkinton EMC > CTD Symmetrix uCode (508) 249-1297 Direct Hint: Put your signature immediately below two dashes and a whitespace, i.e. on the line following a line with only "-- ", as is described in section 4.3 of: http://www.ietf.org/rfc/rfc3676.txt -- underground experts united http://user.it.uu.se/~embe8573