From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: position on changing defaults? Date: Thu, 06 Mar 2008 13:25:17 -0500 Message-ID: References: <200803050637.m256bXL3008361@sallyv1.ics.uci.edu> <200803052230.m25MUORx001881@sallyv1.ics.uci.edu> <871w6ou4xb.fsf@jurta.org> <87fxv3agfy.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204827945 17919 80.91.229.12 (6 Mar 2008 18:25:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 18:25:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 06 19:26:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JXKmz-0002V8-9o for ged-emacs-devel@m.gmane.org; Thu, 06 Mar 2008 19:25:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXKmR-0004mt-PJ for ged-emacs-devel@m.gmane.org; Thu, 06 Mar 2008 13:25:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JXKmN-0004mj-E1 for emacs-devel@gnu.org; Thu, 06 Mar 2008 13:25:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JXKmM-0004mK-3O for emacs-devel@gnu.org; Thu, 06 Mar 2008 13:25:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXKmL-0004mH-WA for emacs-devel@gnu.org; Thu, 06 Mar 2008 13:25:18 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JXKmL-0001Cv-Si for emacs-devel@gnu.org; Thu, 06 Mar 2008 13:25:18 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAAfGz0fO+LKX/2dsb2JhbACsWYEH X-IronPort-AV: E=Sophos;i="4.25,457,1199682000"; d="scan'208";a="15666877" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 06 Mar 2008 13:25:17 -0500 Original-Received: from pastel.home ([206.248.178.151]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id MVF35117; Thu, 06 Mar 2008 13:25:17 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1BA1B816B; Thu, 6 Mar 2008 13:25:17 -0500 (EST) In-Reply-To: <87fxv3agfy.fsf@jurta.org> (Juri Linkov's message of "Thu, 06 Mar 2008 19:52:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91533 Archived-At: >>> Even though show-paren-mode doesn't require such point movements, it is >>> annoying when a matching parenthesis is highlighted in inappropriate >>> places like e.g. when displaying a group of completions in parenthesis >>> in the minibuffer, etc. >> >> Sounds like a bug. > I know no good way to configure contexts where matching parens should be > highlighted and where not. IIUC the circumstance you're talking about, the highlighted parenthesized text is not really part of the (mini)buffer, so it's a bug. That doesn't mean that the fix is easy. Stefan