From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: org-mime-org-buffer-htmlize sending hangs ... Date: Mon, 21 Jul 2014 13:45:11 -0400 Message-ID: <53CD51A7.9090209@pfdstudio.com> References: <53CD1255.3080206@pfdstudio.com> <8761iqbzx5.fsf@gmail.com> <53CD31C6.9030009@pfdstudio.com> <87tx6a1y1g.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Hfh-000700-I6 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 13:46:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9Hfb-00081Z-VH for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 13:46:45 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Hfb-00081O-ND for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 13:46:39 -0400 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id BF31C2282D for ; Mon, 21 Jul 2014 13:46:35 -0400 (EDT) In-Reply-To: <87tx6a1y1g.fsf@alphaville.bos.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thank you, Nick. On 7/21/14, 12:23 PM, Nick Dokos wrote: > Peter Davis writes: > >> On more observation: I tried quitting Aquamacs, and then quitting and >> re-starting Emacs. The same problem occurred. >> >> I also looked in the *trace of SMTP session to ... * buffer, and it >> was empty. >> > C-h v message-send-mail-function RET > > What the value is depends on which package you use to send mail. For > smtpmail, this is probably `message-smtpmail-send-it' which just > executes a hook and then calls `smtpmail-send-it'. Actually, it was set to just smtpmail-send-it (no "message-"). I tried changing it back but that seems to have made no difference. For some reason, my .gnus.el had this: +---- | (setq send-mail-function 'smtpmail-send-it | message-send-mail-function 'smtpmail-send-it) +---- I changed the second one, so it's now: +---- | (setq send-mail-function 'smtpmail-send-it | message-send-mail-function 'message-smtpmail-send-it) +---- Still no good. > I would edebug this > function and step through it until it goes off the rails, then do the > same thing on the next level down until you either find the culprit or > give up in disgust. Even a partial descent into it however should be > helpful to whoever you can beg/coerce to look at the problem (most > probably you :-) ) > > If not smtpmail, then do the same thing with whatever function > you *do* use. > > Check any buffers generated and watch out for any debug settings as you > follow the flow. You might want to set any debug variables you find > before doing it again for the Nth time where 2 <= N ... > > At least, that's how I would go about it. Alas, despite years of emacs abuse, I have not managed to master even the rudiments of emacs lisp, and don't even know how to edebug. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com