From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Patch] Avoid recording chars when reading passwords Date: Mon, 20 Jun 2022 14:28:21 +0300 Message-ID: <83czf3mv56.fsf@gnu.org> References: <87edzz8dzo.fsf@elite.giraud> <834k0v5f7z.fsf@gnu.org> <8735g7vb47.fsf@elite.giraud> <83bkuvtr3q.fsf@gnu.org> <83tu8nrvdb.fsf@gnu.org> <87ilp2z7a4.fsf@elite.giraud> <83bkuqnrwa.fsf@gnu.org> <877d5ep5u3.fsf@disroot.org> <874k0ip5nj.fsf@disroot.org> <87wndbmzax.fsf@elite.giraud> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37641"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akib@disroot.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 20 13:34:51 2022 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 1o3FgB-0009Xd-9W for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jun 2022 13:34:51 +0200 Original-Received: from localhost ([::1]:48326 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3Fg9-0005g1-VN for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jun 2022 07:34:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3FaC-0000Xm-4U for emacs-devel@gnu.org; Mon, 20 Jun 2022 07:28:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46292) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3FaA-0005GN-1C; Mon, 20 Jun 2022 07:28:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0Sm8kfs2mCTEOUoGPLIwplJPrRHkOp+XEOqCLwpgIeY=; b=LWvpAGbVlPJM yHKdaEKszLfs4TTfZXqUTWsF+Kfugn8KZRw2gBR1zhCT4jYmOW5Fwp8fRO9mxWaRHmxJZrGlzY8St vRQXaMNjcpAmy/cTjgDW6dwHezSto6P70aGUp4i2WFmoqiCk82BLZlJRmv8yfbhIL/Ik04DR59Uzm 0HOHgSmULQGhoTO763xnqHgVuHi2/t2xrrTZ6Ob4tKoQ3XeBSYWN1J5bxXTheR19aNr63+Wqm+UaU hGeKLZ0xdvDaWJHSfg9Kz04O0EDMYmYwUujkJqExfnfUb6i5sQa84w4KYY1vcMQLRGBCz9yWiCN9s /d9musCmRtaNxgcnloglcA==; Original-Received: from [87.69.77.57] (port=4297 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3Fa7-0004Os-U1; Mon, 20 Jun 2022 07:28:36 -0400 In-Reply-To: <87wndbmzax.fsf@elite.giraud> (message from Manuel Giraud on Mon, 20 Jun 2022 11:58:30 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:291459 Archived-At: > From: Manuel Giraud > Cc: Eli Zaretskii , monnier@iro.umontreal.ca, > emacs-devel@gnu.org > Date: Mon, 20 Jun 2022 11:58:30 +0200 > > Eli, Stefan, should I try to have a custom to revert this back? Yes. And a NEWS entry, please. > What would be the name of such custom? record-password? I think it would be better to have a more general name, in case we would want to exempt more stuff from being recorded. Something like record-all-keys, perhaps (with an explanation in the doc string that currently it only affects password entry)?