X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=WkvfeTrwP6xaF1BfVPplgQeV6StTetvMJegGSLEUGBzkPJE3CjPIo aNdOybz/uZ+diki6KaityBeLyTV8QR3B2Lgjwn/AhdA3qdyHaqDybQc4gK24CZ56 GxMUpgqYp3AxHvemc4imjS7DLBZgiRdH76sD6xoi3XjF07L0nCbJCQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:subject:to :mime-version:content-type:content-transfer-encoding; s=default; bh=sAcgzgdYDGC1+deD4pfAHsZnCx0=; b=dE8aan35alLsymKta0MbkZdMQj0y VSkG/6IUpfLXnplejHBisgFbecFAWwdBIQ28L6Ix/KpAFin6tr/ZkOmKXMhxrBIr zexWopharjguRPqfNk4/NPtwfvj+k0Eqs4xCuEfhJ/jjAdm+Xo19EkPnmU9iq8/S +N0//SrJnnWH6wI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RDNS_NONE autolearn=no version=3.3.2 X-HELO: nm12-vm7.access.bullet.mail.bf1.yahoo.com Message-ID: <1377622417.46007.YahooMailNeo@web184404.mail.bf1.yahoo.com> Date: Tue, 27 Aug 2013 09:53:37 -0700 (PDT) From: Zdzislaw Meglicki Reply-To: Zdzislaw Meglicki Subject: emacs-24.3.1 crashes on talking to Google To: "cygwin AT cygwin DOT com" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r7RGrqh9002691 I have a fresh installation of Cygwin and Emacs on Windows 8 Pro, which run on AMD A8-5500 (quadcore, 64bit). The versions are as follows: Emacs 24.3.1 Cygwin 1.7.24 I have two problems with emacs. First, when I start it under X11, but not under KDE, it spews a message about not being able to connect to the desktop but comes up eventually after a while. It crashes eventually too, even if I don't do anything with it and chews up a lot of CPU while still alive. The w32 version works better and this is my default now. However, both versions, X11 and w32, crash on sending mail through Google. This worked nicely with older versions of Cygwin and emacs, which I used to run on Vista and Windows 7. My .emacs settings for sending mail through Google, currently commented out, are as follows: ;; (setq starttls-use-gnutls t) ;; (setq send-mail-function 'smtpmail-send-it ;;       message-send-mail-function 'smtpmail-send-it ;;       smtpmail-starttls-credentials ;;       '(("smtp.gmail.com" 587 nil nil)) ;;       smtpmail-auth-credentials ;;       (expand-file-name "~/.authinfo") ;;       smtpmail-default-smtp-server "smtp.gmail.com" ;;       smtpmail-smtp-server "smtp.gmail.com" ;;       smtpmail-smtp-service 587 ;;       smtpmail-debug-info t) ;; (require 'smtpmail) Should I change something here? My fetchmail gets e-mail from Google too and this works fine. But I had to install my own version of fetchmail because the one provided with Cygwin didn't support SSL.       Greetings, Gustav Zdzislaw (Gustav) Meglicki http://perth.ovpit.indiana.edu/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple