From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27039 Path: main.gmane.org!not-for-mail From: Brian May Newsgroups: gmane.emacs.gnus.general Subject: Re: mail with From set by gnus-posting-styles crashes xemacs Date: 18 Nov 1999 12:04:11 +1100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164136 22527 80.91.224.250 (21 Oct 2002 01:35:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:35:36 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA23800 for ; Wed, 17 Nov 1999 20:50:08 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB06591; Wed, 17 Nov 1999 19:50:06 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 17 Nov 1999 19:50:21 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA11223 for ; Wed, 17 Nov 1999 19:50:10 -0600 (CST) Original-Received: from silas-2.cc.monash.edu.au (bam@silas-2.cc.monash.edu.au [130.194.1.7]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA23779 for ; Wed, 17 Nov 1999 20:49:24 -0500 (EST) Original-Received: (from bam@localhost) by silas-2.cc.monash.edu.au (8.9.1a/8.9.1) id MAA08345; Thu, 18 Nov 1999 12:49:19 +1100 (EST) Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "16 Nov 1999 12:24:43 +0100" Original-Lines: 17 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27039 >>>>> "Steinar" == Steinar Bang writes: Steinar> Not unless there is some way of getting a backtrace from Steinar> a crashed or crashing xemacs. Is there...? Perhaps one of these variables might be useful: * debug-ignored-errors - List of errors for which the debugger should not be called. * debug-on-error - Non-nil means enter debugger if an unhandled error is signalled. debug-on-next-call - Non-nil means enter debugger before next `eval', `apply' or `funcall'. * debug-on-quit - Non-nil means enter debugger if quit is signalled (C-G, for example). * debug-on-signal - Non-nil means enter debugger if an error is signalled. Not that I really understand Lisp, but when I had problems I think I was referred to debug-on-quit (IIRC). It could be that I am totally confused. -- Brian May