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

Re: Hi-lighting in VM for emacs.



>From /usr/doc/vm/README.hilit19:

----------------------------------------
                        Use of VM with hilit19

hilit19 recommends the following lines in your ~/.emacs to use it:-

    (cond (window-system
           (setq hilit-mode-enable-list  '(not text-mode)
                 hilit-background-mode   'light
                 hilit-inhibit-hooks     nil
                 hilit-inhibit-rebinding nil)
           (require 'hilit19)
    ))

To make it work properly with VM, add the following immediately after
``(require 'hilit19)'':-

           (add-hook 'vm-summary-pointer-update-hook
'hilit-rehighlight-buffer)
           (add-hook 'vm-select-message-hook
'hilit-rehighlight-buffer)

16/7/1995 Richard Kettlewell <richard@elmail.co.uk>
----------------------------------------

-- 
Richard Kettlewell
http://www.elmail.co.uk/staff/richard/                    richard@uk.geeks.org

Eat a live toad before breakfast and nothing worse will happen to you all day.


Reply to: