From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.devel Subject: Background color past the end of the buffer Date: Thu, 9 Jul 2015 20:36:22 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1436467035 29870 80.91.229.3 (9 Jul 2015 18:37:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2015 18:37:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 09 20:37:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZDGgz-0005uY-U6 for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2015 20:37:06 +0200 Original-Received: from localhost ([::1]:41292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDGgz-0003xh-1s for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2015 14:37:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDGgu-0003xc-BK for emacs-devel@gnu.org; Thu, 09 Jul 2015 14:37:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDGgq-0006tL-Ji for emacs-devel@gnu.org; Thu, 09 Jul 2015 14:37:00 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDGgq-0006sD-CT for emacs-devel@gnu.org; Thu, 09 Jul 2015 14:36:56 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZDGgi-0005iU-S3 for emacs-devel@gnu.org; Thu, 09 Jul 2015 20:36:48 +0200 Original-Received: from adsl-ull-6-179.44-151.net24.it ([151.44.179.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 20:36:48 +0200 Original-Received: from wavexx by adsl-ull-6-179.44-151.net24.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 20:36:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-ull-6-179.44-151.net24.it X-Mozilla-News-Host: news://news.gmane.org:119 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187792 Archived-At: 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?