From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.devel Subject: Re: Include leaf in Emacs distribution Date: Sun, 18 Oct 2020 22:32:19 +1300 Message-ID: References: <20201008.103747.1339582189858984269.conao3@gmail.com> <20201012.103522.1802478978485184324.conao3@gmail.com> <87a6wrm5m0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36901"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Cc: emacs-devel To: thibaut.verron@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 18 11:33:25 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kU548-0009Vp-Ox for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Oct 2020 11:33:24 +0200 Original-Received: from localhost ([::1]:48182 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kU547-0001JJ-PT for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Oct 2020 05:33:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kU53G-0000JR-Nu for emacs-devel@gnu.org; Sun, 18 Oct 2020 05:32:30 -0400 Original-Received: from smtp-2.orcon.net.nz ([60.234.4.43]:48007) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kU53E-0004bn-Lf for emacs-devel@gnu.org; Sun, 18 Oct 2020 05:32:30 -0400 Original-Received: from [101.53.216.173] (port=3119 helo=[192.168.20.103]) by smtp-2.orcon.net.nz with esmtpa (Exim 4.90_1) (envelope-from ) id 1kU536-0004RL-5N; Sun, 18 Oct 2020 22:32:21 +1300 In-Reply-To: Content-Language: en-GB X-GeoIP: NZ Received-SPF: pass client-ip=60.234.4.43; envelope-from=psainty@orcon.net.nz; helo=smtp-2.orcon.net.nz X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/18 05:32:21 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, NICE_REPLY_A=-0.247, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:258015 Archived-At: On 14/10/20 4:29 am, Thibaut Verron wrote: > But diminish.el is only available on Melpa (and, I assume, > soon on non-GNU Elpa). You could use delight.el which *is* in GNU ELPA: (delight 'undo-tree-mode nil "undo-tree") use-package supports delight directly: https://www.emacswiki.org/emacs/DelightedModes#toc7 The :delight keyword gets a mention in the leaf readme too, so I suspect it's supported by that too. -Phil