From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.help Subject: Re: How do I check the latest version of Emacs out of CVS? Date: Wed, 26 Nov 2003 14:37:54 +0100 Organization: Dept of Numerical Analysis and Computer Science, KTH Sender: help-gnu-emacs-bounces+geh-help-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 1069854314 1747 80.91.224.253 (26 Nov 2003 13:45:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 13:45:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 14:45:11 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 1AOzyh-0001oV-00 for ; Wed, 26 Nov 2003 14:45:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AP0vg-0007Kn-SE for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2003 09:46:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!luth.se!inn.nada.kth.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: fnatte.nada.kth.se Original-X-Trace: inn.nada.kth.se 1069853876 22721 130.237.226.103 (26 Nov 2003 13:37:56 GMT) Original-X-Complaints-To: usenet@inn.nada.kth.se Original-NNTP-Posting-Date: Wed, 26 Nov 2003 13:37:56 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:6NTF+b4jmKAFPUjJxGKFU1XRwu4= Original-Xref: shelby.stanford.edu gnu.emacs.help:118656 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14597 Eli Zaretskii writes: >> From: mail@vrtprj.com (Rainer Volz) >> Newsgroups: gnu.emacs.help >> Date: 26 Nov 2003 02:09:55 -0800 >> >> I had a problem with SMTP AUTH too and followed the link >> http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mail/smtpmail.el?rev=HEAD&content-type=text/vnd.viewcvs-markup >> from Simon Josefssons page >> (http://josefsson.org/emacs-smtp-starttls.html). It leads directly to >> smtpmail.el.Much simpler. > > Much simpler, but also more risky: the CVS version of smtpmail.el > might need updated versions of other files and might use extensions > and enhancements outside itself. > > But if you are sure that in this particular case, there's no such > dependencies, then fetching smtpmail.el alone is indeed much simpler. sendmail.el and netrc.el are also needed from CVS, if you use smtpmail.el. At least some time ago, today even more files may be required... It would be nice of someone wanted to take over maintaining the SASL/STARTTLS SMTP support for Emacs 21.3, I have problems even keeping up with making it work in HEAD. (The latest starttls.el posted to gnu.emacs.sources being to first step to improve the situation in HEAD, where it currently implicitly uses non-free tools...)