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.help Subject: Re: How to shade the whole area after fill-column with display-fill-column-indicator-mode Date: Fri, 29 Dec 2023 14:17:24 +0200 Message-ID: <83le9d5hkb.fsf@gnu.org> References: <87zfxti6r8.fsf@rtx3070.mail-host-address-is-not-set> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23398"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 29 13:18:12 2023 Return-path: Envelope-to: geh-help-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 1rJBoa-0005sM-De for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 29 Dec 2023 13:18:12 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rJBo1-0003ty-CS; Fri, 29 Dec 2023 07:17:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJBnz-0003tW-FE for help-gnu-emacs@gnu.org; Fri, 29 Dec 2023 07:17:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rJBnz-00085o-6P for help-gnu-emacs@gnu.org; Fri, 29 Dec 2023 07:17:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ycLxOjCO38CrveLFLJtMNuU8EE/+ED8mXd43QFYeoPg=; b=Ar1Feeq5VLmd ooMa0ViPUXRPTgWGXRNO7Dlz5tDzuT5p3mQC/Y+iHALIx7FULfYZ/bXC1HrVrSyufVqzr2+7SSj0C yZlKf5PokOj64xHvm7zBLmCleYnl+YrFvu3g57/CpMy+1EgMm9KmFqR9n6lP+RqOiEj5LEKLjIdZx o+s78ygPSXWZ8rc02nN3+n8njRemiVXfMdZj7nG+opnVzvgGdROatxmkIGLcNEoEE2znydCiOCVgy GDU2ieQreS8fD1rLc7YOAZ4CCvxx4lZ8egP/JBpGu6KgSKdmVKse0bo1Kpi3bva8quI/lHbnI5LbD f8BQeBGtRRqxLHPfcCmFWQ==; In-Reply-To: <87zfxti6r8.fsf@rtx3070.mail-host-address-is-not-set> (message from kotatsuyaki via Users list for the GNU Emacs text editor on Fri, 29 Dec 2023 19:11:05 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145682 Archived-At: > Date: Fri, 29 Dec 2023 19:11:05 +0800 > From: kotatsuyaki via Users list for the GNU Emacs text editor > > I am seeking for a way to shade the whole area after fill-column with a > grey background, as seen in this screenshot [1] from the page for "Fill > Column Indicator" [2] on the EmacsWiki. How do I achieve the style > using display-fill-column-indicator-mode? > > I tried setting the :extend face attribute on the fill-column-indicator > face, as that's how I make the background color of the headlines in > org-mode extend all the way to the right until the edge of the window. > However, the background color of the indicator does not extend: You can't do that, currently. The display of fill-column-indicator is programmed to return to the previous face after displaying the indicator itself. I suggest to submit a feature-request bug report asking for the feature you'd like to have.