Re: Automatic font-lock in emacs

1998-12-20 Thread Pete Harlan
> How do I configure my emacs so that it will detect the file > type(*.c, *.h, *.tex, *.pro ) and automatically starts the font lock... Add this: (global-font-lock-mode t) to your .emacs file. (This is for emacs 20.3; don't know about other versions.) For more on this, look for help(*) o

Re: Automatic font-lock in emacs

1998-12-19 Thread Peter Kovacs
On Sat, 19 Dec 1998, Shao Zhang wrote: > Hi all, > How do I configure my emacs so that it will detect the file > type(*.c, *.h, *.tex, *.pro ) and automatically starts the font lock... In my .xemacs-options: (setq-default font-lock-auto-fontify t) (setq-default font-lock-use-fonts nil