emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Background color past the end of the buffer


From: Yuri D'Elia
Subject: Background color past the end of the buffer
Date: Thu, 9 Jul 2015 20:36:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.0

I'd like to highlight the region past the end of the buffer; that is:
assuming the buffer ends somewhere halfway the current frame (either due
to scrolling or due to the buffer being short), I'd like to set an
highlight between (point-max) and down to the modeline.

I assume it's not possible using markers, and thus overlays.

I don't want to display anything important right now, just change the
background color.

Any other trick I could use?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]