all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font lock in emacs 21.3.50 using u-vm-color.el 2.3
@ 2002-09-18 17:07 Allan Doyle
  0 siblings, 0 replies; only message in thread
From: Allan Doyle @ 2002-09-18 17:07 UTC (permalink / raw)


Emacs version running as an App under Mac OS 10.2:
;; GNU Emacs 21.3.50.1 (powerpc-apple-darwin6.0) of 2002-09-17

VM version:
;; 7.07

u-vm-color.el:
;;  Time-stamp: "3. August 2002, 16:25:41 (ulf)"
;;  Version:    $Id: u-vm-color.el,v 2.3 2002/08/03 14:25:56 ulf Exp $

The problem is that the summary buffer won't start out colored, nor
will it stay colored as new mail comes in. I have to manually run
font-lock-fontify-buffer. I changed too many things at once converting
from using emacs under XDarwin to using it as a Carbon app. (Guess I
should go back & test this in the old setup).

My .emacs contains:
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
(if (fboundp 'turn-on-font-lock)
     (turn-on-font-lock))

My .vm contains:
(require 'u-vm-color)
(add-hook 'vm-summary-mode-hook 'u-vm-color-summary-mode)
(add-hook 'vm-select-message-hook 'u-vm-color-fontify-buffer)
(defadvice vm-decode-mime-message (after u-vm-color activate)
  (u-vm-color-fontify-buffer-even-more))

So, any ideas about how I can fix this?

Thanks,

       Allan

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-18 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-18 17:07 font lock in emacs 21.3.50 using u-vm-color.el 2.3 Allan Doyle

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.