From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Fill column indicator functionality Date: Mon, 08 Apr 2019 17:57:01 +0300 Message-ID: <83bm1g8s02.fsf@gnu.org> References: <20190406152014.zykyiakddmwsmkko@Ergus> <83a7h39l8l.fsf@gnu.org> <20190406185936.ndw74l5ysowmoihf@Ergus> <837ec79cme.fsf@gnu.org> <20190407181925.w3aztx44g5drtww2@Ergus> <83pnpx8y67.fsf@gnu.org> <20190407183806.htl4pujrb2kmk4kv@Ergus> <83mul18wpv.fsf@gnu.org> <20190407200514.2p6gfucdcdsrqe47@Ergus> <83ef6d8c40.fsf@gnu.org> <20190408085102.ozcuvs323ilfid7n@Ergus> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="150384"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 08 16:57:56 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hDVid-000cvc-1y for ged-emacs-devel@m.gmane.org; Mon, 08 Apr 2019 16:57:55 +0200 Original-Received: from localhost ([127.0.0.1]:54305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDVib-0006bq-UK for ged-emacs-devel@m.gmane.org; Mon, 08 Apr 2019 10:57:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:33555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDVhs-0006ZR-8F for emacs-devel@gnu.org; Mon, 08 Apr 2019 10:57:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDVhs-0006HJ-2p; Mon, 08 Apr 2019 10:57:08 -0400 Original-Received: from [176.228.60.248] (port=3457 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hDVhq-0005gh-R5; Mon, 08 Apr 2019 10:57:07 -0400 In-reply-to: <20190408085102.ozcuvs323ilfid7n@Ergus> (message from Ergus on Mon, 8 Apr 2019 10:51:02 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:235114 Archived-At: > Date: Mon, 8 Apr 2019 10:51:02 +0200 > From: Ergus > Cc: emacs-devel@gnu.org > > For example, this does not reproduce the issue, but the changes applies > to the "Customize Options" buffer itself only. > > emacs -Q > > M-x display-line-numbers-mode > M-x customize-variable RET display-line-numbers RET > > But this: > > emacs -Q > > M-x global-display-line-numbers-mode > M-x customize-variable RET display-line-numbers RET > > Does reproduce the bug and no changes applies at all. > > I think it has to do with what Stefan suggested. Then I think we have nothing to worry about: this is a general issue, not something specific or new with this new mode.