From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: akrl--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#46116: Acknowledgement (28.0.50; Ticking articles fails on Emacs 28 pgtk build) Date: Wed, 27 Jan 2021 09:29:30 +0000 Message-ID: References: <87k0rzd46g.fsf@meer.lwn.net> <20210126150026.4d5e0e96@lwn.net> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30801"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 46116@debbugs.gnu.org To: Jonathan Corbet Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 27 10:30:13 2021 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 1l4h9Q-0007rG-GM for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 27 Jan 2021 10:30:12 +0100 Original-Received: from localhost ([::1]:33680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4h9P-0002aN-I2 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 27 Jan 2021 04:30:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51798) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4h9G-0002YK-PE for bug-gnu-emacs@gnu.org; Wed, 27 Jan 2021 04:30:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60478) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l4h9G-0005lm-G9 for bug-gnu-emacs@gnu.org; Wed, 27 Jan 2021 04:30:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l4h9G-0002Px-2v; Wed, 27 Jan 2021 04:30:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Wed, 27 Jan 2021 09:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46116 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 46116-submit@debbugs.gnu.org id=B46116.16117397779223 (code B ref 46116); Wed, 27 Jan 2021 09:30:01 +0000 Original-Received: (at 46116) by debbugs.gnu.org; 27 Jan 2021 09:29:37 +0000 Original-Received: from localhost ([127.0.0.1]:43787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4h8q-0002Oh-Ml for submit@debbugs.gnu.org; Wed, 27 Jan 2021 04:29:36 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:52803) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4h8o-0002OV-Uj for 46116@debbugs.gnu.org; Wed, 27 Jan 2021 04:29:35 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 10R9TUjp019257 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 27 Jan 2021 09:29:31 GMT In-Reply-To: <20210126150026.4d5e0e96@lwn.net> (Jonathan Corbet's message of "Tue, 26 Jan 2021 15:00:26 -0700") 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:198686 Archived-At: Jonathan Corbet writes: > On Tue, 26 Jan 2021 17:44:01 +0000 > help-debbugs@gnu.org (GNU bug Tracking System) wrote: > >> If you wish to submit further information on this problem, please >> send it to 46116@debbugs.gnu.org. > > So... Through the process of brute-force debugging, I found that simply > pulling up a copy of gnus-sum.el and doing an eval-defun on > gnus-summary-goto-subject makes the problem mysteriously go away. This, > in turn, makes me suspect that the native compilation is the real problem, > and this is not a gnus issue at all. Will try to pursue further; > apologies for wasting your time. > > Thanks, > > jon This is a possible miscommunication. Could you report the input of the function when the miss-behave is observed? Thanks Andrea