From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jimmy Aguilar Mena Newsgroups: gmane.emacs.devel Subject: Re: Fill column indicator functionality Date: Mon, 11 Feb 2019 17:56:36 +0100 Message-ID: <20190211165636.ch5x4wb2ibdt2dzy@Ergus> References: <20190205105340.q7zdbu7kolc7rvpr@Ergus> <83imxytcfr.fsf@gnu.org> <20190205184720.nd43dg5ho47dhqfe@Ergus> <83tvhgsxvm.fsf@gnu.org> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="51340"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: NeoMutt/20180716 Cc: contovob@tcd.ie, Ergus , emacs-devel@gnu.org, john@yates-sheets.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 18:18:18 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 1gtFDl-000DEa-Fo for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2019 18:18:17 +0100 Original-Received: from localhost ([127.0.0.1]:53406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtFDk-0005B9-5j for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2019 12:18:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtEtC-0004cn-Mp for emacs-devel@gnu.org; Mon, 11 Feb 2019 11:57:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtEtB-0006T1-I5 for emacs-devel@gnu.org; Mon, 11 Feb 2019 11:57:02 -0500 Original-Received: from mao.bsc.es ([84.88.52.34]:51056 helo=opsmail01.bsc.es) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtEt8-0006Bs-K5; Mon, 11 Feb 2019 11:56:58 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by opsmail01.bsc.es (Postfix) with ESMTP id 9131EDA655; Mon, 11 Feb 2019 17:56:39 +0100 (CET) Original-Received: from opsmail01.bsc.es ([127.0.0.1]) by localhost (opswc01.bsc.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27344-02; Mon, 11 Feb 2019 17:56:38 +0100 (CET) Original-Received: from opswc01.bsc.es (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by opsmail01.bsc.es (Postfix) with ESMTPS id D180710144B; Mon, 11 Feb 2019 17:56:38 +0100 (CET) Original-Received: (from filter@localhost) by opswc01.bsc.es (8.13.6/8.13.6/Submit) id x1BGucUo028086; Mon, 11 Feb 2019 17:56:38 +0100 Original-Received: from Ergus (bsc-102470.int.bsc.es [84.88.50.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by opsmail01.bsc.es (Postfix) with ESMTPSA id B5185DA61F; Mon, 11 Feb 2019 17:56:38 +0100 (CET) Content-Disposition: inline In-Reply-To: <83r2cel3qf.fsf@gnu.org> X-Copyrighted-Material: Please visit http://www.bsc.es/disclaimer X-Virus-Scanned: amavisd-new at bsc.es X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 84.88.52.34 X-Mailman-Approved-At: Mon, 11 Feb 2019 12:14:02 -0500 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:233224 Archived-At: On Mon, Feb 11, 2019 at 05:55:04PM +0200, Eli Zaretskii wrote: >> Date: Sun, 10 Feb 2019 23:04:54 +0100 >> From: Ergus >> Cc: "Basil L. Contovounesios" , emacs-devel@gnu.org, >> john@yates-sheets.org >> >> I have been checking the display engine and the commits to add the >> display-line-number functionality. With this, it really looks much >> simpler to implement the version of the vertical line (character at >> column X). > >I'm not sure I understand: much simpler than what alternative? > The color change one. >> Do you still think not worth it to try a simpler implementation where the >> only specification is the column number and the character to use? > >Also here: simpler than what alternative(s)? > >> If someone can advise or start with this I will be very happy to >> help. > >I can describe my idea of implementing this, if that's what you meant, >and point to the places in the code where it should be done. If you >then decide to work on that, I will gladly help with advice and any >questions you might have. > >Thanks. > Exactly that's what I mean. BTW, is it there any legal paperwork before contributing? http://bsc.es/disclaimer