From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Eglen Newsgroups: gmane.emacs.devel Subject: font-lock in terminal vs X11 Date: Thu, 20 Apr 2006 17:55:44 +0100 Message-ID: <17479.48400.907604.779724@notch.damtp.cam.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145556169 32139 80.91.229.2 (20 Apr 2006 18:02:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 18:02:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 20 20:02:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWdUI-00011a-Ig for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 20:02:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWdUI-00066H-8i for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 14:02:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWcRc-0008TY-FR for emacs-devel@gnu.org; Thu, 20 Apr 2006 12:55:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWcRa-0008Qn-B7 for emacs-devel@gnu.org; Thu, 20 Apr 2006 12:55:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWcRa-0008QR-1a for emacs-devel@gnu.org; Thu, 20 Apr 2006 12:55:50 -0400 Original-Received: from [131.111.8.131] (helo=ppsw-1.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWcSw-00009Q-PL for emacs-devel@gnu.org; Thu, 20 Apr 2006 12:57:14 -0400 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from smtp.damtp.cam.ac.uk ([131.111.18.84]:61397 helo=medulla.damtp.cam.ac.uk) by ppsw-1.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.131]:25) with esmtp id 1FWcRV-0002gB-4C (Exim 4.54) for emacs-devel@gnu.org (return-path ); Thu, 20 Apr 2006 17:55:45 +0100 Original-Received: from notch.damtp.cam.ac.uk ([131.111.16.112] ident=eximuser) by medulla.damtp.cam.ac.uk with esmtp (Exim 4.32) id 1FWcRV-0003dc-6T for emacs-devel@gnu.org; Thu, 20 Apr 2006 17:55:45 +0100 Original-Received: from sje30 by notch.damtp.cam.ac.uk with local (Exim 4.60) (envelope-from ) id 1FWcRV-0000u5-11 for emacs-devel@gnu.org; Thu, 20 Apr 2006 17:55:45 +0100 Original-To: emacs-devel@gnu.org X-Mailer: VM 7.17 under Emacs 22.0.50.2 X-Mailman-Approved-At: Thu, 20 Apr 2006 14:02:31 -0400 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:53145 Archived-At: With the following small file, e.g. small.el: ---- ;;; small.el --- a sample file. (defcustom foo 4) ---- viewing it in a gnome terminal: % emacs -q -nw small.el versus an Xwindow: % emacs -q small.el shows slightly different font locking, e.g. the text "small.el --- a sample file." is not in red in the terminal, but the semi-colons are. Is the difference between windowing systems intentional? (emacs-version) "GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, X toolkit) of 2006-03-31 on notch.damtp.cam.ac.uk" Stephen