From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50486 Path: main.gmane.org!not-for-mail From: Frank Haun Newsgroups: gmane.emacs.gnus.general Subject: Re: Proper Gnus rebuilding technique? Date: Mon, 03 Mar 2003 00:32:11 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: Frank Haun NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046648149 17238 80.91.224.249 (2 Mar 2003 23:35:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2003 23:35:49 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pczk-0004Tj-00 for ; Mon, 03 Mar 2003 00:35:48 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18pcy3-0002PW-00; Sun, 02 Mar 2003 17:34:03 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 02 Mar 2003 17:35:03 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA25497 for ; Sun, 2 Mar 2003 17:34:49 -0600 (CST) Original-Received: (qmail 63379 invoked by alias); 2 Mar 2003 23:33:45 -0000 Original-Received: (qmail 63374 invoked from network); 2 Mar 2003 23:33:44 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 2 Mar 2003 23:33:44 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18pdFv-0004JZ-00 for ; Mon, 03 Mar 2003 00:52:31 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: wprt-d9b9d89f.pool.mediaways.net Original-X-Trace: quimby.gnus.org 1046649151 16588 217.185.216.159 (2 Mar 2003 23:52:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 2 Mar 2003 23:52:31 GMT X-Url: http://www.fhaun.de/ X-Face: %0?ASO845,WiY/RB_j0kc=/Ir+hm[F?>3{w/6$TtVU(o;}p+f7-P^[FZa,+_pC,5.nlTAr! 2liat?nOnRg&K`VD!CIOO?Z),i: User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:SOoYWHfHomBOaMwkXn19vfQseg0= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50486 Jesper Harder writes: > "Andrew A. Raines" writes: > >> Also, do you guys restart Emacs when you rebuild Gnus? > > Yes, that's necessary. What about `gnus-unload'? I've made a test: `M-x gnus-unload RET' After typing `M-x gnus RET' I get some errors: gnus-shutdown: Symbol's function definition is void: gnus-topic-close gnus-shutdown: Symbol's function definition is void: gnus-backlog-shutdown gnus-shutdown: Symbol's function definition is void: gnus-async-close OK, I load the library where the functions are defined: `M-x load-library RET gnus-async RET' `M-x load-library RET gnus-bcklg RET' `M-x load-library RET gnus-topic RET' Seems to work. Frank