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 07:51:32 EST
- Date: Sun, 24 Jan 1993 12:47:28 GMT
- From: djh@CIS.Prime.COM (David Hughes)
- Message-ID: <9301241247.AA23476@CIS.Prime.COM>
- Subject: 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: 18
-
- 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)
-
- Recompile and all your problems disappear...
-
- --
- Regards, David
-