From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85489 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: problems in sending out emails Date: Tue, 20 Jan 2015 18:21:14 +0100 Organization: Probably a good idea Message-ID: References: <87egqpy4sl.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421774516 14911 80.91.229.3 (20 Jan 2015 17:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2015 17:21:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33731@lists.math.uh.edu Tue Jan 20 18:21:55 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YDcUt-00014q-AQ for ding-account@gmane.org; Tue, 20 Jan 2015 18:21:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YDcUa-0000KK-5h; Tue, 20 Jan 2015 11:21:28 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YDcUY-0000K7-Dz for ding@lists.math.uh.edu; Tue, 20 Jan 2015 11:21:26 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YDcUW-0006QI-RG for ding@lists.math.uh.edu; Tue, 20 Jan 2015 11:21:26 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YDcUU-0002yy-GA for ding@gnus.org; Tue, 20 Jan 2015 18:21:22 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YDcUR-0000wW-83 for ding@gnus.org; Tue, 20 Jan 2015 18:21:19 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Jan 2015 18:21:19 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Jan 2015 18:21:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:zqXCS7OoiZk8PoutZ3+KKbYCOwg= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85489 Archived-At: Do C-j behind (setq debug-on-error t) in *scratch* and then when the error reoccurs, add then post the stack trace. It might be a good idea to do this twice: first find where the failure happens, then load that file as a .el file (to get more symbols), and then provoke the failure again. The second stack trace will usually be more meaningful.