From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Y. E." Newsgroups: gmane.emacs.help Subject: Re: show-paren-mode considered for enabling it by default Date: Thu, 09 Sep 2021 22:34:49 +0300 Message-ID: References: <87ilzbxb11.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24199"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 10 02:43:02 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 1mOUd6-0005nq-77 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 10 Sep 2021 02:42:56 +0200 Original-Received: from localhost ([::1]:52310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOUd4-0007X0-Uw for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Sep 2021 20:42:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOPp1-00071R-PX for help-gnu-emacs@gnu.org; Thu, 09 Sep 2021 15:34:55 -0400 Original-Received: from out1.migadu.com ([2001:41d0:2:863f::]:35506) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOPoz-0006Ay-Aw for help-gnu-emacs@gnu.org; Thu, 09 Sep 2021 15:34:55 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1631216090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=aLrDtmNQGuyBArjjfmDbxudPJ4eqA42v4VFdjcS11nQ=; b=o64U2pm3AcdKCRjSwy3/iheK8wOu4c1xzYvERQ89LbJdYMLpX4qTL5Y8iDZ8QL3avxU+c+ yQF645PqFiecxYTdgZC9gES2OXOyeGE5KzHVmbwBk/t+UFRqzVO+aVGGy40KAJgXR3FbcK C5iCeSc8MtuiBewjVw7jELVzccU/F+Y= In-Reply-To: <87ilzbxb11.fsf@zoho.eu> (message from Emanuel Berg on Wed, 08 Sep 2021 18:55:06 +0200) X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: yuga@ego.team Received-SPF: pass client-ip=2001:41d0:2:863f::; envelope-from=yet@ego.team; helo=out1.migadu.com 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 09 Sep 2021 20:42:20 -0400 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:132976 Archived-At: > had it enabled for ages and always thought it > was useful and cool. > > (require 'paren) > (show-paren-mode) > (setq show-paren-delay 0) > > Then set faces > > show-paren-match > show-paren-mismatch > Same here.