From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r115434: * subr.el (read-passwd): Disable show-paren-mode. Date: Tue, 10 Dec 2013 20:17:04 +0200 Message-ID: <834n6gy3j3.fsf@gnu.org> References: <83mwk8y888.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1386699438 8413 80.91.229.3 (10 Dec 2013 18:17:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Dec 2013 18:17:18 +0000 (UTC) Cc: emacs-devel@gnu.org, sdl.web@gmail.com, monnier@iro.umontreal.ca To: Josh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 10 19:17:22 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VqRrx-0001GK-O5 for ged-emacs-devel@m.gmane.org; Tue, 10 Dec 2013 19:17:17 +0100 Original-Received: from localhost ([::1]:50743 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqRrx-0003BE-0N for ged-emacs-devel@m.gmane.org; Tue, 10 Dec 2013 13:17:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqRrp-00037K-BV for emacs-devel@gnu.org; Tue, 10 Dec 2013 13:17:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqRrk-0007V5-Jh for emacs-devel@gnu.org; Tue, 10 Dec 2013 13:17:09 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:60465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqRrk-0007UV-C1 for emacs-devel@gnu.org; Tue, 10 Dec 2013 13:17:04 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MXL00300RVX1M00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Tue, 10 Dec 2013 20:17:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MXL003EIS4E1520@a-mtaout23.012.net.il>; Tue, 10 Dec 2013 20:17:03 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166266 Archived-At: > Date: Tue, 10 Dec 2013 09:51:02 -0800 > From: Josh > Cc: Leo Liu , Stefan Monnier , emacs-devel@gnu.org >=20 > Isn't it the case that such parentheses would sometimes be displaye= d in > conjunction with conditional display specs., i.e. (when condition .= spec)? If the condition is false, the display spec is inactive, and the parentheses _are_ displayed. So this is not the case I was talking about. > Also, I'd also expect show-paren-mode to affect parentheses having > display properties like =91raise' and =92height' that change the ap= pearance > of parentheses but do not display something else entirely. I was talking about the so-called "replacing" display specs. Sorry for not being clear enough.