[Xorg-commit] xc/programs/xedit/lisp/modules syntax.lsp,1.1,1.1.4.1

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/programs/xedit/lisp/modules
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/xedit/lisp/modules

Modified Files:
      Tag: XORG-CURRENT
	syntax.lsp 
Log Message:
merge most of XFree86 RC3 (4.3.99.903) from vendor branch.
bug #214


Index: syntax.lsp
===================================================================
RCS file: /cvs/xorg/xc/programs/xedit/lisp/modules/syntax.lsp,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- a/syntax.lsp	14 Nov 2003 16:49:22 -0000	1.1
+++ b/syntax.lsp	23 Feb 2004 21:37:47 -0000	1.1.4.1
@@ -27,7 +27,7 @@
 ;; Author: Paulo César Pereira de Andrade
 ;;
 ;;
-;; $XFree86: xc/programs/xedit/lisp/modules/syntax.lsp,v 1.11 2003/01/16 03:50:46 paulo Exp $
+;; $XFree86: xc/programs/xedit/lisp/modules/syntax.lsp,v 1.12 2004/01/08 21:29:11 paulo Exp $
 ;;
 
 (provide "syntax")
@@ -126,60 +126,60 @@
 ;; sources in different programming languages.
 (defsynprop *prop-default*
     "default"
-    :font	"*courier-medium-r*12*"
+    :font	"*courier-medium-r*-12-*"
     :foreground	"black")
 
 (defsynprop *prop-keyword*
     "keyword"
-    :font	"*courier-bold-r*12*"
+    :font	"*courier-bold-r*-12-*"
     :foreground	"gray12")
 
 (defsynprop *prop-number*
     "number"
-    :font	"*courier-bold-r*12*"
+    :font	"*courier-bold-r*-12-*"
     :foreground	"OrangeRed3")
 
 (defsynprop *prop-string*
     "string"
-    :font	"*lucidatypewriter-medium-r*12*"
+    :font	"*lucidatypewriter-medium-r*-12-*"
     :foreground	"RoyalBlue2")
 
 (defsynprop *prop-constant*
     "constant"
-    :font	"*lucidatypewriter-medium-r*12*"
+    :font	"*lucidatypewriter-medium-r*-12-*"
     :foreground	"VioletRed3")
 
 (defsynprop *prop-comment*
     "comment"
-    :font	"*courier-medium-o*12*"
+    :font	"*courier-medium-o*-12-*"
     :foreground	"SlateBlue3")
 
 (defsynprop *prop-preprocessor*
     "preprocessor"
-    :font	"*courier-medium-r*12*"
+    :font	"*courier-medium-r*-12-*"
     :foreground	"green4")
 
 (defsynprop *prop-punctuation*
     "punctuation"
-    :font	"*courier-bold-r*12*"
+    :font	"*courier-bold-r*-12-*"
     :foreground	"gray12")
 
 ;; Control characters, not always errors...
 (defsynprop *prop-control*
     "control"
-    :font	"*courier-bold-r*12*"
+    :font	"*courier-bold-r*-12-*"
     :foreground	"yellow2"
     :background	"red3")
 
 (defsynprop *prop-error*
     "error"
-    :font	"*new century schoolbook-bold*24*"
+    :font	"*new century schoolbook-bold*-24-*"
     :foreground	"yellow"
     :background	"red")
 
 (defsynprop *prop-annotation*
     "annotation"
-    :font	"*courier-medium-r*12*"
+    :font	"*courier-medium-r*-12-*"
     :foreground	"black"
     :background	"PaleGreen")
 





More information about the xorg-commit mailing list