From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.help Subject: Re: Yum-like emacs package manager? Date: Tue, 17 Feb 2015 21:34:11 -0200 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1424216067 16057 80.91.229.3 (17 Feb 2015 23:34:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 23:34:27 +0000 (UTC) Cc: help-gnu-emacs To: Anssi Saari Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 00:34:26 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 1YNres-00030A-5K for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 00:34:26 +0100 Original-Received: from localhost ([::1]:47777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNrer-0002s0-8t for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2015 18:34:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNref-0002rr-3u for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 18:34:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNree-0004NG-1V for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 18:34:13 -0500 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:51973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNred-0004N9-TJ for help-gnu-emacs@gnu.org; Tue, 17 Feb 2015 18:34:11 -0500 Original-Received: by mail-ob0-f170.google.com with SMTP id va2so59104746obc.1 for ; Tue, 17 Feb 2015 15:34:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=d9N2CBSB37gWjcPcLs5MtTCfV4wOMII+UpD9gddBCh8=; b=QDmgF1lwB/zYK0sBXzVRvLk0ezfrh09t+6VyVE6oWIPQEjZ8vx+sAr/5DV7INbHT2g /Rje/Xtdne11NZS4pZitffABnW+KqBnEDfkqWGGFuy/qaVE2Gwt/PD5jH2O/XwaK4ORw BoPgHd/CYWSEeIlWdGvpag7aRRW2JrOSiQGrXr0OnoCkQ5O8S/wQ9pNq+9OvbSXo5GtD 86r6gPwZLfHlPqaNEvVghbXcTUy3rViWEIQXJJXZK14eumxAZZd557KYbwOtFNveiCv2 ZGHmWE+R22hyAAW/kgIZzppR4cwqeXz6QGzYMCqmwwHlxvmKdBB4X8eG9dCf+czaQ9ao r2hg== X-Received: by 10.202.97.130 with SMTP id v124mr19328774oib.34.1424216051500; Tue, 17 Feb 2015 15:34:11 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Tue, 17 Feb 2015 15:34:11 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 4OSUolBK49IWDcMSdmZQbtbXOwo X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a 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:102770 Archived-At: That isn't supposed to happen, package.el does do dependency handling. Looking into it now, it seems that org-ehtml no longer specifies org as a dependency, so I can't quite test what was going on. Do let us know if you spot that again. 2015-02-17 15:33 GMT-02:00 Anssi Saari : > torys.anderson@gmail.com (Tory S. Anderson) writes: > >> Recently I've read various articles complaining about the emacs >> package manager (packages.el, `list-packages') given the explosion in >> user contributions to places like MELPA. Sure enough, especially with >> emacs traditional async incapabilities, loading the package list and >> searching through it is very cumbersome. > > I haven't had problems with that but then I have very little experience > with package.el. Last week I installed org-ehtml from melpa but the > installation failed because org-mode was too old (this was on an > otherwise pristine 24.4 installation.) Easily fixed by updating org > first but it seems there's no dependency handling which seems really > rather odd.