help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

font-lock-mode


From: chris.danx
Subject: font-lock-mode
Date: Sat, 22 Feb 2003 20:05:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210

Hi,

For some reason this isn't highlighting a buffer first time. I have to disable it, then turn it back on for each buffer. Anyone know why? I'd like it to automatically highlight a buffer when it's loaded, rather than have to disable then re-enable font-lock-mode!

My .emacs is rather lengthy but here is the section set via 'save options'.

(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(auto-compression-mode t nil (jka-compr))
 '(case-fold-search t)
 '(column-number-mode t)
 '(current-language-environment "Latin-1")
 '(default-input-method "latin-1-prefix")
 '(delete-key-deletes-forward t)
 '(font-lock-mode t t (font-lock))
 '(global-font-lock-mode t nil (font-lock))
 '(pc-select-meta-moves-sexps t)
 '(pc-select-selection-keys-only t)
 '(pc-selection-mode t nil (pc-select))
 '(save-place t nil (saveplace))
 '(show-paren-mode t nil (paren))
 '(text-mode-hook (quote (turn-on-auto-fill)))
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

Thanks,
Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]