From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.bugs Subject: Re: smtpmail.el: typo? Date: Mon, 25 Aug 2003 00:22:54 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061794929 11714 80.91.224.253 (25 Aug 2003 07:02:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2003 07:02:09 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 25 09:02:07 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rBMd-0004sz-00 for ; Mon, 25 Aug 2003 09:02:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rBMH-0001No-I3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 Aug 2003 03:01:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19rBKu-0000kT-BX for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2003 03:00:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19rBEW-00059o-SB for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2003 02:54:17 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19rBE7-00045e-L4 for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2003 02:53:19 -0400 Original-Received: from [217.13.230.178] (helo=yxa.extundo.com) by mx20.gnu.org with esmtp (Exim 4.20) id 19rBBa-00036Q-7y for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2003 02:50:42 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h7OMMsdk009658 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 25 Aug 2003 00:22:57 +0200 Original-To: Felix Natter X-Payment: hashcash 1.2 0:030824:fnatter@gmx.net:6ef11a8423c2739a X-Hashcash: 0:030824:fnatter@gmx.net:6ef11a8423c2739a X-Payment: hashcash 1.2 0:030824:bug-gnu-emacs@gnu.org:584bcb9cd05a0c45 X-Hashcash: 0:030824:bug-gnu-emacs@gnu.org:584bcb9cd05a0c45 In-Reply-To: (Felix Natter's message of "Sat, 23 Aug 2003 18:30:41 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5623 Felix Natter writes: > hi, > > I get this error when sending mail via smtpmail.el > (from cvs: http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mail/smtpmail.el): That file requires other files from Emacs CVS, so you can't simply take one elisp file from CVS and expect it to work with your old elisp files. I believe sendmail.el is necessary as well, but there may be others as well.