GNU bug report logs - #11068
24.0.94; Face-remapped background does not extend to end of window

Previous Next

Package: emacs;

Reported by: Ivan Andrus <darthandrus <at> gmail.com>

Date: Thu, 22 Mar 2012 21:21:02 UTC

Severity: wishlist

Found in version 24.0.94

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #88 received at 11068 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: martin rudalics <rudalics <at> gmx.at>
Cc: darthandrus <at> gmail.com, Eli Zaretskii <eliz <at> gnu.org>, 11068 <at> debbugs.gnu.org,
	cyd <at> stupidchicken.com
Subject: Re: bug#11068: 24.0.94;
	Face-remapped background does not extend to end of window
Date: Sun, 25 Mar 2012 15:53:21 -0400
> (let ((overlay (make-overlay (point-max) (point-max))))
>   (overlay-put overlay 'after-string "\n\n\n\n"))

Nitpick, you want (make-overlay (point-max) (point-max) nil t t) if you
want to create an overlay "at EOB" rather than "right after the char
which is currently at (point-max)".  Cursor positioning should be
sensitive to these kinds of stickiness details, although IIRC it
currently isn't.


        Stefan




This bug report was last modified 13 years and 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.