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#20369: Rendering problems and fill column Date: Fri, 11 Dec 2020 09:55:07 +0200 Message-ID: <83k0to3hgk.fsf@gnu.org> References: <87mw2430ex.fsf@opmbx.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28007"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 20369@debbugs.gnu.org, markkarpov@opmbx.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 11 08:56: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 1kndHd-0007AO-Hr for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Dec 2020 08:56:09 +0100 Original-Received: from localhost ([::1]:40532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kndHc-0006eQ-J9 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 11 Dec 2020 02:56:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36802) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kndHW-0006eD-JT for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 02:56:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kndHW-0001j6-Cm for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 02:56:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kndHW-0004IL-CV for bug-gnu-emacs@gnu.org; Fri, 11 Dec 2020 02:56:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Dec 2020 07:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20369 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 20369-submit@debbugs.gnu.org id=B20369.160767333716474 (code B ref 20369); Fri, 11 Dec 2020 07:56:02 +0000 Original-Received: (at 20369) by debbugs.gnu.org; 11 Dec 2020 07:55:37 +0000 Original-Received: from localhost ([127.0.0.1]:39851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kndH6-0004He-SW for submit@debbugs.gnu.org; Fri, 11 Dec 2020 02:55:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kndH1-0004HM-D9 for 20369@debbugs.gnu.org; Fri, 11 Dec 2020 02:55:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57986) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kndGw-0001Mr-1x; Fri, 11 Dec 2020 02:55:26 -0500 Original-Received: from [176.228.60.248] (port=3977 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kndGu-0002cN-5e; Fri, 11 Dec 2020 02:55:25 -0500 In-Reply-To: (message from Stefan Kangas on Thu, 10 Dec 2020 15:11:43 -0600) 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:195724 Archived-At: > From: Stefan Kangas > Date: Thu, 10 Dec 2020 15:11:43 -0600 > Cc: 20369@debbugs.gnu.org > > It seems like the author of Fill-Column-Indicator is now recommending > the use of "display-fill-column-indicator": > > > The functionality provided by this package has now been implemented > > natively in Emacs as display-fill-column-indicator-mode, available as of > > version 27.0.90. Unless you are forced to use an older Emacs, you should > > use the native implementation instead of fci-mode. It's unaffected by > > most of the compatibility issues that this add-on has. > > https://github.com/alpaker/fill-column-indicator > > Does that mean that this bug could be closed, or is there more to do > here? I think this should be closed, yes.