From unknown Fri Jun 20 07:28:21 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16091: 24.3.50; show-paren-mode highlights parentheses in minibuffer password prompts Resent-From: Nicolas Semrau Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 08 Dec 2013 17:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 16091 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 16091@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.138652471511790 (code B ref -1); Sun, 08 Dec 2013 17:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Dec 2013 17:45:15 +0000 Received: from localhost ([127.0.0.1]:38471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VpiPp-000344-J0 for submit@debbugs.gnu.org; Sun, 08 Dec 2013 12:45:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54946) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VpbXz-0007k4-Nx for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpbXu-000402-Jn for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXu-0003zx-HJ for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXp-0000yS-Km for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpbXk-0003ih-Kn for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:25:01 -0500 Received: from reverse.openmailbox.org ([62.210.189.180]:57989 helo=mail.openmailbox.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXk-0003hv-BU for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:24:56 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 8F610A1914 for ; Sun, 8 Dec 2013 11:24:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received; s=openmailbox; t= 1386498256; bh=7zG4Th3GP7R/VEy2ziDEGw0gZmVIwb+3wLF8sM4wpyg=; b=T n+egmgZPdknTuDDX5f3UO7na4VXzwqaXCRMmYsFup4BvnynKlB44hY+sl0PVUdac hqtrN14HnCTImeNvNs2fodu9EivhYTA7ytryHjxkV/EPihHQoTDh5AoIz2XQtx/J OKoHxreVoFEezs6N1YpRW8DQIAiEPjk1lYFv8oLqmI= X-Virus-Scanned: at openmailbox.org Received: from mail.openmailbox.org ([127.0.0.1]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id to5O88ehPddT for ; Sun, 8 Dec 2013 11:24:16 +0100 (CET) From: Nicolas Semrau Date: Sun, 08 Dec 2013 11:22:44 +0100 Message-ID: <87mwkbmykr.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Sun, 08 Dec 2013 12:45:11 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) emacs -q M-x show-paren-mode M-x eshell or M-x shell Enter a command that triggers a dotted password prompt in the minibuffer, e. g. su or sudo. When you type a password containing matching or non-matching parentheses into the prompt: show-paren-mode kicks in and highlights the character(s) that represent the (non-)matching parentheses. This makes the "secret" input a bit less secret. Expected behaviour: show-paren-mode should not highlight parentheses in a secret minibuffer string. In GNU Emacs 24.3.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6) of 2013-12-08 on bluelight Bzr revision: 115417 monnier@iro.umontreal.ca-20131208062454-m4etld27ji96hlmh Windowing system distributor `The X.Org Foundation', version 11.0.11404000 Important settings: value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x b s c r C-x C-e M-x r e p o r t - e m Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From unknown Fri Jun 20 07:28:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Nicolas Semrau Subject: bug#16091: closed (Re: bug#16091: 24.3.50; show-paren-mode highlights parentheses in minibuffer password prompts) Message-ID: References: <87mwkbmykr.fsf@openmailbox.org> X-Gnu-PR-Message: they-closed 16091 X-Gnu-PR-Package: emacs Reply-To: 16091@debbugs.gnu.org Date: Mon, 09 Dec 2013 02:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1386556922-3851-1" This is a multi-part message in MIME format... ------------=_1386556922-3851-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #16091: 24.3.50; show-paren-mode highlights parentheses in minibuffer passw= ord prompts which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 16091@debbugs.gnu.org. --=20 16091: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D16091 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1386556922-3851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 16091-done) by debbugs.gnu.org; 9 Dec 2013 02:41:42 +0000 Received: from localhost ([127.0.0.1]:39093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vpqmz-0000zK-QZ for submit@debbugs.gnu.org; Sun, 08 Dec 2013 21:41:42 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:48756) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vpqmx-0000zA-1n for 16091-done@debbugs.gnu.org; Sun, 08 Dec 2013 21:41:39 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so4465768pbb.14 for <16091-done@debbugs.gnu.org>; Sun, 08 Dec 2013 18:41:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:face:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=722faf88SVGrdXlRu9xM+9K92cVceTbtKZDEhE3I+v4=; b=pQiO4otZ/+7N7y9XnkphqERKGU5+nDlQ+3kUd2fSytrC3aPeky9L7J0Mf2xtZJSx+y lVuNhqAKWi7F7jkcwrK0qS8yhm88XdsyQEKvux206gMqrlO71UEkRKheQVJGFJl7LH6B wvhCpASMC1Cb8IEP+Zgcf7zwF/BA0CpjwjEI9qoLTN9QKWrRkDcSwwAZLsrS1OAJTFDi jlcPGDXPE1QGvL8WKbUfpyqwUbqYbjBKFkwtB46a281tWFZY/mI6xf2RYD7Mw9k7PbjQ 4UG+xrMq5E9MF9NBlnSHQJ/ORcBlMqXR8ZWMDLjRQ7Ozw/LY5FwFIqZGMndw2cKSRDO7 JhiQ== X-Received: by 10.66.246.229 with SMTP id xz5mr17999563pac.128.1386556898131; Sun, 08 Dec 2013 18:41:38 -0800 (PST) Received: from localhost ([222.130.178.133]) by mx.google.com with ESMTPSA id qz9sm14094194pbc.3.2013.12.08.18.41.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Dec 2013 18:41:37 -0800 (PST) From: Leo Liu To: Nicolas Semrau Subject: Re: bug#16091: 24.3.50; show-paren-mode highlights parentheses in minibuffer password prompts References: <87mwkbmykr.fsf@openmailbox.org> Face: iVBORw0KGgoAAAANSUhEUgAAACkAAAApAQAAAACAGz1bAAABKElEQVQYlWNg3NIt5FDPUPt7 4+X79Qyucz5/ugik+L2PBgKpyphaIK921q23QDnG0NBQoMr/vaWl9f8ZLL78uPv5PwN7RETfzXoG jhmFz27XM0RXmpuY/WfY+fv0Mc56BvFybfXA/wwL5t/wF61n2PU59axXPcOVzbmSW/8zrNt1benC /ww70hqUU/4zKCtrT9jwn8FhwynbufUMendE2aLqGRpdX9al1zM8eh17lKeeQcTMrdD5P8P3j/YT Q/8zXHSb7p1Qz/C4OM2JuZ7hgtI7K6AjqsMnf8j4z8C6xG1tw3+GqpqvsVn/GTzmpD9j/8/wP/oZ S/l/Bka+QO/g/wy15ueeFQL9N1O8mPU/g+umV3t1gdT0/1bTgHLqYVeXAlWKpMWt+w8Az82C9nHf X0cAAAAASUVORK5CYII= Date: Mon, 09 Dec 2013 10:41:31 +0800 In-Reply-To: <87mwkbmykr.fsf@openmailbox.org> (Nicolas Semrau's message of "Sun, 08 Dec 2013 11:22:44 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16091-done Cc: 16091-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Fixed in 24.4 On 2013-12-08 18:22 +0800, Nicolas Semrau wrote: > emacs -q > > M-x show-paren-mode > > M-x eshell or M-x shell > > Enter a command that triggers a dotted password prompt in the > minibuffer, e. g. su or sudo. Thanks for the report. Leo ------------=_1386556922-3851-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Dec 2013 17:45:15 +0000 Received: from localhost ([127.0.0.1]:38471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VpiPp-000344-J0 for submit@debbugs.gnu.org; Sun, 08 Dec 2013 12:45:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54946) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VpbXz-0007k4-Nx for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpbXu-000402-Jn for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXu-0003zx-HJ for submit@debbugs.gnu.org; Sun, 08 Dec 2013 05:25:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXp-0000yS-Km for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpbXk-0003ih-Kn for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:25:01 -0500 Received: from reverse.openmailbox.org ([62.210.189.180]:57989 helo=mail.openmailbox.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpbXk-0003hv-BU for bug-gnu-emacs@gnu.org; Sun, 08 Dec 2013 05:24:56 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 8F610A1914 for ; Sun, 8 Dec 2013 11:24:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received; s=openmailbox; t= 1386498256; bh=7zG4Th3GP7R/VEy2ziDEGw0gZmVIwb+3wLF8sM4wpyg=; b=T n+egmgZPdknTuDDX5f3UO7na4VXzwqaXCRMmYsFup4BvnynKlB44hY+sl0PVUdac hqtrN14HnCTImeNvNs2fodu9EivhYTA7ytryHjxkV/EPihHQoTDh5AoIz2XQtx/J OKoHxreVoFEezs6N1YpRW8DQIAiEPjk1lYFv8oLqmI= X-Virus-Scanned: at openmailbox.org Received: from mail.openmailbox.org ([127.0.0.1]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id to5O88ehPddT for ; Sun, 8 Dec 2013 11:24:16 +0100 (CET) From: Nicolas Semrau To: bug-gnu-emacs@gnu.org Subject: 24.3.50; show-paren-mode highlights parentheses in minibuffer password prompts Date: Sun, 08 Dec 2013 11:22:44 +0100 Message-ID: <87mwkbmykr.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 08 Dec 2013 12:45:11 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) emacs -q M-x show-paren-mode M-x eshell or M-x shell Enter a command that triggers a dotted password prompt in the minibuffer, e. g. su or sudo. When you type a password containing matching or non-matching parentheses into the prompt: show-paren-mode kicks in and highlights the character(s) that represent the (non-)matching parentheses. This makes the "secret" input a bit less secret. Expected behaviour: show-paren-mode should not highlight parentheses in a secret minibuffer string. In GNU Emacs 24.3.50.3 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6) of 2013-12-08 on bluelight Bzr revision: 115417 monnier@iro.umontreal.ca-20131208062454-m4etld27ji96hlmh Windowing system distributor `The X.Org Foundation', version 11.0.11404000 Important settings: value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x b s c r C-x C-e M-x r e p o r t - e m Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark set Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ------------=_1386556922-3851-1--