From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pedro Silva Newsgroups: gmane.emacs.devel Subject: Re: use-package.el -> Emacs core Date: Tue, 10 Nov 2015 09:57:23 +0100 Message-ID: <87mvum1bbg.fsf@pedrosilva.pt> References: <564136F7.2020404@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1447146042 25934 80.91.229.3 (10 Nov 2015 09:00:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 09:00:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 10:00:30 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Zw4n0-00051k-5m for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 10:00:30 +0100 Original-Received: from localhost ([::1]:58244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw4mz-0005lh-W0 for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 04:00:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw4mg-0005io-PA for emacs-devel@gnu.org; Tue, 10 Nov 2015 04:00:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zw4md-0005bR-HJ for emacs-devel@gnu.org; Tue, 10 Nov 2015 04:00:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:46106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw4md-0005b6-Aa for emacs-devel@gnu.org; Tue, 10 Nov 2015 04:00:07 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zw4ma-0004dL-JE for emacs-devel@gnu.org; Tue, 10 Nov 2015 10:00:04 +0100 Original-Received: from proxy-gw-l.booking.com ([5.57.20.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2015 10:00:04 +0100 Original-Received: from psilva by proxy-gw-l.booking.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Nov 2015 10:00:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: proxy-gw-l.booking.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:88XMOKFe2Yrx3GjH7ahGjW0uPIc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:193827 Archived-At: joaotavora@gmail.com (João Távora) writes: > But perhaps I can be convinced otherwise or am missing something > fundamentally. Can you provide more examples of package configurations > where you definitely think it beats `with-eval-after-load' or other > alternatives? I'm guessing those would be examples that include > automatically installing a package (lazily?) from ELPA, but you tell me. :ensure (automatic ELPA installation), :defer (lazy loading) and :commands (autoloading) are the things I most use in `use-package' that are not as easy to achieve with `with-eval-after-load'. -- Pedro