From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Global Font Lock by default Date: Mon, 31 Oct 2005 09:47:00 -0800 Message-ID: <200510311747.j9VHl2KN024250@scanner2.ics.uci.edu> References: <200510311648.j9VGmgKN020532@scanner2.ics.uci.edu> <878xw9r3tu.fsf@pacem.orebokech.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130781111 15145 80.91.229.2 (31 Oct 2005 17:51:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2005 17:51:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 31 18:51:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWdlx-0006X1-BB for ged-emacs-devel@m.gmane.org; Mon, 31 Oct 2005 18:48:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWdlw-0005OV-JJ for ged-emacs-devel@m.gmane.org; Mon, 31 Oct 2005 12:48:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWdlk-0005OB-JP for emacs-devel@gnu.org; Mon, 31 Oct 2005 12:48:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWdlj-0005Nx-3b for emacs-devel@gnu.org; Mon, 31 Oct 2005 12:48:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWdli-0005Nu-TQ for emacs-devel@gnu.org; Mon, 31 Oct 2005 12:48:27 -0500 Original-Received: from [128.195.1.36] (helo=scanner2.ics.uci.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWdli-0002xE-Ug for emacs-devel@gnu.org; Mon, 31 Oct 2005 12:48:27 -0500 Original-Received: from vino.ics.uci.edu (dann@vino.ics.uci.edu [128.195.11.198]) by scanner2.ics.uci.edu (8.12.10/8.12.10) with ESMTP id j9VHl2KN024250; Mon, 31 Oct 2005 09:47:02 -0800 (PST) Original-To: Romain Francoise In-Reply-To: <878xw9r3tu.fsf@pacem.orebokech.com> (Romain Francoise's message of "Mon, 31 Oct 2005 18:31:09 +0100") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-99.4, required 5, J_CHICKENPOX_62, USER_IN_WHITELIST) 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:45188 Archived-At: Romain Francoise writes: > Dan Nicolaescu writes: > > > I've done the first part of this: add to loadup.el the needed files > > and increazed the puresize so that it does not overflow. > > Hmm, have you tested this thoroughly? Suddenly `font-lock-comment-face' > is bold (on a tty). What kind of tty? I tried Linux console, 8 color xterm and 256 color xterm and font-lock-comment-face is not bold on any of them...