From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: delight.el Date: Wed, 13 Jul 2016 09:21:32 +1200 Message-ID: <16a54498766947610bf8ad10b822eac6@mail.orcon.net.nz> References: <576F83CE.7040402@orcon.net.nz> <5783C833.3090704@orcon.net.nz> <5783DA20.4030909@gmail.com> <57842FA8.4090001@orcon.net.nz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1468358532 15570 80.91.229.3 (12 Jul 2016 21:22:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2016 21:22:12 +0000 (UTC) Cc: Emacs-devel , emacs-devel@gnu.org To: Toon Claes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 12 23:22:00 2016 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 1bN57w-0000fF-1E for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2016 23:22:00 +0200 Original-Received: from localhost ([::1]:43629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bN57v-0004Io-90 for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2016 17:21:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bN57l-0004HR-U4 for emacs-devel@gnu.org; Tue, 12 Jul 2016 17:21:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bN57g-0007eA-VB for emacs-devel@gnu.org; Tue, 12 Jul 2016 17:21:49 -0400 Original-Received: from [219.88.242.59] (port=43555 helo=mail.orcon.net.nz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bN57g-0007bw-EU; Tue, 12 Jul 2016 17:21:44 -0400 Original-Received: from webmail-1.orcon.net.nz ([10.253.37.41]) by mail.orcon.net.nz (8.14.3/8.14.3/Debian-9.4) with ESMTP id u6CLLWtZ005570; Wed, 13 Jul 2016 09:21:32 +1200 Original-Received: from mail.orcon.net.nz (localhost [IPv6:::1]) by webmail-1.orcon.net.nz (Postfix) with ESMTP id 65BA02096760; Wed, 13 Jul 2016 09:21:32 +1200 (NZST) Original-Received: from wlg-office-ffw.catalyst.net.nz ([202.78.240.7]) via [10.253.37.253] by mail.orcon.net.nz with HTTP (HTTP/1.1 POST); Wed, 13 Jul 2016 09:21:32 +1200 In-Reply-To: X-Sender: psainty@orcon.net.nz User-Agent: Orcon Webmail X-Bayes-Prob: 0.0001 (Score 0: No Bayes scoring rules defined, tokens from: outbound) X-CanIt-Geo: ip=202.78.240.7; country=NZ; region=Wellington; city=Wellington; latitude=-41.2798; longitude=174.7761; http://maps.google.com/maps?q=-41.2798,174.7761&z=6 X-CanItPRO-Stream: base:outbound X-Canit-Stats-ID: 01RhVlwX0 - 5419c8ce7be7 - 20160713 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 10.250.8.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 219.88.242.59 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:205589 Archived-At: On 2016-07-13 04:15, Toon Claes wrote: > Maybe there is an added benefit, John's use-package.el now > (optionally) requires diminish.el. It would be awesome if it would be > replaced by delight. This might make integration use-package into > emacs easier. I believe use-package already supports delight.el via the :delight keyword? It's not mentioned in the readme, but I can see relevant code in use-package.el: https://raw.githubusercontent.com/jwiegley/use-package/master/use-package.el https://github.com/jwiegley/use-package/issues/187