From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Background color past the end of the buffer Date: Sun, 12 Jul 2015 22:56:45 +0300 Message-ID: <83twt98802.fsf@gnu.org> References: <559F8153.6020805@gmail.com> <87h9p9gpns.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1436731029 31383 80.91.229.3 (12 Jul 2015 19:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2015 19:57:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yuri D'Elia Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 12 21:57:02 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 1ZENN0-0003e9-5s for ged-emacs-devel@m.gmane.org; Sun, 12 Jul 2015 21:57:02 +0200 Original-Received: from localhost ([::1]:51804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENMz-0001de-Lw for ged-emacs-devel@m.gmane.org; Sun, 12 Jul 2015 15:57:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENMn-0001dM-Pu for emacs-devel@gnu.org; Sun, 12 Jul 2015 15:56:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZENMk-0004OO-FV for emacs-devel@gnu.org; Sun, 12 Jul 2015 15:56:49 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:35664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZENMk-0004NM-7I for emacs-devel@gnu.org; Sun, 12 Jul 2015 15:56:46 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NRE007004DZSI00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 12 Jul 2015 22:56:44 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NRE007AM4QKQY20@a-mtaout20.012.net.il>; Sun, 12 Jul 2015 22:56:44 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:187836 Archived-At: > From: Yuri D'Elia > Date: Sun, 12 Jul 2015 21:37:27 +0200 > > On 12/07/15 21:08, Achim Gratz wrote: > > Yuri D'Elia writes: > >> Not quite. In a hack I'm doing, I want to define a binary boundary in > >> the text (in the sense: above/below), and I do that by changing the > >> background color of one of the two. > > > > So changing the background color of the first part should just work the > > way you want, no? > > The part that needs highliting is not related to above/below, and it > might end up being under the first. Then you could change the default face's background instead, no?