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: kill ring menu Date: Mon, 6 May 2002 13:32:12 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200205061932.g46JWCD02203@aztec.santafe.edu> References: <1020022891.27106.142.camel@space-ghost> <200204290505.g3T55t006146@aztec.santafe.edu> <1020059236.31789.358.camel@space-ghost> <200204300519.g3U5Js306727@aztec.santafe.edu> <1020320725.27616.54.camel@space-ghost> <200205031825.g43IPuD00768@aztec.santafe.edu> <1020502030.5286.25.camel@space-ghost> <200205051746.g45Hk5P01808@aztec.santafe.edu> <1020662101.5288.76.camel@space-ghost> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1020737027 3461 127.0.0.1 (7 May 2002 02:03:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 May 2002 02:03:47 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 174uKR-0000ti-00 for ; Tue, 07 May 2002 04:03:47 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 174uRs-0007QF-00 for ; Tue, 07 May 2002 04:11:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 174snT-0008U3-00; Mon, 06 May 2002 20:25:39 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 174oDY-0000Bm-00; Mon, 06 May 2002 15:32:16 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g46JWCk24517; Mon, 6 May 2002 13:32:12 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g46JWCD02203; Mon, 6 May 2002 13:32:12 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: walters@verbum.org In-Reply-To: <1020662101.5288.76.camel@space-ghost> (message from Colin Walters on 06 May 2002 01:15:01 -0400) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3652 I assert (without any statistics) that the vast majority of users put (global-font-lock-mode 1) in their ~/.emacs file (thereby loading font-lock.el), and expect fontification in every mode, while the remaining portion don't want any fontification at all. I don't think so. I expect there are many users like me who find Font-Lock mode strange and/or slow in programs, and thus do not turn it on, but appreciate the fontification of some special buffers. I don't want to turn that off.