From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bird Newsgroups: gmane.emacs.help Subject: Re: show-paren-mode considered for enabling it by default Date: Fri, 10 Sep 2021 16:47:36 +0545 Message-ID: <855yv8zoab.fsf@airmail.cc> References: <9bc33df8-5c1b-cd82-f72e-6fc939990f37@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13637"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs To: Dmitry Gutov Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 10 13:07:07 2021 Return-path: Envelope-to: geh-help-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 1mOeN4-0003DQ-2H for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 13:07:05 +0200 Original-Received: from localhost ([::1]:33478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOeN2-0008HF-V7 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 07:07:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOeId-0003qu-Hn for help-gnu-emacs@gnu.org; Fri, 10 Sep 2021 07:02:28 -0400 Original-Received: from mail.cock.li ([37.120.193.124]:34094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOeIZ-0005CY-MY for help-gnu-emacs@gnu.org; Fri, 10 Sep 2021 07:02:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1631271739; bh=dmxfbuX4wVeTZcE+9HlZrhdgXCBZbAlBzHehfQh9XiU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=hv99gfTLFg68uB/J+PFi2k2BjwwgoiPnVjER03TFNk2yvs53Fk/mKNCv9ywGsKK15 PYUOalQjgu9rPqZnBNdUdwHYtYnlqPhJr83ivHV0Wk/8VK9dxtxNofGuTRKAMK6Rfd PSseHjEEV2VQB2R0oxbj1EhwwoBRJb3+T7s9FpBiPG+hxG14EOdgJGONBMywIzTZKH r0r8mvIMdxrmphMKYgRtyODi9rgPX5q21wYWf6VEE3XFViHplnop/nXnWVVDgUGx0s AhH35Nzg5YE8bMq1Y/MtFnFdjE0aIeYbzJ66/udSMDO6PUS1nEZDn3iCtv1qtNiiwK va6YK499vgAeg== In-Reply-To: <9bc33df8-5c1b-cd82-f72e-6fc939990f37@yandex.ru> (Dmitry Gutov's message of "Wed, 8 Sep 2021 15:26:17 +0300") Received-SPF: pass client-ip=37.120.193.124; envelope-from=birdsite@airmail.cc; helo=mail.cock.li X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:132986 Archived-At: Dmitry Gutov writes: > Hello! > > We're tentatively planning to make this the default in Emacs 28. > > Users are encouraged to give it a try and tell us now if > they see a reason to change that plan. > > Please either reply to this message, or direct your responses to > emacs-devel@gnu.org. > > Hello, I think show-paren-mode will be a good thing to turn on by default. However, if there is some way to use it's functionality buffer-locally (maybe by some other means rather than show-paren-mode itself), that should probably be used. show-paren-mode also highlights on text-mode, fundamental-mode and other modes which should probably not be done. However, i think it's a good thing for the defaults to have it enabled. Thanks.