emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-mime-org-buffer-htmlize sending hangs ...


From: Peter Davis
Subject: Re: [O] org-mime-org-buffer-htmlize sending hangs ...
Date: Mon, 21 Jul 2014 13:45:11 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Thank you, Nick.


On 7/21/14, 12:23 PM, Nick Dokos wrote:
Peter Davis <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]