From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Stop minibuffer display of "Fontifying..." ? ? Date: Wed, 14 Jul 2010 18:01:52 +0300 Message-ID: <83mxtugl9b.fsf@gnu.org> References: <4C3DACCC.8020600@mousecar.com> <83iq4iqm12.fsf@gnu.org> <4C3DC3AC.9090604@mousecar.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1279119864 21887 80.91.229.12 (14 Jul 2010 15:04:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2010 15:04:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 14 17:04:22 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ3VU-0007FJ-BE for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 17:04:20 +0200 Original-Received: from localhost ([127.0.0.1]:35191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ3VT-00021y-V3 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 11:04:20 -0400 Original-Received: from [140.186.70.92] (port=49852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ3V5-00021j-9d for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 11:03:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ3V3-0005eq-0g for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 11:03:55 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:56314) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ3V2-0005eZ-PA for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 11:03:52 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L5J00000Z2TXI00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 18:03:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5J00LCFZ6D5WB0@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 18:03:49 +0300 (IDT) In-reply-to: <4C3DC3AC.9090604@mousecar.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74192 Archived-At: > Date: Wed, 14 Jul 2010 10:03:24 -0400 > From: ken > > Thanks, Eli. Did that, restarted emacs, but got the same "Fontifying > ..." messages. "C-h v font-lock-verbose" says: > > font-lock-verbose is a variable defined in `font-lock.el'. > Its value is nil > .... > > After customizing, I didn't find this variable in my ~/.emacs though. > So I put it in manually, at the bottom just above the > "(custom-set-variables..." block, like this: > > (setq font-lock-verbose nil) > > But still no happy-happy. (Still getting "Fontifying....") > > Moved the function to the top of .emacs.... Same deal. Something else is at work here. Can you repeat this with "emacs -Q"? And what Emacs version is that, btw?