Path: utzoo!utgpu!water!watmath!clyde!att!pacbell!ames!amdahl!uunet!kddlab!titcca!ccut!ascgw!fgw!flab!umerin From: umerin@photon.stars.flab.Fujitsu.JUNET (Masanobu UMEDA) Newsgroups: comp.emacs Subject: Re: Problem with GNUS 3.8 Message-ID: Date: 22 Sep 88 06:20:12 GMT References: Sender: news@flab.flab.fujitsu.JUNET Organization: Fujitsu Laboratories Ltd., Kawasaki, Japan. Lines: 20 In-reply-to: ghh@confidence.princeton.edu's message of 21 Sep 88 00:44:13 GMT In article ghh@confidence.princeton.edu (Gilbert Harman) writes: Try adding the line "(require 'backquote)" at the beginning of gnu.el. That works for me. The problem is that gnus.el was compiled with *OLD* nntp.elc, so byte-compiler couldn't know about new macro definitions declared in *NEW* nntp.el. There are two ways to byte-compile-file gnus.el safely: (1) Byte-compile-file nntp.el, nnspool.el and gnus.el in *THIS* order. or (2) Remove *.elc (old byte code), and then byte-compile-file them in any order. -- Masanobu UMEDA umerin@flab.flab.Fujitsu.JUNET umerin%flab.flab.Fujitsu.JUNET@uunet.uu.NET