unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to shade the whole area after fill-column with display-fill-column-indicator-mode
@ 2023-12-29 11:11 kotatsuyaki via Users list for the GNU Emacs text editor
  2023-12-29 12:17 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: kotatsuyaki via Users list for the GNU Emacs text editor @ 2023-12-29 11:11 UTC (permalink / raw)
  To: help-gnu-emacs


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-29 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29 11:11 How to shade the whole area after fill-column with display-fill-column-indicator-mode kotatsuyaki via Users list for the GNU Emacs text editor
2023-12-29 12:17 ` Eli Zaretskii

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).