At Wed, 22 May 2002 11:39:42 +0800, henry wrote: > There (internet) is package to make Emacs a colorful > editor. http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme
i just use xemacs and font-lock-mode (see the Options -> Syntax highlighting -> Colors menu option) and go with the default colours. remember to choose Options -> Save options to make it permanent. for FSF emacs use the Help -> Options -> Global font lock menu option. add '(global-font-lock-mode t)' to ~/.emacs to make it permanent. is your problem that you can't get any colours at all or that you want to change a particular colour to something else? > It's written with a strange language (?Lisp) , > Could you promote some tutorial of the language & Emacs ? emacs.info from the shell: info emacs / info xemacs from emacs: C-h C-i emacs / C-h C-i xemacs there's also an info2html cgi script which your distribution may or may not make easy to install/use. the emacs info manual also has an extensive section on emacs lisp. i found the tutorial very useful (if not a little *too* easy) when i was starting out (C-h t). -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
