home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 496 < prev    next >
Encoding:
Text File  |  1993-01-24  |  883 b   |  29 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Sun, 24 Jan 1993 07:51:32 EST
  2. Date: Sun, 24 Jan 1993 12:47:28 GMT
  3. From: djh@CIS.Prime.COM (David Hughes)
  4. Message-ID: <9301241247.AA23476@CIS.Prime.COM>
  5. Subject: Solution to highlight-headers problem in lemacs19.4
  6. Newsgroups: alt.lucid-emacs.bug
  7. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  8. Sender: bug-lucid-emacs-request@lucid.com
  9. Lines: 18
  10.  
  11. Various people have complained that vm and gnus breaks under lemacs19.4 due
  12. to "highlight-headers-regexp having no value" and that a "sensible" default
  13. value should have been set up etc, etc.
  14.  
  15. The solution is quite simple :
  16.  
  17. At the bottom of highlight-headers.el add the line
  18.  
  19. (provide 'highlight-headers)
  20.  
  21. and at the top of vm-lucid.el and gnus-lucid.el add the line
  22.  
  23. (require 'highlight-headers)
  24.  
  25. Recompile and all your problems disappear...
  26.  
  27. --
  28. Regards, David
  29.