From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Autoloading M-x package-refresh-contents Date: Fri, 28 Oct 2011 08:50:57 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319806269 10415 80.91.229.12 (28 Oct 2011 12:51:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 12:51:09 +0000 (UTC) Cc: Emacs discussions To: Phil Hagelberg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 14:51:05 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 1RJltn-00061z-DH for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 14:51:03 +0200 Original-Received: from localhost ([::1]:56904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJltm-00045t-S1 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 08:51:02 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJltj-00045f-Qc for emacs-devel@gnu.org; Fri, 28 Oct 2011 08:51:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJltj-00035R-7L for emacs-devel@gnu.org; Fri, 28 Oct 2011 08:50:59 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:62716 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJltj-000351-4o for emacs-devel@gnu.org; Fri, 28 Oct 2011 08:50:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAL2kqk5MCrTo/2dsb2JhbABCqV2BBoFyAQEEAVYjBQsLNBIUGA0kiBW0H4kDBKFDhEU X-IronPort-AV: E=Sophos;i="4.69,418,1315195200"; d="scan'208";a="144911733" Original-Received: from 76-10-180-232.dsl.teksavvy.com (HELO pastel.home) ([76.10.180.232]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Oct 2011 08:50:57 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 61DC559208; Fri, 28 Oct 2011 08:50:57 -0400 (EDT) In-Reply-To: (Phil Hagelberg's message of "Thu, 27 Oct 2011 20:42:09 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:145709 Archived-At: > If you haven't already required package.el then M-x > package-refresh-contents will not be visible. I think the intention is to use it via `r' in after M-x list-packages. Stefan