From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: Automatic minor modes? Date: Sat, 14 Apr 2018 13:49:31 +0200 Message-ID: References: <87bmelj0p4.fsf@mouse.gnus.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1523731677 18715 195.159.176.226 (14 Apr 2018 18:47:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Apr 2018 18:47:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 14 20:47:53 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 1f7QDI-0004lE-8g for ged-emacs-devel@m.gmane.org; Sat, 14 Apr 2018 20:47:52 +0200 Original-Received: from localhost ([::1]:56468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7QFO-0002u5-JO for ged-emacs-devel@m.gmane.org; Sat, 14 Apr 2018 14:50:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7QFE-0002sv-Fv for emacs-devel@gnu.org; Sat, 14 Apr 2018 14:49:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7QF9-0004GW-M1 for emacs-devel@gnu.org; Sat, 14 Apr 2018 14:49:52 -0400 Original-Received: from [2a03:2040:2:1b::1] (port=33388 helo=sinyavsky.aurox.ch) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f7QF9-000496-D0 for emacs-devel@gnu.org; Sat, 14 Apr 2018 14:49:47 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id A40FA22711 for ; Sat, 14 Apr 2018 18:50:52 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1523731847; x=1524595848; bh=llj3PhVkAhGi7 u2KMrGeZRLRVvQ7bklsFTA2Vz8bqOU=; b=IvEafe1hGSiupAjDgcoMk3hY6Irhd RiKm3fyRnNq3CQAEwLc89iLAi0PPyLBXKr+kqDyDvzFbVz6+37cuIPU8RblIbTz2 vBLY+Dfetf0FbZwqH4USYrjRvyDwJ+gqmRdkNnyU+3iimIEbB60TZkhmCHSoIraX jwVuxyG9e44P5U= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id D4Oq1L0B4oXI for ; Sat, 14 Apr 2018 18:50:47 +0000 (UTC) Original-Received: from gray (202.100.1.85.dynamic.wline.res.cust.swisscom.ch [85.1.100.202]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 03941226F4; Sat, 14 Apr 2018 18:50:46 +0000 (UTC) In-reply-to: <87bmelj0p4.fsf@mouse.gnus.org> (message from Lars Ingebrigtsen on Sat, 14 Apr 2018 16:56:55 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 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:224607 Archived-At: > From: Lars Ingebrigtsen > Date: Sat, 14 Apr 2018 16:56:55 +0200 > > I was going to write a mode for ~/.authinfo and ~/.netrc that would > cover up the passwords visually so that things are slightly less "eek" > if somebody should happen to walk behind you while you're editing that > file. Could it build on hs-minor-mode?