From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84752 Path: news.gmane.org!not-for-mail From: jenia.ivlev@gmail.com (jenia.ivlev) Newsgroups: gmane.emacs.gnus.general Subject: how to set multiple smtp providers? Date: Wed, 06 Aug 2014 02:52:58 -0400 Message-ID: <87iom6gldh.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407443668 24728 80.91.229.3 (7 Aug 2014 20:34:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2014 20:34:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32993@lists.math.uh.edu Thu Aug 07 22:34:23 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XFUOE-0001Go-GN for ding-account@gmane.org; Thu, 07 Aug 2014 22:34:22 +0200 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 1XFUMy-0001VT-P8; Thu, 07 Aug 2014 15:33:04 -0500 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 1XEvEA-0000JT-LI for ding@lists.math.uh.edu; Wed, 06 Aug 2014 02:01:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XEvE9-0000XL-15 for ding@lists.math.uh.edu; Wed, 06 Aug 2014 02:01:38 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XEvCj-0000mk-Kq for ding@gnus.org; Wed, 06 Aug 2014 09:00:25 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XEvCh-00080V-JE for ding@gnus.org; Wed, 06 Aug 2014 09:00:07 +0200 Original-Received: from modemcable112.235-178-173.mc.videotron.ca ([173.178.235.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 09:00:07 +0200 Original-Received: from jenia.ivlev by modemcable112.235-178-173.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Aug 2014 09:00:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: modemcable112.235-178-173.mc.videotron.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:6ghcq0H1oNIvxjPe7VqV9ZenKQI= X-Spam-Score: -2.7 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84752 Archived-At: Hello: I have the following in .gnus.el: (setq gnus-select-method '(nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl))) (setq message-send-mail-function 'smtpmail-send-it ...) (setq gnus-secondary-select-methods '((nntp "news.gmane.org") '(nntp "news.eternal-september.org"))) However, it doesnt work properly. When I run `M-x gnus` it tells me: Cannot open load file: quote. This happens after I'm asked for my credentials, after I can see, in the minibuffer, the inbox and all the other folders being loaded. To avoid the error, I need to remove that last line run gnus, do `M-x load-file .gnus.el` and the run gnus again. How can I fix that? How can I have my gmail and the gmane server connected to? Thanks in advance. jenia