all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.