home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0106.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.3 KB  |  29 lines

  1.  
  2.      Since the mh-e.el that comes with 19.6 doesn't use any of the new
  3. abilities of Lucid Emacs, I decided to try to make the changes myself.
  4. Not being a lisp programmer, I'm sure my changes are not optimal and I
  5. would like to see what others have done.  If you've made changes to
  6. mh-e.el, I'd like to swap information.
  7.  
  8.      I've changed our local mh-e to be much more like the distributed
  9. version of GNUS.  The distributed mh-e.el seemed to be an older
  10. version than the one in 18.59, so I started with the newer mh-e.el
  11. there.  There is a MH menubar entry when you are in folder mode, and
  12. you can select a message to read by clicking the middle mouse button.
  13. It calls hilight-headers on the message currently being shown.  Also,
  14. there are pop-up right button menus.
  15.  
  16.      However, I'm not happy with part of it.  When inc'ing or
  17. rescan'ing a folder with the distributed mh-e.el, the messages between
  18. the end of the buffer and the ``current'' message are hilighted with
  19. the primary-selection color.  I've place a few copies of the following
  20. line in various places in the code to stop this:
  21.  
  22. (if zmacs-regions (zmacs-deactivate-region))
  23.  
  24.      This solution seems non-optimal to me.  I only know from trial
  25. and error where these lines need to go, and I'm sure I've missed some
  26. of them because I don't exercise all of the mh-e functions.  Is there
  27. a better way to do this?
  28.  
  29.