From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.help Subject: Re: use-package Date: Tue, 10 May 2016 11:18:21 +0200 Message-ID: <87d1outgo2.fsf@russet.org.uk> References: <874magv15u.fsf@mat.ucm.es> <87d1p38ll6.fsf@mat.ucm.es> <87y47pg5da.fsf@russet.org.uk> <87shxwzkzg.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1462964471 30585 80.91.229.3 (11 May 2016 11:01:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 May 2016 11:01:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Stefan Monnier To: Kaushal Modi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 11 13:01:01 2016 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 1b0Rsy-0004Oa-3i for geh-help-gnu-emacs@m.gmane.org; Wed, 11 May 2016 13:01:00 +0200 Original-Received: from localhost ([::1]:51610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Rsx-0000B8-C2 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 May 2016 07:00:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Rrs-0007Hd-Dn for help-gnu-emacs@gnu.org; Wed, 11 May 2016 06:59:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0Rrm-0000a6-Aj for help-gnu-emacs@gnu.org; Wed, 11 May 2016 06:59:51 -0400 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:56126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Rrm-0000XS-13 for help-gnu-emacs@gnu.org; Wed, 11 May 2016 06:59:46 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1b0Rrg-0008MV-AK; Wed, 11 May 2016 11:59:40 +0100 Original-Received: from cable-94-189-138-199.dynamic.sbb.rs ([94.189.138.199] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1b0Rrf-0002j7-8G; Wed, 11 May 2016 11:59:39 +0100 In-Reply-To: (Kaushal Modi's message of "Thu, 05 May 2016 15:56:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:109929 Archived-At: Kaushal Modi writes: > I also have a same opinion as Drew. Hiding minor mode lighters is very > subjective. You might find a particular mode lighter as useless but someo= ne > else might be wanting that. So I would also leave it up to the users on > which lighters they want to hide. The question is, though, which is the most sensible default. > So I have this ( http://i.imgur.com/bHmMU1N.png ) using rich-minority. > > (use-package rich-minority > :config > (progn > (setq rm-blacklist > '(" WK" ; which-key > " hc" ; hardcore mode =3D=3D=3D SNIP LOTS =3D=3D=3D > " ivy" ; ivy > " h" ; hungry-delete-mode > )) > (setq rm-text-properties '(("\\` Ovwrt\\'" 'face > 'font-lock-warning-face))) ; default > (add-to-list 'rm-text-properties '("\\` Abbrev\\'" 'display "=E2=80= =8B@")) ; > Abbrev =3D=3D=3D SNIP LOTS =3D=3D=3D > (add-to-list 'rm-text-properties '("\\` Hi\\'" 'display > "=E2=80=8BH"))))))) Which kind of illustrates my point, I think. Most of your work is switching things off! I think we can do a better job of the defaults, by simply moving to "no lighter by default". Phil