From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1124 Path: news.gmane.org!not-for-mail From: Svend Tollak Munkejord Newsgroups: gmane.emacs.gnus.user Subject: M-x byte-compile-file problem Date: Thu, 12 Sep 2002 09:03:01 +0200 Organization: PVV Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667942 9917 80.91.229.2 (31 Jan 2006 00:39:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:39:02 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:40 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!news.teledanmark.no!uninett.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: bacchus.pvv.ntnu.no Original-X-Trace: tyfon.itea.ntnu.no 1031814181 28970 129.241.210.178 (12 Sep 2002 07:03:01 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Thu, 12 Sep 2002 07:03:01 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-unknown-freebsd4.2) Cancel-Lock: sha1:mlFXBY3xLm5HUl1c0KKzLfhnJj0= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1264 Original-Lines: 24 X-Gnus-Article-Number: 1264 Tue Jan 17 17:28:40 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1124 Archived-At: Hi, I have a small change (commented out one line) to the file gnus-sum.el, and would like to use a byte-compiled version of it, according to often-given advice in this group. I tried M-x byte-compile-file, and it compiled all right, only with the warning ** The function `gnus-get-predicate' is not known to be defined. After restarting Emacs, when trying to enter a newsgroup, I get the error message gnus-summary-prepare-threads: Symbol's function definition is void: copy-list When I delete the gnus-sum.elc file and restart Emacs, it says instead Loading gnus-sum (source)...done and it works without problems. So what did I do wrong when compiling the file? -- Svend Tollak Munkejord