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: [PATCH] update the behavior of highlight-nonselected-windows Date: Tue, 31 Mar 2015 15:59:18 +0300 Message-ID: <83d23ptja1.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427806792 19207 80.91.229.3 (31 Mar 2015 12:59:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2015 12:59:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Oleh Krehel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 31 14:59:47 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 1Ycvlc-0005yt-7e for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 14:59:40 +0200 Original-Received: from localhost ([::1]:38604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ycvlb-0000en-NF for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 08:59:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcvlW-0000c9-Vf for emacs-devel@gnu.org; Tue, 31 Mar 2015 08:59:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcvlT-0005Et-Pc for emacs-devel@gnu.org; Tue, 31 Mar 2015 08:59:34 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:55262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcvlT-00059F-Af for emacs-devel@gnu.org; Tue, 31 Mar 2015 08:59:31 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NM200H00UQB8200@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 31 Mar 2015 15:59:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NM200HZQUR57U00@a-mtaout21.012.net.il>; Tue, 31 Mar 2015 15:59:30 +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.169 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:184619 Archived-At: > Date: Tue, 31 Mar 2015 13:53:33 +0200 > From: Oleh Krehel > > I like to use the `highlight-nonselected-windows' option, but it > becomes very annoying for the case when I have the same buffer in a > few windows. > > Please check the attached patch. Maybe there's a better way to solve > the problem, or maybe this one is good enough. If there aren't > objections, I'll apply this one. Please don't redefine the semantics of the t value of highlight-nonselected-windows. That's an incompatible change. Instead, please introduce a new value for the variable which would have the effect you want, and leave t do what it does today. (I agree with Stefan about the other comments.) Thanks.