| delorie.com/archives/browse.cgi | search |
| 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:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| q=dns; s=default; b=JAgLEwA00zCA1It075J9mxbqw0NRODghkFl3Jr5tRNZ | |
| gO+p9a6nDzuGGwxdddwNI+L6cmPyxWLJcshEgsv7o/P1a6JwGjpD7i4jDgZEO+G8 | |
| A0BaS82kJwDjgvW4QzCZoc/My+fJ3Kz68HIIVgD83BX/15ncGdFshIFjZ4ignNC4 | |
| = | |
| 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:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| s=default; bh=VHt85lPnlLDBGEUpFWJDKFk6uec=; b=I4VR3RwVrxjardfI7 | |
| mA13PYznT3TQYUZ5BRWYlTYug8OtdSbiuim6Kl+5TS9rAyShn8jB74IeMekLPmFB | |
| 8qvQNFzQ2lRZFzjDh1G5SmC21mL2yzw4oyRz6FzNNKq/GhQFIqhN0Mnei+oChHnA | |
| 7lgg3GkY6sziLTayRdkmOr78Oc= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=no version=3.3.2 |
| X-HELO: | limerock03.mail.cornell.edu |
| X-CornellRouted: | This message has been Routed already. |
| Message-ID: | <521D3142.10508@cornell.edu> |
| Date: | Tue, 27 Aug 2013 19:07:46 -0400 |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: emacs-24.3.1 crashes on talking to Google |
| References: | <1377622417 DOT 46007 DOT YahooMailNeo AT web184404 DOT mail DOT bf1 DOT yahoo DOT com> |
| In-Reply-To: | <1377622417.46007.YahooMailNeo@web184404.mail.bf1.yahoo.com> |
On 8/27/2013 12:53 PM, Zdzislaw Meglicki wrote:
> 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
What's the exact error message?
And can you reproduce this starting with 'emacs -Q'? If not, then there
might be something in your .emacs or X initialization files that are
making emacs think it should try to connect to the desktop.
> 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)
It looks like you're using at least one obsolete variable. I suggest
you start by reading the emacs documentation on smtpmail, especially the
section on authentication. I glanced at it and noticed the following:
"Either or both of the login and password fields may be absent, in which
case Emacs prompts for the information when you try to send mail. (This
replaces the old `smtpmail-auth-credentials' variable used prior to
Emacs 24.1.)"
Ken
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |