From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: org-mime-org-buffer-htmlize sending hangs ... Date: Mon, 21 Jul 2014 15:32:22 +0200 Message-ID: <8761iqbzx5.fsf@gmail.com> References: <53CD1255.3080206@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Dty-0006bl-TD for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 09:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9Dtq-0006nc-1E for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 09:45:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:48485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9Dtp-0006mV-R0 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 09:45:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X9Dhm-0001iR-9l for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:32:38 +0200 Received: from g231109248.adsl.alicedsl.de ([92.231.109.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 15:32:38 +0200 Received: from tjolitz by g231109248.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jul 2014 15:32:38 +0200 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 Peter Davis writes: > I've used org-mode-org-mime-htmlize in the past to send email from > org, via Gnus. However, recently I've discovered that after I edit the > To: field and enter C-c C-c, I get "Sending via mail..." in the > mini-buffer, and then emacs just sits there, apparently hung. Typing > C-g enough times brings it back, but the mail never gets sent. Does Emacs really hang or is it still responsive? Did you try moving point or so? These messages sometimes don't disappear although the work is long finished. Did you try ,---- | top `---- on the command-line to see if Emacs uses 100pc CPU? > I have started running Gnus in a different emacs concurrently on the > same machine (On OS X, I run org-mode in emacs-mac-port, and run Gnus > in Aquamacs), using the same .gnus.el, but I would not expect that to > cause any problems. > > Any suggestions as to what may be going on here, or how to trouble > shoot it? I really like sending nicely formatted emails from org. Just had a similar problem. Try this, if Emacs actually really hangs: 1. M-x load-library RET org-elements.el 2. do as described (-> make Emacs hang) 3. send from command line ,---- | kill -s usr2 4352 `---- (get the PID with 'ps -e | grep emacs') or, equivalently (?) ,---- | pkill --signal usr2 emacs `---- 4. go back to emacs and check/copy&send the *Backtrace* buffer -- cheers, Thorsten