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: Tue, 14 Jun 2022 20:46:24 +0300 Message-ID: <83tu8nrvdb.fsf@gnu.org> References: <87edzz8dzo.fsf@elite.giraud> <834k0v5f7z.fsf@gnu.org> <8735g7vb47.fsf@elite.giraud> <83bkuvtr3q.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15520"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manuel@ledu-giraud.fr, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 14 19:48:15 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 1o1AeE-0003nU-Ui for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Jun 2022 19:48:15 +0200 Original-Received: from localhost ([::1]:34504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1AeD-0006Nk-RA for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Jun 2022 13:48:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33814) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Ace-0005bk-77 for emacs-devel@gnu.org; Tue, 14 Jun 2022 13:46:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41270) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Acd-0002oa-4F; Tue, 14 Jun 2022 13:46:35 -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=KbCv75rG4YnzHUFs3boddI0c5Egi+N+Zsws7pKNHGVw=; b=gUk2gKSlKU1N vR8UTg/njtjdZMBwkKgpsAF92uL6IVXyoZHRLZzTtnT1Ecv3sfeLGfXn5XdcO/mclXOuHwzMtV7zI h7Qj4VyWTXDK6EQtMR12fcOVavqUajsv4Wa+dzYuK3FwRsFzzMKOfOfly5j4DqceGqgW5nj53z3xt jHFO/BrELkIOGyBX7m9rdsKoybuIlF4XFvTKcvbN7Jik18Rgv27kKeveTdSBVj06yifvbdQcYv15H DAz+/a6BQWTZv6PDZ95rmMhYOnjmRZCI3uzl6NlG8W/+qcPC21TCFL7IGI7A9VgFOFrG5KRNlRd8D 4+Df7u3Egx+VygxZSDQang==; Original-Received: from [87.69.77.57] (port=2941 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 1o1Acc-0007n9-KO; Tue, 14 Jun 2022 13:46:34 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 14 Jun 2022 08:34:22 -0400) 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:291186 Archived-At: > From: Stefan Monnier > Cc: Manuel Giraud , emacs-devel@gnu.org > Date: Tue, 14 Jun 2022 08:34:22 -0400 > > > If not, we will resurrect that variable and use it instead. > > Sounds good to me. OK, thanks. The next question is: do we want to enable this by default and in a way that users cannot have the previous behavior back? In any case, this needs a NEWS entry, I think.