From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64230 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail.el: set-buffer-file-coding-system takes too many args Date: Sat, 06 Jan 2007 18:59:09 +0100 Message-ID: <87d55svxxu.fsf@latte.josefsson.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168106527 18997 80.91.229.12 (6 Jan 2007 18:02:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 18:02:07 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M12753@lists.math.uh.edu Sat Jan 06 19:02:05 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1H3Fre-0003e9-CI for ding-account@gmane.org; Sat, 06 Jan 2007 19:01:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1H3FpJ-0000NY-9k; Sat, 06 Jan 2007 11:59:29 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1H3FpG-0000NJ-IN for ding@lists.math.uh.edu; Sat, 06 Jan 2007 11:59:26 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1H3FpA-000066-B5 for ding@lists.math.uh.edu; Sat, 06 Jan 2007 11:59:26 -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 1H3Fp6-0000np-00 for ; Sat, 06 Jan 2007 18:59:16 +0100 Original-Received: from localhost.localdomain (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l06Hx9X8013585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Jan 2007 18:59:09 +0100 Original-To: David Z Maze OpenPGP: id=B565716F; url=http://josefsson.org/key.txt Mail-Copies-To: nobody X-Hashcash: 1:22:070106:dmaze@mit.edu::SSRhurnq/gagXkNN:20pa X-Hashcash: 1:22:070106:ding@gnus.org::W6tRKDH48RXZp1Y6:2hoX In-Reply-To: (Reiner Steib's message of "Sat\, 06 Jan 2007 15\:50\:24 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64230 Archived-At: Reiner Steib writes: > The version in contrib/ is synced from Emacs CVS: > > ,----[ contrib/README ] > | sendmail.el > | smtpmail.el > | > | Copies of the corresponding files from the Emacs lisp/mail/ > | directory, to provide features (occasionally) needed by Gnus which > | may not be provided by the versions of these files in older Emacs > | distributions. > `---- > > IIRC, smtpmail.el is also included with XEmacs. Simon, is > `smtpmail.el' (from Emacs CVS) supposed to work with XEmacs without > modifications? No. There are several modifications between XEmacs and Emacs smtpmail.el, alas. > If so `smtpmail.el' should probably not use the NOMODIFY argument or > provide some compatibility code. XEmacs users should use the smtpmail.el from mail-lib, there should be no reason to use the Emacs CVS stuff (if there is, a bug report would be most welcome!). I installed the patch below, to hopefully clarify this. 2007-01-06 Simon Josefsson * README: Mention that smtpmail.el doesn't work on XEmacs. --- README 15 Feb 2006 14:51:02 +0100 7.7 +++ README 06 Jan 2007 18:57:10 +0100 @@ -46,7 +46,8 @@ Copies of the corresponding files from the Emacs lisp/mail/ directory, to provide features (occasionally) needed by Gnus which may not be provided by the versions of these files in older Emacs - distributions. + distributions. XEmacs users should NOT use this, since it doesn't + work. See the XEmacs mail-lib module instead. ssl.el