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.bugs Subject: bug#42254: 27.0.91; display-line-numbers-mode incoherent shifting behaviour Date: Wed, 08 Jul 2020 17:50:20 +0300 Message-ID: <83d056qcwj.fsf@gnu.org> References: <83pn96qerh.fsf@gnu.org> 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="23799"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42254@debbugs.gnu.org To: Fernando =?UTF-8?Q?Pe=C3=B1a?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 08 16:51:09 2020 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 1jtBPh-00066l-8Q for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 08 Jul 2020 16:51:09 +0200 Original-Received: from localhost ([::1]:48696 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtBPg-0003Xy-7h for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 08 Jul 2020 10:51:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtBPa-0003Xr-1Q for bug-gnu-emacs@gnu.org; Wed, 08 Jul 2020 10:51:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55564) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jtBPZ-0005mB-Ot for bug-gnu-emacs@gnu.org; Wed, 08 Jul 2020 10:51:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jtBPZ-0005w6-O2 for bug-gnu-emacs@gnu.org; Wed, 08 Jul 2020 10:51:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Jul 2020 14:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42254 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 42254-submit@debbugs.gnu.org id=B42254.159421981522764 (code B ref 42254); Wed, 08 Jul 2020 14:51:01 +0000 Original-Received: (at 42254) by debbugs.gnu.org; 8 Jul 2020 14:50:15 +0000 Original-Received: from localhost ([127.0.0.1]:38877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtBOp-0005v5-Ep for submit@debbugs.gnu.org; Wed, 08 Jul 2020 10:50:15 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtBOn-0005us-Df for 42254@debbugs.gnu.org; Wed, 08 Jul 2020 10:50:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37618) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jtBOi-0005Ve-2A; Wed, 08 Jul 2020 10:50:08 -0400 Original-Received: from [176.228.60.248] (port=2599 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jtBOh-0004fl-BA; Wed, 08 Jul 2020 10:50:07 -0400 In-Reply-To: (message from Fernando =?UTF-8?Q?Pe=C3=B1a?= on Wed, 8 Jul 2020 16:38:57 +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:182839 Archived-At: [Please use Reply All to reply, so that the bug tracker gets CC'ed.] > From: Fernando Peña > Date: Wed, 8 Jul 2020 16:38:57 +0200 > > Okay, thanks very much for your time. Yeah, I tweaked all the variables I saw in the mode, including the one > you mentioned. The problem is that when the buffer has 80-99 lines for example, it still shifts to the right > when displaying the bottom. If the variable I mentioned is non-nil, there shouldn't be any shift at all. Can you show an example of such a file? Maybe there's some bug after all.