From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: customizing hl-line-face should reset global-hl-line-overlay to nil] Date: Mon, 28 Aug 2006 17:44:24 +0200 Message-ID: <44F30F58.9070704@gmx.at> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156779950 19784 80.91.229.2 (28 Aug 2006 15:45:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 15:45:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 28 17:45:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHjIc-00087n-7g for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 17:45:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjIb-0006qF-Mt for ged-emacs-devel@m.gmane.org; Mon, 28 Aug 2006 11:45:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHjG7-0004N5-V7 for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:42:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHjG6-0004Lz-8T for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:42:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjG6-0004Lp-23 for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:42:42 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GHjP4-0005kn-Gq for emacs-devel@gnu.org; Mon, 28 Aug 2006 11:51:58 -0400 Original-Received: (qmail invoked by alias); 28 Aug 2006 15:42:40 -0000 Original-Received: from M3200P006.adsl.highway.telekom.at (EHLO [88.117.47.230]) [88.117.47.230] by mail.gmx.net (mp029) with SMTP; 28 Aug 2006 17:42:40 +0200 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Drew Adams In-Reply-To: X-Y-GMX-Trusted: 0 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:59006 Archived-At: > > Customizing `hl-line-face' has no immediate effect. You must save the > > customization, quit Emacs, and restart Emacs, to see the effect. > > Would the attached patch help? > > Looking at it (without trying it), I'm not sure, but I suppose so. How am I to know whether it works if you don't try it? > However, please see my other email about using a face instead of a user > option (variable). Wouldn't that also take care of this problem? That is, if > there is no face variable, and users change the face itself, then that would > be immediately reflected in the overlay, no? It would. But it would break other people's customizations as well. > BTW, what is this for: ":require 'hl-line"? (I'm not familiar with it.) Try without, maybe it's not needed.