From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#57176: 29.0.50; Commit 744ed0ce applies outline-minor-mode-highlight-buffer repeatedly Date: Tue, 30 Aug 2022 20:09:56 +0300 Organization: LINKOV.NET Message-ID: <86fshdzmhn.fsf@mail.linkov.net> References: <87edxi9cly.fsf@gnus.org> <8735dvfgjc.fsf@rub.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11235"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , daanturo , 57176@debbugs.gnu.org To: Stephen Berman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 30 19:20:52 2022 Return-path: Envelope-to: geb-bug-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 1oT4uy-0002lU-7w for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 19:20:52 +0200 Original-Received: from localhost ([::1]:44200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oT4ux-00065Y-31 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Aug 2022 13:20:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oT4lT-0007Mb-5C for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 13:11:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47621) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oT4lS-0003k6-Nc for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 13:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oT4lS-0000Jg-6O for bug-gnu-emacs@gnu.org; Tue, 30 Aug 2022 13:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Aug 2022 17:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57176 X-GNU-PR-Package: emacs Original-Received: via spool by 57176-submit@debbugs.gnu.org id=B57176.16618794431184 (code B ref 57176); Tue, 30 Aug 2022 17:11:02 +0000 Original-Received: (at 57176) by debbugs.gnu.org; 30 Aug 2022 17:10:43 +0000 Original-Received: from localhost ([127.0.0.1]:37368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT4l9-0000J1-6c for submit@debbugs.gnu.org; Tue, 30 Aug 2022 13:10:43 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oT4l7-0000Ii-A3; Tue, 30 Aug 2022 13:10:42 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 14FB1E0010; Tue, 30 Aug 2022 17:10:32 +0000 (UTC) In-Reply-To: <8735dvfgjc.fsf@rub.de> (Stephen Berman's message of "Wed, 17 Aug 2022 09:57:59 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:241149 Archived-At: close 57176 29.0.50 thanks >> I guess what is needed here is to find the right place to call >> outline--fix-up-all-buttons on first visiting the NEWS buffer. > > but I haven't had time to look into that, nor whether that would also > work for bug#57176. This is fixed now and closed.