From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Different buffer background depending on if window active Date: Tue, 19 May 2009 09:14:30 +0900 Message-ID: <87octqne3d.fsf@catnip.gol.com> References: <7b501d5c0905171419y12d4ff28n8bec12cdcedb93a5@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1242692109 17391 80.91.229.12 (19 May 2009 00:15:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 00:15:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 02:15:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M6Cyz-0005sg-Ow for ged-emacs-devel@m.gmane.org; Tue, 19 May 2009 02:15:02 +0200 Original-Received: from localhost ([127.0.0.1]:42371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Cyy-0000cS-R5 for ged-emacs-devel@m.gmane.org; Mon, 18 May 2009 20:15:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Cyu-0000cM-P2 for emacs-devel@gnu.org; Mon, 18 May 2009 20:14:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Cyq-0000c2-U5 for emacs-devel@gnu.org; Mon, 18 May 2009 20:14:56 -0400 Original-Received: from [199.232.76.173] (port=42665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Cyq-0000bz-Nm for emacs-devel@gnu.org; Mon, 18 May 2009 20:14:52 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:37181 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6Cyq-0006Mo-E6 for emacs-devel@gnu.org; Mon, 18 May 2009 20:14:52 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M6Cyk-0002U2-Mt for emacs-devel@gnu.org; Tue, 19 May 2009 00:14:46 +0000 Original-Received: from 218.231.109.29.eo.eaccess.ne.jp ([218.231.109.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2009 00:14:46 +0000 Original-Received: from miles by 218.231.109.29.eo.eaccess.ne.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 May 2009 00:14:46 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.231.109.29.eo.eaccess.ne.jp System-Type: x86_64-unknown-linux-gnu Cancel-Lock: sha1:TqTJGx13fyA07nJ4aYTmAUmJNp4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110972 Archived-At: bojohan+news@dd.chalmers.se (Johan Bockgård) writes: > Changing the background through face-remapping-alist currently only > works for the text portion of the buffer, not for the actual window. That's a bug -- it should be applying the default face to the post-e-o-b background in the same way it does to the pre-e-o-b background. There's also a similar (and perhaps associated) bug: the cursor size is wrong when the cursor is at e-o-b, if the default face has been changed via face-remapping-alist. I've tried to search for a fix for these before, but man... the emacs display code is soooooo large.... [btw, "e.ob." = "end-of-buffer"] -Miles -- Quotation, n. The act of repeating erroneously the words of another. The words erroneously repeated.