At Thu, 23 May 2002 11:10:27 +0800, henry wrote: > I started Xemacs under text-mode, there was a red-coloured sentence. > but the function of syntax- highlight failed ,too.
as i replied in an earlier private mail, it will only work on the console if the colours you choose are able to be displayed by the console. in practice, this means the usual red, green, blue, cyan, etc. you might also want to check that font-lock is colourising everything it can. check "Options -> Syntax Highlighting -> Most" or in elisp with: (setq font-lock-maximum-decoration t) -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
