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