From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61986 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: select-message-coding-system Date: Tue, 14 Feb 2006 13:26:17 +0100 Message-ID: References: <1139856765.13953.2.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139920006 15770 80.91.229.2 (14 Feb 2006 12:26:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2006 12:26:46 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10513@lists.math.uh.edu Tue Feb 14 13:26:36 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8zGM-00074m-Pc for ding-account@gmane.org; Tue, 14 Feb 2006 13:26:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F8zGJ-0002NU-00; Tue, 14 Feb 2006 06:26:31 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F8zGD-0002NP-00 for ding@lists.math.uh.edu; Tue, 14 Feb 2006 06:26:25 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1F8zGB-00022w-L7 for ding@lists.math.uh.edu; Tue, 14 Feb 2006 06:26:25 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F8zGA-0004Ca-00 for ; Tue, 14 Feb 2006 13:26:23 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k1ECQK52019940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Feb 2006 13:26:21 +0100 Original-To: Norbert Koch OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060214:nk@viteno.net::LRFUjej2rgM6Hy0n:1ccq X-Hashcash: 1:21:060214:ding@gnus.org::0NhU0Nq7cyYszo2C:4qIM In-Reply-To: <1139856765.13953.2.camel@localhost.localdomain> (Norbert Koch's message of "Mon, 13 Feb 2006 18:52:45 +0000") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61986 Archived-At: Norbert Koch writes: > Hi! > > Vitals: > > (emacs-version) > "SXEmacs: steve@sxemacs.org--2006/sxemacs--main--22.1.4--patch-28, built > Mon Ja\n 23 09:49:34 2006 on arafel" > (gnus-version) > "No Gnus v0.4" > > I just got this error message: > > Symbol's function definition is void: select-message-coding-system > Sending via mail... > > Is there something I've got to set up? Do you have Gnus's contrib/ in your load-path? Ok, it seems adding s???mail.el to contrib/ didn't work well with XEmacs. Should have remembered that, I modify it in some ways each time I import it into XEmacs... Hm. Either XEmacs users has to make sure they put Gnus contrib/ after mail-lib in load-path, or we'll somehow have to revert the contrib/s???mail.el files. Or create contrib/emacs vs contrib/xemacs? I don't like that. Or someone make fixes these files so they work fine on both emacsen, so we don't have this problem.