From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Possible bug? font-lock-add-keywords in minor mode and auto-mode-alist Date: Tue, 27 Jan 2015 22:41:29 +0200 Message-ID: <54C7F7F9.6040508@yandex.ru> References: <54C6466D.1050608@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1422391316 28201 80.91.229.3 (27 Jan 2015 20:41:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 20:41:56 +0000 (UTC) To: Joost Kremers , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 27 21:41:55 2015 Return-path: Envelope-to: geh-help-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 1YGCxO-0003pg-Bl for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2015 21:41:54 +0100 Original-Received: from localhost ([::1]:49863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCxN-0004WU-Rw for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2015 15:41:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCx7-0004VX-Ol for help-gnu-emacs@gnu.org; Tue, 27 Jan 2015 15:41:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGCx2-0005NM-Ri for help-gnu-emacs@gnu.org; Tue, 27 Jan 2015 15:41:37 -0500 Original-Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:47418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCx2-0005N6-LW for help-gnu-emacs@gnu.org; Tue, 27 Jan 2015 15:41:32 -0500 Original-Received: by mail-we0-f178.google.com with SMTP id k48so17092388wev.9 for ; Tue, 27 Jan 2015 12:41:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5RiKG7yg1yzrSN8P4S3u81gvufDrcEoUc3FM5ELy0K0=; b=JuOyyyshp9Ej8lYV9L1okHMeIa5MENou0aQdn1m4ZTtvDnFwRju7knD5ugub9nQ8Xy t+5jydNaXMB8GeLPrSy8KhofwcDJe+3y+1oQbH1riacTf1r0pkWqY06ZtpXSgJvS1/yB F77phg98FcWndQjfTtAf1pRDI2UEwGmMVAjiXJkZkODQZpW6tVIrSF3rVSa4bopeSTYl DBASqiu+Xhwsm+uBU+fc4MCVhNWrPowOug2Itd/hE1/EJpzQE1R9V4y+vg5Xf025YNek vv1MPFLTLkqI5TfqPHt2gK/f877oaaBJ9i+UzRBtc62VgtrgkDhkLDHFtfHDg2WIXk8i ZhIg== X-Received: by 10.194.203.234 with SMTP id kt10mr2939225wjc.88.1422391292062; Tue, 27 Jan 2015 12:41:32 -0800 (PST) Original-Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id ej10sm19654697wib.1.2015.01.27.12.41.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 12:41:31 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102320 Archived-At: On 01/27/2015 10:36 PM, Joost Kremers wrote: >> No, it looks more like when global-font-lock-mode's hook runs, it >> gets fooled into thinking that the font-lock-keywords was setup for >> a parent mode and needs to be re-set. > > So should I file a bug report? That's usually a good idea.