From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: jit-lock-antiblink-grace Date: Fri, 11 Oct 2019 10:26:26 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="195600"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , =?windows-1252?Q?Cl=E9ment?= Pit-Claudel , emacs-devel To: =?windows-1252?B?Sm/jbyBU4XZvcmE=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 11 16:26:48 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 1iIvsW-000ol3-Ow for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2019 16:26:48 +0200 Original-Received: from localhost ([::1]:51366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIvsU-0004mV-IV for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2019 10:26:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46037) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIvsK-0004mP-03 for emacs-devel@gnu.org; Fri, 11 Oct 2019 10:26:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIvsJ-0005Fs-01 for emacs-devel@gnu.org; Fri, 11 Oct 2019 10:26:35 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:43255) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIvsI-0005Ed-SQ for emacs-devel@gnu.org; Fri, 11 Oct 2019 10:26:34 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5A10F1011B5; Fri, 11 Oct 2019 10:26:33 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 4A5A8100EB5; Fri, 11 Oct 2019 10:26:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1570803991; bh=cIvpnAhM3fqoLzJQ91vHY1eWefqwH0wLkNYUyyt05rw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Aw5UYpSRWbw8d364G3r04fpPqn55qer0o0jyaT9kU4uyT6MGMkGiSf/qjVJ68hsvj o8fND6CveOSmqigpLljneKdc57xNh8V/sCdZdTrZ0ith/CMyI7NdUbWpyHm8II9cQ4 +QmnKiKpBrFEMLcKpOQYwZ1swXUB1y/WDdBD6yagC9VKxcmpYYoq+E4ELGsjNizKoa 5ke+lofPmU4mZTdAMT7BB8ROWCKiaDBz3+Y0zoff2bCXgSnVAdjBTnKRSXYJv34G/Y IUpRfrqqcMdQhOXj336vSfgf7ES6/lzxHz6kNYf/vzZscJYmiAOH9modiw49q+aLrN nPXqXQnej4Thg== Original-Received: from pastel (unknown [216.154.35.246]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 7697612008D; Fri, 11 Oct 2019 10:26:30 -0400 (EDT) In-Reply-To: (=?windows-1252?Q?=22Jo=E3o_T=E1vora=22's?= message of "Thu, 10 Oct 2019 23:34:25 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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:240888 Archived-At: > At Stefan's request, I have reworked the implementation and > cleaned up the feature, which is embodied in the jit-lock-antiblink-grace > variable and want to land it on master if no-one objects. No objection from me. > BTW: I tried to force-push the cleaned-up version to the > scratch/jit-lock-antiblink branch. It didn't work. Is force-pushing > disabled in those branches? It didn't use to be, IIRC. Force-pushing is disabled repository-wide. You can workaround it by removing+pushing the branch, instead (this workaround can technically be used on any branch, but of course we don't want it used elsewhere than in scratch/* branches). Stefan