|
|
Sure emacs can! [was: not emacs but xemacs]
This is not true!
As of emacs 21 there *are* color support in the terminal!
(you just have to know how to enable it...)
Put this in your .emacs file
; font-lock, decorate with colours
; Use font-lock in all modes
(global-font-lock-mode t)
; And use it with all the whistles
(setq font-lock-maximum-decoration t)
(set-background-color "Black")
(set-foreground-color "White")
(set-cursor-color "DarkRed")
(custom-set-faces
'(font-lock-comment-face ((((class color) (background dark)) (:foreground "Cyan"))))
'(font-lock-reference-face ((((class color) (background dark)) (:bold t :foreground "Orange"))))
'(font-lock-string-face ((((class color) (background dark)) (:bold t :foreground "Grey"))))
'(font-lock-keyword-face ((((class color) (background dark)) (:bold t :foreground "Yellow"))))
'(font-lock-warning-face ((((class color) (background dark)) (:bold t :foreground "Red"))))
'(font-lock-type-face ((((class color) (background dark)) (:bold t :foreground "Green"))))
'(font-lock-variable-name-face ((((class color) (background dark)) (:foreground "Yellow"))))
'(font-lock-function-name-face ((((class color) (background dark)) (:bold t :foreground "White")))))
Enjoy!
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|