emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

font-lock in terminal vs X11


From: Stephen Eglen
Subject: font-lock in terminal vs X11
Date: Thu, 20 Apr 2006 17:55:44 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]