home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Sun, 24 Jan 1993 09:56:37 EST
- Date: Sun, 24 Jan 1993 14:55:14 GMT
- From: djh@CIS.Prime.COM (David Hughes)
- Message-ID: <9301241455.AA23548@CIS.Prime.COM>
- Subject: Re: Solution to highlight-headers problem in lemacs19.4
- Newsgroups: alt.lucid-emacs.bug
- Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
- Sender: bug-lucid-emacs-request@lucid.com
- Lines: 26
-
- Excerpt of message (sent 24 January 93) by David Hughes:
- > Various people have complained that vm and gnus breaks under lemacs19.4 due
- > to "highlight-headers-regexp having no value" and that a "sensible" default
- > value should have been set up etc, etc.
- >
- > The solution is quite simple :
- >
- > At the bottom of highlight-headers.el add the line
- >
- > (provide 'highlight-headers)
- >
- > and at the top of vm-lucid.el and gnus-lucid.el add the line
- >
- > (require 'highlight-headers)
-
- I forgot to add that the following should be replaced in vm-lucid.el
-
- (defun vm-highlight-headers (message window)
- (let ((highlight-headers-regexp (or vm-highlighted-header-regexp
- highlight-headers-regexp)))
- (highlight-headers (marker-position (vm-start-of (car vm-message-pointer)))
- (marker-position (vm-text-of (car vm-message-pointer)))
- t)))
-
- --
- Regards, David
-