From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7282 Path: news.gmane.org!not-for-mail From: xyblor Newsgroups: gmane.emacs.gnus.user Subject: Re: using gnus for mail Date: Sat, 06 May 2006 21:40:46 -0400 Organization: UseNetServer.com Message-ID: References: <87d5ettur8.fsf@gmail.com> <874q052hvj.fsf@gmail.com> <1146918414.916382.221500@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146969627 15803 80.91.229.2 (7 May 2006 02:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 May 2006 02:40:27 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun May 07 04:40:25 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcZC4-0007j9-Q9 for gegu-info-gnus-english@m.gmane.org; Sun, 07 May 2006 04:40:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcZC3-000656-QF for gegu-info-gnus-english@m.gmane.org; Sat, 06 May 2006 22:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!TEKSAVVY.COM-Free-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.gnus Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAAAXNSR0IArs4c6QAAAARnQU1B AACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZQ TFRFAAAA////pdmf3QAAAAlwSFlzAAAuIgAALiIBquLdkgAAAKpJREFUKM9j+A8GDJRQ9WDqFzuI +tfCXA+knjkwAKkXDAwg6gGQsmf43wCk5CEUP8N/BQamBeIM/x2Ytu7wZ/i/Kmz9q/kM/7+KNfxb z/BvYtrGMKBhaxlkzIC8VQ5Mof8Z/kYdYNStZ/i3/QJD+H+Gf9dPWIgCBeNfWmgDVd5/UKcPpC79 /QRy0u/6qHiQW16uB7ns7a/bEHf+g8j9BfPuXwdT3yj1OzoFAG1k5umTy9yQAAAAAElFTkSuQmCC User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (windows-nt) Cancel-Lock: sha1:41pGIzEGnd2X2iKaskve2zXwHDo= Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 23 Original-X-Trace: 18ae7445d501e6b5d3b9204562 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77465 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7282 Archived-At: "Mr. Big" writes: > I followed your steps but it doesn't work. Actually, it seems I was overly hasty in posting that step-by-step guide, since I've now got it working /without/ the pop3.el from TGnus. For some reason it just starting working with the default pop3.el from lib-mail (or is it mail-lib?). It's been working like that for a couple days now. >When I start gnus I get "error (Spawning child process)". Any idea >what that means? openssl is in my path. > > I'm running emacs cvs (22.0.50) which contains GNUS 5.11. > WinXP. I never got any errors like that, but I'm using XEmacs. If you want to track down the problem, there are some things you could try: (setq pop3-debug t) ;then try to connect (load "ssl") (open-ssl-stream "ssl-process" (get-buffer-create "tls") "pop.gmail.com" 995)