From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50539 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 23:24:08 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87n0kd9sy8.fsf@mulligatwani.msrl.com> 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 1046730498 3355 80.91.224.249 (3 Mar 2003 22:28:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 22:28:18 +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 18pyPw-0000ry-00 for ; Mon, 03 Mar 2003 23:28:16 +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 18pyPc-0003eo-00; Mon, 03 Mar 2003 16:27:56 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 16:28:55 -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 QAA29073 for ; Mon, 3 Mar 2003 16:28:41 -0600 (CST) Original-Received: (qmail 15651 invoked by alias); 3 Mar 2003 22:27:38 -0000 Original-Received: (qmail 15646 invoked from network); 3 Mar 2003 22:27:37 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 3 Mar 2003 22:27:37 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18pyhv-0000lU-00 for ; Mon, 03 Mar 2003 23:46:51 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 33 Original-NNTP-Posting-Host: wprt-d9b9da70.pool.mediaways.net Original-X-Trace: quimby.gnus.org 1046731611 2943 217.185.218.112 (3 Mar 2003 22:46:51 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 3 Mar 2003 22:46:51 GMT X-Url: http://www.fhaun.de/ X-Face: NNS"`4?f>Qz1\3t-UZnt@qa<4sf{)Vv`Kk*)MK((}d%[^W>xQ1vMv^Qa^568)\^%Eqah-## x!RTE(sq)'fUmRFfU`x{B^l-s User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:mhmZnd8rfbcmEDmUyoliXYel25Q= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50539 Michael Shields writes: > In article , > Jesper Harder wrote: >> Frank Haun writes: > [...] >>> What about `gnus-unload'? >> >> It doesn't work reliably. > > Is it useful, then? Shouldn't it be either fixed or removed? ,----[ C-h f gnus-unload RET ] | [...] | Currently, features whose names have prefixes `gnus-', `nn', `mm-' or | `rfc' are unloaded. | [...] `---- I vote for remove or moving to contrib. After having a look at http://anc.ed.ac.uk/~stephen/emacs/ell.html these files are affected rfc.el rfc-util.el rfc-view.el rfc2104.el rfcr.el rfcview.el For instance rfcview.el doesn't work after `gnus-unload'. Yes, nnir.el and some more too, but it make no sense to use them after `gnus-unload'. :-) Frank