Path: utzoo!attcan!uunet!kddlab!ccut!ascgw!fgw!flab!nobu
From: nobu@flab.flab.fujitsu.JUNET (Hiraoka 'Tousan' Nobuyuki)
Newsgroups: comp.emacs,fj.editor.emacs
Subject: Order of byte-compilations (Re: GNUS patch#2)
Message-ID: <3804@flab.flab.fujitsu.JUNET>
Date: 7 Jul 88 03:21:12 GMT
References:
Reply-To: nobu@flab.flab.fujitsu.JUNET (Hiraoka 'Tousan' Nobuyuki)
Organization: Fujitsu Laboratories Ltd., Kawasaki, Japan
Lines: 27
In article umerin@photon.stars.flab.Fujitsu.JUNET (Masanobu UMEDA) writes:
>
>You have to byte-compile them in this order:
>
> nntp.el -> nnspool.el -> gnus.el
Why don't you put it into gnus.el?
For example,
(defvar gnus-elisp-directory
"/sdl/nobu/lib/emacs" ; you should change this when you install GNUS
"*Directory name where three e-lisp files for GNUS located.")
(defun gnus-byte-compile()
(interactive)
(byte-compile-file (concat gnus-elisp-directory "/nntp.el"))
(byte-compile-file (concat gnus-elisp-directory "/nnspool.el"))
(byte-compile-file (concat gnus-elisp-directory "/gnus.el"))
)
I'm sorry I'm not quite sure if it works at every site
(because I'm a beginner in e-lisp).
I'll be glad if you refine it and put into the next
official delivery.
--
Nobuyuki HIRAOKA $@$R!w#F(J
nobu@flab.flab.Fujitsu.JUNET
nobu%flab.flab.Fujitsu.JUNET@uunet.uu.NET