home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / bug / 1175 next >
Encoding:
Text File  |  1992-08-12  |  1.3 KB  |  31 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!inf-wiss.ivp.uni-konstanz.DE!hoehle
  3. From: hoehle@inf-wiss.ivp.uni-konstanz.DE (Joerg-Cyril Hoehle)
  4. Subject: how to use gnus-speedups (Was: Load hooks, a convention needed.)
  5. Message-ID: <HOEHLE.92Aug10174039@stetten.inf-wiss.ivp.uni-konstanz.de>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Information Science, Univ. of Konstanz D-W-7750 Konstanz, Germany
  8. References: hoehle@inf-wiss.ivp.uni-konstanz.DE (Joerg-Cyril Hoehle)
  9. Distribution: gnu
  10. Date: Mon, 10 Aug 1992 22:40:39 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 17
  13.  
  14. In article <RSM.92Aug9153420@coral.math.arizona.edu> rsm@math.arizona.edu (Robert S. Maier) writes:
  15.  
  16. >[...]
  17. >This makes it awkward to use Marc Andreessen's gnus-speedups.el, which was
  18. >just posted to gnus.emacs.gnus.  Logically, his speedups should be loaded
  19. >immediately after gnus.el itself is loaded.  But the only hook available is
  20. >gnus-Startup-hook, which will load them every time a connection to an NNTP
  21. >server is opened.  This is redundant.
  22.  
  23. This is not a solution to the general load-hooks problem, but here is
  24. what I do in my .emacs in order to be able to start gnus with M-x gnus:
  25. (autoload 'gnus "gnus-speedups" "Read network news" t)
  26. --
  27.      Joerg.
  28. hoehle@inf-wiss.ivp.uni-konstanz.de
  29.  
  30.  
  31.