From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Konstantin Kharlamov 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 12:08:37 +0300 Message-ID: <809895537e1e07fca05e124a4741f2de8e0cc080.camel@yandex.ru> References: <87h66gcuxk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19225"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.54.2 To: Eval EXEC , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 03 10:09:54 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 1tTdgo-0004r8-As for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Jan 2025 10:09:54 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tTdfu-0000g2-IP; Fri, 03 Jan 2025 04:08:58 -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 1tTdfj-0000do-B1 for emacs-devel@gnu.org; Fri, 03 Jan 2025 04:08:48 -0500 Original-Received: from forward502d.mail.yandex.net ([178.154.239.210]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tTdfg-0005zA-TM for emacs-devel@gnu.org; Fri, 03 Jan 2025 04:08:47 -0500 Original-Received: from mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:9e27:0:640:a9d8:0]) by forward502d.mail.yandex.net (Yandex) with ESMTPS id 494FE60D40; Fri, 3 Jan 2025 12:08:38 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id b8d5rUOOkiE0-HICt5F2z; Fri, 03 Jan 2025 12:08:37 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1735895317; bh=aOH291OSeZ3zhIKE+QgRmeonJ/6fx43b+PN5Tjfe370=; h=In-Reply-To:Date:References:To:From:Subject:Message-ID; b=htoGgIevS80malmrUD0IjP2wanga/lQgvEFg4KuphZvRp5HEflDEA4yNnwzJnP3jm /Ovdf/VhaVo0T5TQ+KCkpzKOP2Ft6h1DTlrKlwq3osM1VKbj1LSr4ssBWuKt5TzlHj 7LLuRa2X4O2PNYfKhckGBLjLL70dBfGUwwTQaBTg= Authentication-Results: mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.ru In-Reply-To: <87h66gcuxk.fsf@gmail.com> Received-SPF: pass client-ip=178.154.239.210; envelope-from=Hi-Angel@yandex.ru; helo=forward502d.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:327615 Archived-At: On Fri, 2025-01-03 at 13:45 +0800, Eval EXEC wrote: > Hello, I am building Emacs from source, and I=E2=80=99ve noticed somethin= g > unusual. Line numbers appear in my rg and xref buffers, but they > disappear after approximately 100ms. This happens even though I=E2=80=99v= e > only > configured display-line-number-mode to be enabled in prog-mode via an > add-hook. >=20 > Has there been any recent change in the code related to display-line- > number-mode that might explain this behavior? >=20 > Thank you for your help! FWIW, I just tried building Emacs from latest commit to look at it, but it doesn't even build with `Error: void-function (rx)`. Now, I know Emacs build system has some controversial design decisions that were discussed a few months ago (which basically lead to errors like that), so I tried removing `build/` dir completely and `find -type f -name "*.elc" -delete` but it didn't help. =F0=9F=A4=B7