From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Automatic minor modes? Date: Mon, 08 Oct 2018 01:05:11 +0000 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <1s91z1rs.fsf@lifelogs.com> References: <87bmelj0p4.fsf@mouse.gnus.org> <87vacthkpc.fsf@mouse.gnus.org> <1sctj9q1.fsf@lifelogs.com> <3ea6abeb-49c6-81b1-5cf2-ec9abf14fcf6@gmail.com> <866fec51-cd9b-7bbf-9e31-b71bf9786efc@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1538960942 18389 195.159.176.226 (8 Oct 2018 01:09:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2018 01:09:02 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 08 03:08:58 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9K2a-0004dl-QW for ged-emacs-devel@m.gmane.org; Mon, 08 Oct 2018 03:08:57 +0200 Original-Received: from localhost ([::1]:43957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9K4h-0001cq-6s for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2018 21:11:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9K0g-0007ns-PD for emacs-devel@gnu.org; Sun, 07 Oct 2018 21:07:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9JzE-0001Qi-5X for emacs-devel@gnu.org; Sun, 07 Oct 2018 21:05:31 -0400 Original-Received: from [195.159.176.226] (port=37587 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g9JzB-0001HS-Ur for emacs-devel@gnu.org; Sun, 07 Oct 2018 21:05:26 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g9Jww-0006kg-Im for emacs-devel@gnu.org; Mon, 08 Oct 2018 03:03:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:/JVH2MmG9pnGAhYSaWMKGfJYBvw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:230277 Archived-At: On Sun, 22 Jul 2018 16:06:01 -0400 Clément Pit-Claudel wrote: CP> On 2018-07-22 15:01, Stefan Monnier wrote: >>> Even better would be to move the "unmask-at-point" feature out of >>> prettify-symbols-mode, so that more complex hiding could use it too >>> (prettify-symbols-mode is fairly strict in its inputs). >> >> How 'bout adding it to `reveal-mode`? CP> Maybe ? But bonus points if each type of revealing can be turned on or off CP> separately; maybe something like buffer-invisibility-spec? (I think currently CP> you can disable revealing for some overlays, but not the other way around? CP> basically I'd like my minor mode to be able to turn on revealing, but only for CP> the overlays it created) Any ideas here? This is still a feature worth having, I think. But Clément and Stefan's comments have confused me so I don't know if it's waiting for something and if there's a "right" way to do it? Ted