From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1310 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: need (load-library "smtpmail") or not in .gnus? Date: Wed, 09 Oct 2002 17:44:19 +0200 Organization: http://purl.org/harder/ Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668111 10764 80.91.229.2 (31 Jan 2006 00:41:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:41:51 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:57 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!news.teledanmark.no!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Ed writes: > I've been mucking around with my .gnus and just realized that I don't > have (load-library "smtpmail") anywhere, nor do I have (require > "smtpmail"). > > But everything still works. I guess I don't need to load this library > after all? No, you don't need to load it, because the function `smtpmail-send-it' is autoloaded. Check out the section in the elisp manual about autoloading if you want to know how that magic works.