From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.bugs Subject: bug#29381: show-paren-mode should not be globalized Date: Thu, 13 Aug 2020 01:14:12 +1200 Message-ID: References: <1511260134.1854673.1179585816.34ED67B1@webmail.messagingengine.com> <1511261140.1859967.1179600504.3FD241DA@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11490"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 Cc: 29381@debbugs.gnu.org, Andreas Schwab , Stefan Kangas To: Paul Rankin Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 12 15:15:24 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1k5qbE-0002sB-0C for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 12 Aug 2020 15:15:24 +0200 Original-Received: from localhost ([::1]:50160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5qbD-0004Eh-37 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 12 Aug 2020 09:15:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5qas-0003zz-UB for bug-gnu-emacs@gnu.org; Wed, 12 Aug 2020 09:15:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k5qas-0001IG-LA for bug-gnu-emacs@gnu.org; Wed, 12 Aug 2020 09:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k5qas-0002Ow-HT for bug-gnu-emacs@gnu.org; Wed, 12 Aug 2020 09:15:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Phil Sainty Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Aug 2020 13:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 29381 X-GNU-PR-Package: emacs Original-Received: via spool by 29381-submit@debbugs.gnu.org id=B29381.15972380599128 (code B ref 29381); Wed, 12 Aug 2020 13:15:02 +0000 Original-Received: (at 29381) by debbugs.gnu.org; 12 Aug 2020 13:14:19 +0000 Original-Received: from localhost ([127.0.0.1]:43310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5qaB-0002NA-H7 for submit@debbugs.gnu.org; Wed, 12 Aug 2020 09:14:19 -0400 Original-Received: from smtp-1.orcon.net.nz ([60.234.4.34]:57451) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5qa7-0002Mu-MW for 29381@debbugs.gnu.org; Wed, 12 Aug 2020 09:14:18 -0400 Original-Received: from [101.53.216.96] (port=37973 helo=[192.168.20.103]) by smtp-1.orcon.net.nz with esmtpa (Exim 4.90_1) (envelope-from ) id 1k5qa4-0004x8-NA; Thu, 13 Aug 2020 01:14:12 +1200 In-Reply-To: Content-Language: en-GB X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:184792 Archived-At: Note that show-paren-mode is not "globalized"; it is simply a global minor mode. If it was a globalized mode, then there would (necessarily) be a buffer-local mode already. Changing it to a globalized mode would actually be a possible solution to your issue, as you could then provide a way for the user to determine whether or not the buffer-local mode was enabled for any given buffer.