From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.help Subject: Re: howto bundle smtpmail.el with emacs Date: Thu, 11 Dec 2008 22:17:38 +0100 Organization: T-Online Message-ID: <87wse6csy5.fsf@marauder.physik.uni-ulm.de> References: <87iqpqalyf.fsf@thinkpad.tsdh.de> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229032849 8430 80.91.229.12 (11 Dec 2008 22:00:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 22:00:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 11 23:01:53 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LAtbJ-0001Xh-So for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 23:01:42 +0100 Original-Received: from localhost ([127.0.0.1]:33574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAta5-0007a9-0k for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Dec 2008 17:00:25 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2!news2.arglkargh.de!newsfeed.straub-nv.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 66 Original-X-Trace: news.t-online.com 1229030306 00 n30917 BhbelleJYn8dwf 081211 21:18:26 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: V9jyw6ZBYeYCn3mto5WhFZgYkE7h23dja5v4Utdqlla68pEdoOIt4X X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY; Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m, tWj]&}, qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi, +g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:KcIW1t3K9Yr23VNXSxBnOYSHJOc= Original-Xref: news.stanford.edu gnu.emacs.help:165234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60563 Archived-At: On Thu, Dec 11 2008, Tassilo Horn wrote: > laszo <3he628@163.com> writes: > > Hi! > >> when i send a mail ,the *Message* buffer says: >> >> Sending... >> Sending via mail... >> Loading d:/emacs/site-lisp/gnus/contrib/smtpmail.el (source)... >> progn: Please use `smtpmail.el' bundled with Emacs. >> >> What can i do please? > > Add > > (load "d:/emacs/site-lisp/gnus/contrib/smtpmail.el") > > to your ~/.gnus.el. No, quite the contrary! Laszo should *not* load the file from contrib unless he uses Emacs < 22. ,----[ contrib/README ] | The files in this directory are not (yet) part of the Gnus | distribution proper. They may later become part of the | distribution, or they may disappear altogether. | | Please note that it is NOT good to just add this directory to | `load-path': a number of files in this directory will become part of | more recent Emacs versions, so that you might be running obsolete | libraries with all kinds of ill effects | (cf. `list-load-path-shadows'). | | The suggested method for installation is to copy those files that | you need to a directory which is in `load-path'. | | Here is an overview of the files: | | [...] | | 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 | (Emacs < 22). XEmacs users should NOT use this, since it doesn't work. | See the XEmacs mail-lib module instead. | [...] `---- ,----[ contrib/smtpmail.el ] | ;; This version of `smtpmail.el' should only be used with Emacs 21. | (if (featurep 'xemacs) | (error "Please use `smtpmail.el' from the mail-lib package.") | (when (>= emacs-major-version 22) | (error "Please use `smtpmail.el' bundled with Emacs."))) `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/