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: Fri, 15 Mar 2019 18:13:44 +0200 Message-ID: <83lg1gyv2f.fsf@gnu.org> References: <20190309132207.w2ho3j6p5on6fyzw@Ergus> <838sxo87gc.fsf@gnu.org> <20190311104814.kp2nv6arv47hcykz@Ergus> <83y35l4ee0.fsf@gnu.org> <20190312152928.73o4b5fk4paz7wm5@Ergus> <834l883w15.fsf@gnu.org> <20190312192017.fkfd4h5gsbdue5q3@Ergus> <83imwm3fxf.fsf@gnu.org> <20190313200225.dpqrw7xthkj47fqw@Ergus> <83bm2e35a1.fsf@gnu.org> <20190314030224.l5zseslncw3xc5ox@Ergus> <835zsm2c2s.fsf@gnu.org> <303612d8-e691-f753-84c9-f462d88262b6@gmail.com> <83d0ms1to4.fsf@gnu.org> <234b0a33-65e5-5170-47ce-c0eaab762aef@gmail.com> <83y35gz0oh.fsf@gnu.org> <78caa81d-dad0-7096-cc98-45043642a57c@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="78558"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 15 17:34:34 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 1h4pmz-000KJ7-50 for ged-emacs-devel@m.gmane.org; Fri, 15 Mar 2019 17:34:33 +0100 Original-Received: from localhost ([127.0.0.1]:58448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4pmy-0001xT-3h for ged-emacs-devel@m.gmane.org; Fri, 15 Mar 2019 12:34:32 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4pgR-0004k9-9M for emacs-devel@gnu.org; Fri, 15 Mar 2019 12:27:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4pTA-0006dx-0t; Fri, 15 Mar 2019 12:14:04 -0400 Original-Received: from [176.228.60.248] (port=4653 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h4pT9-0005Zw-BS; Fri, 15 Mar 2019 12:14:03 -0400 In-reply-to: <78caa81d-dad0-7096-cc98-45043642a57c@gmail.com> (message from =?utf-8?Q?Cl=C3=A9ment?= Pit-Claudel on Fri, 15 Mar 2019 10:35:02 -0400) 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:234174 Archived-At: > Cc: emacs-devel@gnu.org > From: Clément Pit-Claudel > Date: Fri, 15 Mar 2019 10:35:02 -0400 > > > Does the fci mode support those use cases? > > Not well, no. There are discontinuities, and if I use wide characters (like CJK spaces, e.g. ' '), portions of the line are misaligned. The misalignment part should disappear with this new implementation, because it works in pixels. > > Specifically, drawing a "vertical strike-through" still doesn't solve > > the problem with the height of the line, because the glyph we will > > "strike through" will still need to have a suitable height, right? > > Maybe? At the moment boxes and backgrounds already span the full line height, so I'm assuming strike-throughs would as well. That's again not on the glyph level, it's drawing code specific to each terminal type.