From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#16192: hl-line-mode: Current line highlighting takes precedence over region highlighting Date: Thu, 19 Dec 2013 09:02:29 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387461835 15803 80.91.229.3 (19 Dec 2013 14:03:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Dec 2013 14:03:55 +0000 (UTC) Cc: 16192@debbugs.gnu.org To: =?UTF-8?Q?Jaros=C5=82aw_?= =?UTF-8?Q?Rzesz=C3=B3tko?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Dec 19 15:04:00 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1VteC8-0002ku-JC for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Dec 2013 15:03:20 +0100 Original-Received: from localhost ([::1]:44306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VteC8-00072Z-1u for geb-bug-gnu-emacs@m.gmane.org; Thu, 19 Dec 2013 09:03:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VteBy-00072G-He for bug-gnu-emacs@gnu.org; Thu, 19 Dec 2013 09:03:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VteBr-0003ZX-7O for bug-gnu-emacs@gnu.org; Thu, 19 Dec 2013 09:03:10 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VteBr-0003ZR-48 for bug-gnu-emacs@gnu.org; Thu, 19 Dec 2013 09:03:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VteBq-0006uJ-GR for bug-gnu-emacs@gnu.org; Thu, 19 Dec 2013 09:03:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 19 Dec 2013 14:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16192 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16192-submit@debbugs.gnu.org id=B16192.138746175226494 (code B ref 16192); Thu, 19 Dec 2013 14:03:02 +0000 Original-Received: (at 16192) by debbugs.gnu.org; 19 Dec 2013 14:02:32 +0000 Original-Received: from localhost ([127.0.0.1]:58373 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VteBL-0006tF-VB for submit@debbugs.gnu.org; Thu, 19 Dec 2013 09:02:32 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:44223) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VteBK-0006t8-Ma for 16192@debbugs.gnu.org; Thu, 19 Dec 2013 09:02:31 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBJE2SLV015365; Thu, 19 Dec 2013 09:02:29 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 72FF7AE6B6; Thu, 19 Dec 2013 09:02:29 -0500 (EST) In-Reply-To: ("=?UTF-8?Q?Jaros=C5=82aw_?= =?UTF-8?Q?Rzesz=C3=B3tko?="'s message of "Thu, 19 Dec 2013 12:38:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4797=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4797> : inlines <336> : streams <1093431> : uri <1629184> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:82221 Archived-At: > I use a current emacs build from VCS. When you use hl-line-mode with the > default settings, the highlighting of the current line takes precedence > over the region highlighting. Actually, that depends on the relative position/size of the two. I've just installed a patch which lowers the priority of the hl-line highlighting, which seems like a good thing to do in general and which should resolve this problem (unless you use the same attributes for the region and the hl-line faces). Stefan