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: Emacs 31.0.50 (2f1052d9b0de) will line-number in some buffers which shouldn't show it, is there some changed in recent master branch related to display-line-number Date: Fri, 03 Jan 2025 10:45:50 +0200 Message-ID: <86wmfcgu9t.fsf@gnu.org> References: <87h66gcuxk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16358"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eval EXEC Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 03 09:47:30 2025 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 1tTdL8-00046W-7R for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Jan 2025 09:47:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tTdKP-0001lt-Ot; Fri, 03 Jan 2025 03:46:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTdKO-0001lj-Gj for emacs-devel@gnu.org; Fri, 03 Jan 2025 03:46:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTdKO-0007U4-7d; Fri, 03 Jan 2025 03:46:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=k+H2cFLEK7R6hmzOJrhFoFM/C+Oygp/RQPkHGlvelNo=; b=DjLgxhVgsIm+oEKmpk9Q NQzA9zfWvFX6BnPpDVNCaL38YpwBBNXIdnNfjh+vgTqWehZ2EDNdWNUcD3nQO3SAonTNLUiXh7m/M 2ldDEP8oBC3GDJfBdFAB/I+mFOnm5v9CtvZT6jFSgIkxPPD0nhYqE+47g2vRguipAEzeUYG4HsKvx 1SSKvBTEbubdi7DuEFO+N4OzQw8UT22zIE/KxJTK5CNDjbuRqwThkAVwSN83yxEkni3n23WiRYLHG cxDF4jGPOx0KFwLGng0KH6g9EvjzYUoi0ZlWAkrcQK0hmvK8lV++Bx8zBY1V1uLjcOjjjvKHulTHB 4B9g/rlBTWCIMA==; In-Reply-To: <87h66gcuxk.fsf@gmail.com> (message from Eval EXEC on Fri, 03 Jan 2025 13:45:11 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327614 Archived-At: > From: Eval EXEC > Date: Fri, 03 Jan 2025 13:45:11 +0800 > > > -- > > > Hello, I am building Emacs from source, and I’ve noticed something > unusual. Line numbers appear in my rg and xref buffers, but they > disappear after approximately 100ms. This happens even though I’ve only > configured display-line-number-mode to be enabled in prog-mode via an > add-hook. Can you show a minimal recipe for reproducing this problem starting from "emacs -Q"? It is best to post that using "M-x report-emacs-bug", so that this and the following discussion get recorded by our issue tracker. > Has there been any recent change in the code related to display-line-number-mode that might explain this behavior? Not that I know of, but that doesn't mean we couldn't introduce some inadvertent changes!