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=Fc8qKU9UBn7z/MsUTe5MB87zuu4AB8ZukokxPUxpYr3 D5x4US/iHtFGRzjoeoJeIhqlmMKL6LUmeVRc11Wk9PsDJ12WpPV+jaAZPjEhtIhd yBULB0V1kFehCpCqEWWtgSfGXk/a8PAt0f+8mXsg82ZyZy76e1uHMiJkslNN4h7I = 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=vldVtXXoahqDCgaAq//rmpz3DWg=; b=WdGWNfMfizZeWGy1X xN/IaBPtUWxyQV7gSzcfWGN5XeW78t5GKgsp1OwEpxsgJ/8UDEh8Rsj8Am148d/m 27pCzR5s7EWMiGOj1iGNcAyw0eJ79gEeJhNbgSWUTTyDsJqlzem/JkHRqrXpIhll 8nWdbLT2CwydXoAWf3n468CK0E= 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=-4.0 required=5.0 tests=AWL,BAYES_05,KHOP_THREADED,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=ham version=3.3.2 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <521E141F.3000803@cornell.edu> Date: Wed, 28 Aug 2013 11:15:43 -0400 From: Ken Brown 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 Subject: Re: emacs-24.3.1 crashes on talking to Google References: <1377697826 DOT 3466 DOT YahooMailNeo AT web184402 DOT mail DOT bf1 DOT yahoo DOT com> In-Reply-To: <1377697826.3466.YahooMailNeo@web184402.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 8/28/2013 9:50 AM, Zdzislaw Meglicki wrote: > Ken Brown wrote: > > > What's the exact error message? > > And can you reproduce this starting with 'emacs -Q'? > > Yes, the error shows when emacs is started with -Q. Here it is: > > $ emacs-x11 -Q > ** (emacs-x11:32728): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. > Possible causes include: the remote application did not send a reply, > the message bus security policy blocked the reply, the reply timeout expired, > or the network connection was broken. This is a harmless warning, which sometimes occurs. (I don't know when or why. It comes from atk. You can apparently suppress it with "export NO_AT_BRIDGE=1". See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15154#11 > Then Ken wrote: > > > 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. > > Indeed. I see many changes compared to emacs-21. Not only is > smtpmail-auth-credentials obsolete. smtpmail-starttls-credentials > is obsolete too. Yes, this part of my .emacs code will have to be > rewritten. > > A suggestion to Emacs/Cygwin maintainers/developers: please, give > us an example of a working up-to-date .emacs code for making emacs > send e-mail through Google. It's a popular way of doing it nowadays. This is not specific to Cygwin. If it belongs anywhere, it should be in the emacs manual. I just looked at the section "Emacs speaks SMTP" in the smtpmail documentation, and the instructions look pretty clear to me. What happens if you follow those instructions, replacing "mail.example.org" with "smtp.gmail.com"? If there's anything Cygwin-specific that goes wrong, then I'll try to fix it or add something to /usr/share/doc/emacs/README.Cygwin, whatever is appropriate. 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