On Thu, 2003-11-20 at 12:02, Matt Price wrote: > hey folks, > > some questios for emacs'ers > just recently switched to xemacs from emacs (see recent thread I > started, thanks to all for help). For the most part working well, but > when run in a terminal (through xemacs-nw or gnuclient -nw) xemacs > won't dispay colors. > > Anyone know if there's a simple solution for this?
This works for me for python files, although xemacs' syntax highlighting isn't as nice as vim's, I'm trying to find a way to make it do more. (setq-default font-lock-maximum-decoration t) (add-hook 'python-mode-hook 'turn-on-font-lock) -- Mark Roach -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]