From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#14179: [PATCH] hi-lock: more appropriate use of font-locking Date: Fri, 20 Dec 2013 21:47:16 +0200 Organization: JURTA Message-ID: <87txe3wbi3.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387568892 32176 80.91.229.3 (20 Dec 2013 19:48:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 19:48:12 +0000 (UTC) Cc: 14179-done@debbugs.gnu.org To: E Sabof Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 20 20:48:17 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 1Vu63V-0006L1-36 for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 20:48:17 +0100 Original-Received: from localhost ([::1]:51640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu63U-0003Ab-OE for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 14:48:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu63M-00032k-V4 for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 14:48:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu63G-0001lA-Vg for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 14:48:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu63G-0001l1-SH for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 14:48:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vu63G-0004lp-JM for bug-gnu-emacs@gnu.org; Fri, 20 Dec 2013 14:48:02 -0500 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 20 Dec 2013 19:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14179 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 14179@debbugs.gnu.org, juri@jurta.org, esabof@gmail.com Original-Received: via spool by 14179-done@debbugs.gnu.org id=D14179.138756887718320 (code D ref 14179); Fri, 20 Dec 2013 19:48:01 +0000 Original-Received: (at 14179-done) by debbugs.gnu.org; 20 Dec 2013 19:47:57 +0000 Original-Received: from localhost ([127.0.0.1]:60464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vu63A-0004lQ-NV for submit@debbugs.gnu.org; Fri, 20 Dec 2013 14:47:56 -0500 Original-Received: from [69.163.184.122] (port=58625 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vu637-0004lC-UF for 14179-done@debbugs.gnu.org; Fri, 20 Dec 2013 14:47:54 -0500 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.184.122]) by ps18281.dreamhostps.com (Postfix) with ESMTP id D669334A2F6A9C; Fri, 20 Dec 2013 11:47:51 -0800 (PST) In-Reply-To: (E. Sabof's message of "Thu, 11 Apr 2013 05:19:13 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) 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:82297 Archived-At: > Most modes that use custom fontification (ex occur-mode), won't turn the > font-lock-mode off. So hi-lock would add a keyword, and remove all existing > fontification. The below patch fixes this behaviour. Thanks, fixed.