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: Autoloading M-x package-refresh-contents Date: Thu, 27 Oct 2011 20:42:09 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1319773340 28876 80.91.229.12 (28 Oct 2011 03:42:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 03:42:20 +0000 (UTC) To: Emacs discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 05:42:17 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 1RJdKg-0008VW-M8 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 05:42:14 +0200 Original-Received: from localhost ([::1]:41652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdKg-0007gf-A9 for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 23:42:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdKe-0007gO-0k for emacs-devel@gnu.org; Thu, 27 Oct 2011 23:42:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJdKc-0002qy-QM for emacs-devel@gnu.org; Thu, 27 Oct 2011 23:42:11 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:34109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJdKc-0002qs-OA for emacs-devel@gnu.org; Thu, 27 Oct 2011 23:42:10 -0400 Original-Received: by qyk29 with SMTP id 29so1763083qyk.0 for ; Thu, 27 Oct 2011 20:42:09 -0700 (PDT) Original-Received: by 10.182.51.103 with SMTP id j7mr178405obo.36.1319773329511; Thu, 27 Oct 2011 20:42:09 -0700 (PDT) Original-Received: by 10.182.42.35 with HTTP; Thu, 27 Oct 2011 20:42:09 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.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:145694 Archived-At: If you haven't already required package.el then M-x package-refresh-contents will not be visible. It seems like it would be reasonable to want to refresh the package list before performing any other package-related operations, so perhaps an autoload cookie should be added? -Phil