From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#32917: 27.0.50; read-hide-char documentation Date: Wed, 03 Oct 2018 05:38:42 +0300 Message-ID: <83lg7f3gb1.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1538534229 13510 195.159.176.226 (3 Oct 2018 02:37:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2018 02:37:09 +0000 (UTC) Cc: 32917@debbugs.gnu.org To: charles@aurox.ch Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 04:37:04 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1g7X26-0003Po-Er for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2018 04:37:02 +0200 Original-Received: from localhost ([::1]:46648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7X4D-0006sI-3k for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Oct 2018 22:39:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7X47-0006sD-9E for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2018 22:39:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7X42-0008Kr-Bp for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2018 22:39:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:58785) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7X42-0008Kb-7l for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2018 22:39:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7X42-0007SE-1V for bug-gnu-emacs@gnu.org; Tue, 02 Oct 2018 22:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Oct 2018 02:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32917 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 32917-submit@debbugs.gnu.org id=B32917.153853433828645 (code B ref 32917); Wed, 03 Oct 2018 02:39:01 +0000 Original-Received: (at 32917) by debbugs.gnu.org; 3 Oct 2018 02:38:58 +0000 Original-Received: from localhost ([127.0.0.1]:34810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7X3y-0007Rx-9M for submit@debbugs.gnu.org; Tue, 02 Oct 2018 22:38:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7X3w-0007Rl-GW for 32917@debbugs.gnu.org; Tue, 02 Oct 2018 22:38:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7X3m-0008C5-Cu for 32917@debbugs.gnu.org; Tue, 02 Oct 2018 22:38:51 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7X3m-0008Bx-9I; Tue, 02 Oct 2018 22:38:46 -0400 Original-Received: from [176.228.60.248] (port=3787 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g7X3l-0003D8-Sk; Tue, 02 Oct 2018 22:38:46 -0400 In-reply-to: (charles@aurox.ch) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:150909 Archived-At: > Date: Tue, 02 Oct 2018 21:47:32 +0200 > From: charles@aurox.ch (Charles A. Roelli) > > Here's a suggested change for emacs-26: > > diff --git a/src/minibuf.c b/src/minibuf.c > index 691fad0..f1bde91 100644 > --- a/src/minibuf.c > +++ b/src/minibuf.c > @@ -2107,8 +2107,11 @@ properties. */); > > DEFVAR_LISP ("read-hide-char", Vread_hide_char, > doc: /* Whether to hide input characters in noninteractive mode. > -It must be a character, which will be used to mask the input > -characters. This variable should never be set globally. */); > +If non-nil, it must be a character, which will be used to mask the > +input characters. This variable should never be set globally. > + > +This variable also overrides the default character that `read-passwd' > +uses to hide passwords. */); This is OK, thanks. Please also add an index entry for read-hide-char in the ELisp manual, where read-passwd is described, because every variable mentioned in the manual must be indexed.