From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48021 Path: main.gmane.org!not-for-mail From: kgreiner@xpediantsolutions.com Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't start CVS gnus. Date: Tue, 03 Dec 2002 23:06:53 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84hee0jyqo.fsf@lucy.cs.uni-dortmund.de> <84d6onars7.fsf@lucy.cs.uni-dortmund.de> <8465ucsvix.fsf@lucy.cs.uni-dortmund.de> <844r9v7ejd.fsf@lucy.cs.uni-dortmund.de> <20021203130346.GC15650@merlin.emma.line.org> <84u1hvuors.fsf@lucy.cs.uni-dortmund.de> <20021203153819.GA17143@merlin.emma.line.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038978386 7320 80.91.224.249 (4 Dec 2002 05:06:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Dec 2002 05:06:26 +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 18JRjs-0001tw-00 for ; Wed, 04 Dec 2002 06:06:25 +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 18JRkt-0007db-00; Tue, 03 Dec 2002 23:07:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 03 Dec 2002 23:08:16 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id XAA16371 for ; Tue, 3 Dec 2002 23:08:00 -0600 (CST) Original-Received: (qmail 26886 invoked by alias); 4 Dec 2002 05:07:04 -0000 Original-Received: (qmail 26881 invoked from network); 4 Dec 2002 05:07:04 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 4 Dec 2002 05:07:04 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18JRs0-000217-00 for ; Wed, 04 Dec 2002 06:14:48 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: 216.12.206.203 Original-X-Trace: quimby.gnus.org 1038978888 7756 216.12.206.203 (4 Dec 2002 05:14:48 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 Dec 2002 05:14:48 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:xUV0T1KjEGYa3SElXQSDtWBCkTE= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48021 Matthias Andree writes: > what I'd need is: > > 1a. unload mm-util Well, I don't know about an unload but you can do a reload. That may be sufficient. > 1b. fix load path > 2. require mm-util ;; Make sure that the right mm-util is loaded. (unless (fboundp 'mm-guess-mime-charset) (let ((load-path (list (file-name-directory (locate-library "gnus"))))) (load-library "mm-util"))) I have no idea whether this is portable to XEmacs. It does seem to work fine in emacs 21.2. Kevin