From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KCb0Ndxq0V4kPAAA0tVLHw (envelope-from ) for ; Fri, 29 May 2020 20:04:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WM3aMdxq0V5oFQAAB5/wlQ (envelope-from ) for ; Fri, 29 May 2020 20:04:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 742E69403EC for ; Fri, 29 May 2020 20:04:44 +0000 (UTC) Received: from localhost ([::1]:59164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jelFD-0003jp-Fe for larch@yhetil.org; Fri, 29 May 2020 16:04:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jelEY-0003j5-3q; Fri, 29 May 2020 16:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44743) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jelEX-0002uq-R5; Fri, 29 May 2020 16:04:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jelEX-0005jq-Ni; Fri, 29 May 2020 16:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#41584: 26.3; org-indent-mode's line-prefix text property flickers near overlays Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Date: Fri, 29 May 2020 20:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41584 X-GNU-PR-Package: emacs,org-mode X-GNU-PR-Keywords: To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Received: via spool by 41584-submit@debbugs.gnu.org id=B41584.159078263722048 (code B ref 41584); Fri, 29 May 2020 20:04:01 +0000 Received: (at 41584) by debbugs.gnu.org; 29 May 2020 20:03:57 +0000 Received: from localhost ([127.0.0.1]:56289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jelES-0005jY-MH for submit@debbugs.gnu.org; Fri, 29 May 2020 16:03:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jelER-0005jI-7S for 41584@debbugs.gnu.org; Fri, 29 May 2020 16:03:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46819) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jelEL-0002nB-QZ; Fri, 29 May 2020 16:03:49 -0400 Received: from [176.228.60.248] (port=2769 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jelEL-0003XO-8l; Fri, 29 May 2020 16:03:49 -0400 Date: Fri, 29 May 2020 23:03:42 +0300 Message-Id: <83k10umrtt.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87y2pasjab.fsf@gmail.com> (message from =?UTF-8?Q?K=C3=A9vin?= Le Gouguec on Fri, 29 May 2020 20:11:40 +0200) References: <87a71rhm3i.fsf@gmail.com> <83pnanqko4.fsf@gnu.org> <83sgfin8ht.fsf@gnu.org> <87y2pasjab.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: emacs-orgmode@gnu.org List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 41584@debbugs.gnu.org, dgutov@yandex.ru Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: L+xAjYCMAQHE > From: Kévin Le Gouguec > Cc: 41584@debbugs.gnu.org, dgutov@yandex.ru > Date: Fri, 29 May 2020 20:11:40 +0200 > > This time, instead of hitting RET, insert a pair of parentheses, and > wait blink-matching-delay seconds until the opening parenthesis stops > being highlighted. Before and after your fix, the line-prefix > disappears until I enter another command. Fixed.