From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Automatic minor modes? Date: Sun, 14 Oct 2018 19:05:40 +0300 Message-ID: <83in24tsx7.fsf@gnu.org> 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> <1s91z1rs.fsf@lifelogs.com> <83sh18twoe.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1539533025 16730 195.159.176.226 (14 Oct 2018 16:03:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 14 Oct 2018 16:03:45 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 14 18:03:41 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 1gBirk-0004Fk-OY for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2018 18:03:40 +0200 Original-Received: from localhost ([::1]:48904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBitr-00078F-6m for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2018 12:05:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBitl-000788-C0 for emacs-devel@gnu.org; Sun, 14 Oct 2018 12:05:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBitd-0002IL-6Z for emacs-devel@gnu.org; Sun, 14 Oct 2018 12:05:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBitZ-0002HE-8j; Sun, 14 Oct 2018 12:05:35 -0400 Original-Received: from [176.228.60.248] (port=3411 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gBitY-0004s5-BO; Sun, 14 Oct 2018 12:05:33 -0400 In-reply-to: (message from Ted Zlatanov on Sun, 14 Oct 2018 15:48:22 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:230381 Archived-At: > From: Ted Zlatanov > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Sun, 14 Oct 2018 15:48:22 +0000 > > When I open a file such as authinfo.json.gpg, the passwords are clearly > visible to anyone that can see my screen. I'd like to hide them > visually. Ideally in a way that reveals them when I move inside them, > like `prettify-symbols-mode` does. Stefan suggested `reveal-mode` may be > the right place to do this work, so I investigated a little. OK, but what, if anything, does that have to do with "automatic minor modes", something that sounds like a much more general subject?