emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Peter Davis <pfd@pfdstudio.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-mime-org-buffer-htmlize sending hangs ...
Date: Mon, 21 Jul 2014 13:45:11 -0400	[thread overview]
Message-ID: <53CD51A7.9090209@pfdstudio.com> (raw)
In-Reply-To: <87tx6a1y1g.fsf@alphaville.bos.redhat.com>

Thank you, Nick.


On 7/21/14, 12:23 PM, Nick Dokos wrote:
> Peter Davis <pfd@pfdstudio.com> 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	other threads:[~2014-07-21 17:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-21 13:15 org-mime-org-buffer-htmlize sending hangs Peter Davis
2014-07-21 13:32 ` Thorsten Jolitz
2014-07-21 14:14   ` Peter Davis
2014-07-21 15:29     ` Peter Davis
2014-07-21 16:23       ` Nick Dokos
2014-07-21 17:45         ` Peter Davis [this message]
2014-07-21 18:25           ` Nick Dokos
2014-07-21 19:00             ` Peter Davis
2014-07-22 16:05           ` Alan Schmitt
2014-07-22 16:42             ` Peter Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53CD51A7.9090209@pfdstudio.com \
    --to=pfd@pfdstudio.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).