From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: cc-mode fontification feels random Date: Mon, 14 Jun 2021 14:28:20 +0300 Message-ID: <835yyg7kiz.fsf@gnu.org> References: <86a85d26-75c0-e4a3-e8d3-244c5346dd3a@dancol.org> <83r1hehnz9.fsf@gnu.org> <83lf7mhl3n.fsf@gnu.org> <73ff18bf-66dc-7d7a-a0db-8edc2cdceba8@gmx.at> <4140fcf4-3119-3f3f-4ac4-24d497774754@gmx.at> <874ke2ulhc.fsf@gmail.com> <706b6214-5a85-3b47-3851-bb7742a066af@gmx.at> <87r1h5u6qp.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23035"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org, joaotavora@gmail.com, acm@muc.de, dancol@dancol.org, monnier@iro.umontreal.ca To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 14 13:29:08 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lskmA-0005jZ-GX for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Jun 2021 13:29:06 +0200 Original-Received: from localhost ([::1]:43380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lskm9-0007tr-JD for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Jun 2021 07:29:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53354) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lskld-00073Y-Ky for emacs-devel@gnu.org; Mon, 14 Jun 2021 07:28:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40484) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsklb-00071f-3C; Mon, 14 Jun 2021 07:28:31 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3252 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsklU-0005Sb-QD; Mon, 14 Jun 2021 07:28:25 -0400 In-Reply-To: (message from martin rudalics on Mon, 14 Jun 2021 10:29:27 +0200) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270808 Archived-At: > From: martin rudalics > Date: Mon, 14 Jun 2021 10:29:27 +0200 > Cc: Richard Stallman , emacs-devel , > Stefan Monnier , Alan Mackenzie , > Eli Zaretskii , Daniel Colascione > > > See C-h v jit-lock-antiblink-grace. > > It should be documented in at least one manual. It's an obscure variable whose effect is not easy to explain to users. In my testing, its effect was insignificant, so I didn't see the need to document it in the manual. If you can show a use case where its effect is significant, perhaps I will change my mind.