From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: (font-lock-mode 1) does not always force font-lock Date: Mon, 27 Oct 2003 18:44:32 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87vfqffbwe.fsf@oak.pohoyda.family> <8765iephzh.fsf@oak.pohoyda.family> <87y8v9epmv.fsf@oak.pohoyda.family> <87ismcb5ek.fsf@oak.pohoyda.family> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067298843 6250 80.91.224.253 (27 Oct 2003 23:54:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2003 23:54:03 +0000 (UTC) Cc: hniksic@xemacs.org, alexander.pohoyda@gmx.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 28 00:53:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEHBO-0006lQ-00 for ; Tue, 28 Oct 2003 00:53:58 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEHBO-0005Sb-00 for ; Tue, 28 Oct 2003 00:53:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEHB9-0000Re-0V for emacs-devel@quimby.gnus.org; Mon, 27 Oct 2003 18:53:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEH7m-0007N8-TL for emacs-devel@gnu.org; Mon, 27 Oct 2003 18:50:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEH7D-0006yk-3A for emacs-devel@gnu.org; Mon, 27 Oct 2003 18:50:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEH7C-0006xL-Ab for emacs-devel@gnu.org; Mon, 27 Oct 2003 18:49:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AEH2G-0007BM-2K; Mon, 27 Oct 2003 18:44:32 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 26 Oct 2003 14:07:31 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17480 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17480 i think that explicit call to font-lock-mode shd apply to all buffers. instead global-font-lock-mode should check to avoid temp bufs. someone want to do it?