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: Sat, 09 Mar 2019 20:23:24 +0200 Message-ID: <83pnqz7vqb.fsf@gnu.org> References: <20190206222524.zic6idgs2vkglg7h@Ergus> <8736p0nznz.fsf@tcd.ie> <837eebsmaj.fsf@gnu.org> <87sgwvco1l.fsf@Ergus.i-did-not-set--mail-host-address--so-tickle-me> <83r2cel3qf.fsf@gnu.org> <20190211165636.ch5x4wb2ibdt2dzy@Ergus> <83ef8el03u.fsf@gnu.org> <20190308185744.a4vnfoab5wdvqyny@Ergus> <83y35p871q.fsf@gnu.org> <20190309132207.w2ho3j6p5on6fyzw@Ergus> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="61944"; mail-complaints-to="usenet@blaine.gmane.org" Cc: spacibba@aol.com, emacs-devel@gnu.org To: John Yates Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 09 19:24:03 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 1h2gdf-000G0X-9u for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 19:24:03 +0100 Original-Received: from localhost ([127.0.0.1]:33971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2gde-0003Wp-5z for ged-emacs-devel@m.gmane.org; Sat, 09 Mar 2019 13:24:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2gdY-0003Wk-3l for emacs-devel@gnu.org; Sat, 09 Mar 2019 13:23:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2gdW-00008g-Ku; Sat, 09 Mar 2019 13:23:54 -0500 Original-Received: from [176.228.60.248] (port=1698 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h2gdT-0002NU-8V; Sat, 09 Mar 2019 13:23:54 -0500 In-reply-to: (message from John Yates on Sat, 9 Mar 2019 13:02:04 -0500) 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:233985 Archived-At: > From: John Yates > Date: Sat, 9 Mar 2019 13:02:04 -0500 > Cc: Eli Zaretskii , Emacs developers > > On Sat, Mar 9, 2019 at 8:24 AM Ergus wrote: > > > > In graphical mode maybe it is better to do this change writing directly > > a vertical line in the windows' frame background. > > That would be much closer to the experience I desire. I advocate > one small change: draw the vertical line in the foreground. I'll welcome patches to implement such a capability. Right now, I don't think we can do that in Emacs.