From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Hagelberg Newsgroups: gmane.emacs.devel Subject: Re: Autoloading M-x package-refresh-contents Date: Sat, 29 Oct 2011 13:19:42 -0700 Message-ID: References: <87sjmcv4z8.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319919594 15733 80.91.229.12 (29 Oct 2011 20:19:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 20:19:54 +0000 (UTC) Cc: Stefan Monnier , Emacs discussions To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 29 22:19:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RKFNd-0000rN-P4 for ged-emacs-devel@m.gmane.org; Sat, 29 Oct 2011 22:19:49 +0200 Original-Received: from localhost ([::1]:47024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKFNc-0003bk-KI for ged-emacs-devel@m.gmane.org; Sat, 29 Oct 2011 16:19:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKFNa-0003bU-2f for emacs-devel@gnu.org; Sat, 29 Oct 2011 16:19:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKFNZ-0001pg-Ak for emacs-devel@gnu.org; Sat, 29 Oct 2011 16:19:46 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:33298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKFNX-0001pU-Q0; Sat, 29 Oct 2011 16:19:43 -0400 Original-Received: by gyf3 with SMTP id 3so5520206gyf.0 for ; Sat, 29 Oct 2011 13:19:42 -0700 (PDT) Original-Received: by 10.182.73.67 with SMTP id j3mr1664339obv.46.1319919582270; Sat, 29 Oct 2011 13:19:42 -0700 (PDT) Original-Received: by 10.182.42.35 with HTTP; Sat, 29 Oct 2011 13:19:42 -0700 (PDT) In-Reply-To: <87sjmcv4z8.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145780 Archived-At: On Fri, Oct 28, 2011 at 8:42 PM, Chong Yidong wrote: > Phil Hagelberg writes: > >> That's one way to do it, but I personally find it more convenient to >> use M-x package-install if I already know the name of the package. I >> only use M-x list-packages when I'm browsing or I've forgotten what a >> certain package is called. In this case it's pretty common to want to >> refresh first. > > Fair enough. =C2=A0I've added the autoload. Thanks! -Phil