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#48901: [kisara.moe] Re: [kisara.moe] Re: bug#48901: [kisara.moe] 28.0.50; Support text-based fringe contents alongside bitmaps Date: Wed, 16 Jun 2021 18:01:24 +0300 Message-ID: <83tulx26rf.fsf@gnu.org> References: <875yyp7qfk.fsf@kisara.moe> <83y2blg59g.fsf@gnu.org> <877diulqxy.fsf@kisara.moe> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32189"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 48901@debbugs.gnu.org To: Mohsin Kaleem Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 16 17:04:50 2021 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 1ltX61-00089Q-Jl for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 16 Jun 2021 17:04:49 +0200 Original-Received: from localhost ([::1]:49600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltX60-00082M-JU for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 16 Jun 2021 11:04:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44494) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltX3K-0003ze-5M for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2021 11:02:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41621) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ltX3J-0000i1-Sx for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2021 11:02:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ltX3J-0005w4-Rk for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2021 11:02:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 Jun 2021 15:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48901 X-GNU-PR-Package: emacs Original-Received: via spool by 48901-submit@debbugs.gnu.org id=B48901.162385568922770 (code B ref 48901); Wed, 16 Jun 2021 15:02:01 +0000 Original-Received: (at 48901) by debbugs.gnu.org; 16 Jun 2021 15:01:29 +0000 Original-Received: from localhost ([127.0.0.1]:53167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltX2m-0005vC-TE for submit@debbugs.gnu.org; Wed, 16 Jun 2021 11:01:29 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:46510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltX2l-0005v0-2G for 48901@debbugs.gnu.org; Wed, 16 Jun 2021 11:01:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45862) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltX2f-00009H-CH; Wed, 16 Jun 2021 11:01:21 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3030 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltX2e-00064s-VN; Wed, 16 Jun 2021 11:01:21 -0400 In-Reply-To: <877diulqxy.fsf@kisara.moe> (message from Mohsin Kaleem on Tue, 15 Jun 2021 23:10:33 +0100) 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:208637 Archived-At: > From: Mohsin Kaleem > Cc: 48901@debbugs.gnu.org > Date: Tue, 15 Jun 2021 23:10:33 +0100 > > What are your thoughts on having a dedicated face for the margin? Lisp programs display in the margins by putting string-valued properties on buffer text. While doing that, how hard is it to specify the face for those strings? it's just one call to 'propertize' away. By default, the text displayed in the margins inherits the face of the text on which you put the corresponding properties, right? Why isn't that a good default?