From: kotatsuyaki via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: How to shade the whole area after fill-column with display-fill-column-indicator-mode
Date: Fri, 29 Dec 2023 19:11:05 +0800 [thread overview]
Message-ID: <87zfxti6r8.fsf@rtx3070.mail-host-address-is-not-set> (raw)
Hi all,
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:
(set-face-attribute 'fill-column-indicator
nil
:background "LightGray"
:extend t)
[1] https://www.emacswiki.org/pics/static/FciShadingStyle.png
[2] https://www.emacswiki.org/emacs/FillColumnIndicator
next reply other threads:[~2023-12-29 11:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-29 11:11 kotatsuyaki via Users list for the GNU Emacs text editor [this message]
2023-12-29 12:17 ` How to shade the whole area after fill-column with display-fill-column-indicator-mode Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zfxti6r8.fsf@rtx3070.mail-host-address-is-not-set \
--to=help-gnu-emacs@gnu.org \
--cc=kotatsuyaki@mail.kotatsu.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).