From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: jit-lock-antiblink-grace Date: Thu, 05 Dec 2019 17:40:24 +0200 Message-ID: <837e3aixw7.fsf@gnu.org> References: <83k198ly94.fsf@gnu.org> <83sgnuh5cq.fsf@gnu.org> <87k17qozii.fsf@gmail.com> <83wobps0zy.fsf@gnu.org> <20191125184650.GA4496@ACM> <20191125192628.GC4496@ACM> <20191125201115.GD4496@ACM> <83d0deseo7.fsf@gnu.org> <87r21ptc02.fsf@gmail.com> <83y2vxmao3.fsf@gnu.org> <87mucdt96k.fsf@gmail.com> <83wobhm85n.fsf@gnu.org> <83v9r1m70u.fsf@gnu.org> <87eexpt47b.fsf@gmail.com> <83d0d7ncbx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="238620"; mail-complaints-to="usenet@blaine.gmane.org" Cc: acm@muc.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 05 16:40:54 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ictFN-000zvr-CD for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2019 16:40:53 +0100 Original-Received: from localhost ([::1]:56458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ictFL-0005di-W9 for ged-emacs-devel@m.gmane.org; Thu, 05 Dec 2019 10:40:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35601) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ictFC-0005Yj-4N for emacs-devel@gnu.org; Thu, 05 Dec 2019 10:40:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ictEz-0001xJ-FV; Thu, 05 Dec 2019 10:40:30 -0500 Original-Received: from [176.228.60.248] (port=1790 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ictEy-0004tZ-L9; Thu, 05 Dec 2019 10:40:29 -0500 In-reply-to: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Wed, 4 Dec 2019 23:45:51 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:243159 Archived-At: > From: João Távora > Date: Wed, 4 Dec 2019 23:45:51 +0100 > Cc: Alan Mackenzie , Stefan Monnier , > emacs-devel > > In the absence of more comments, I pushed the antiblink to master. > It's commit 5b45c26. For those of you that don't use a quote-matching > solution like electric-pair-mode, paredit, or something else, let me > know if you like the new behaviour, if you're bothered by it, or just > indifferent. Thanks. I tweaked the documentation a bit.