From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: turning on global-font-lock-mode by default? Date: Fri, 08 Jul 2005 00:36:56 -0400 Message-ID: References: <200503292336.j2TNavAH014494@scanner2.ics.uci.edu> <200507072109.j67L9vKE000484@scanner2.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120799130 7476 80.91.229.2 (8 Jul 2005 05:05:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2005 05:05:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 07:05:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dql2l-0000FT-9o for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 07:04:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dql4A-00064v-0J for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2005 01:06:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dqkzz-0003nL-KJ for emacs-devel@gnu.org; Fri, 08 Jul 2005 01:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dqkyd-0003L2-OJ for emacs-devel@gnu.org; Fri, 08 Jul 2005 01:00:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqkyY-00038z-1N for emacs-devel@gnu.org; Fri, 08 Jul 2005 01:00:34 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dqkkm-0000Dt-0d for emacs-devel@gnu.org; Fri, 08 Jul 2005 00:46:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dqkbg-0003QC-HZ; Fri, 08 Jul 2005 00:36:56 -0400 Original-To: Dan Nicolaescu In-reply-to: <200507072109.j67L9vKE000484@scanner2.ics.uci.edu> (message from Dan Nicolaescu on Thu, 07 Jul 2005 14:09:55 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40622 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40622 Is there anything left to do in order to turn on global-font-lock-mode by default? As far as I know it should be possible to do now. I have occasionally had crashes in Emacs that have been running for a while. I think there is still a bug in the handling of memory-full conditions. This Emacs has been running for about 2 weeks. I started it after the last one crashed rather disastrously. This tells me that my code which disables font-locking when memory is nearly full is not sufficient. But I don't know what more is needed.