From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: Stop minibuffer display of "Fontifying..." ? ? Date: Wed, 14 Jul 2010 10:03:24 -0400 Message-ID: <4C3DC3AC.9090604@mousecar.com> References: <4C3DACCC.8020600@mousecar.com> <83iq4iqm12.fsf@gnu.org> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279116257 7529 80.91.229.12 (14 Jul 2010 14:04:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2010 14:04:17 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 14 16:04:12 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 1OZ2ZI-0004pF-4Z for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 16:04:12 +0200 Original-Received: from localhost ([127.0.0.1]:48380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ2ZH-0006Wy-NA for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jul 2010 10:04:11 -0400 Original-Received: from [140.186.70.92] (port=47952 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZ2Yk-0006Wr-BV for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 10:03:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZ2Yf-0004Bp-Br for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 10:03:38 -0400 Original-Received: from mout.perfora.net ([74.208.4.194]:62745) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZ2Yf-0004Bf-7w for help-gnu-emacs@gnu.org; Wed, 14 Jul 2010 10:03:33 -0400 Original-Received: from [192.168.0.26] (dsl093-011-017.cle1.dsl.speakeasy.net [66.93.11.17]) by mrelay.perfora.net (node=mrus4) with ESMTP (Nemesis) id 0MfWD5-1OkGiH1BLX-00OVwu; Wed, 14 Jul 2010 10:03:31 -0400 User-Agent: Thunderbird 2.0.0.24 (X11/20100318) In-Reply-To: <83iq4iqm12.fsf@gnu.org> X-Enigmail-Version: 0.96.0 OpenPGP: id=5AD091E7 X-Provags-ID: V02:K0:z5MU/whOnoaUGoCO0vwmmTDTKiGZc+Y49wyu/i4zaKz IkKVY8A7sMQ2sMIgUI/3bfs2IrOJ9IL7ZI34BnFuTeKt3TLx/f NF46IIfdnhRatLxanefiavl3lzilD183AQwKx9CwEZQu9aV23J k3n0q3I8R/P4ovxpzBUjSOC4T/0mggWiJiE37Mlx65Uk3tcdQR qsE7SBJCR5QCfZ/fQ8UXeRb58f2EY4ZMYBeruBetGs= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:74191 Archived-At: On 07/14/2010 08:35 AM Eli Zaretskii wrote: >> Date: Wed, 14 Jul 2010 08:25:48 -0400 >> From: ken >> >> So how do I stop >> these messages from showing up in the minibuffer. > > Customize font-lock-verbose to nil? 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.