From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export problems Date: Fri, 03 Jun 2011 11:55:31 -0400 Message-ID: <8796.1307116531@alphaville.dokosmarshall.org> References: <87boyjplec.fsf@ericabrahamsen.net> <7780.1307111007@alphaville.dokosmarshall.org> <87pqmvosty.fsf@ericabrahamsen.net> <8300.1307114653@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWj4-00031w-Ff for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:55:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSWj2-00064v-U1 for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:55:54 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:63996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWj2-00064e-ML for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:55:52 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LM800FGM1KJ66D0@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:55:37 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Fri, 03 Jun 2011 11:24:13 EDT." <8300.1307114653@alphaville.dokosmarshall.org> 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 Cc: Eric Abrahamsen , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Stefan Monnier Nick Dokos wrote: > Eric Abrahamsen wrote: > > > It was while trying to produce a backtrace (with edebug) that I > > discovered that re-evaluating the code fixed the problem. I set > > debug-on-error to t and reproduced the error, which gave me this: > > > > Debugger entered--Lisp error: (error "Cannot return from the debugger in an error") > > internal-temp-output-buffer-show(#) > > org-export(nil) > > call-interactively(org-export nil nil) > > > > Presumably this isn't really what's needed -- can you provide a pointer > > to producing a more useful backtrace? > > > > Only the usual suspects: you are loading uncompiled code I hope? I don't > even have the function in either of my emacsen (24.0.50 and 23.1.1): > does C-h f internal-temp-output-buffer-show RET show anything in yours? > I see some messages about internal-temp-output-buffer-show when googling: they seem related to Stefan Monnier's effort to make with-output-to-temp-buffer a Lisp macro (rather than a special form in C code, IIUC) - but this seems to be bleeding edge stuff, not 23.2. Are you perhaps picking up emacs bits and pieces from places you shouldn't? Maybe Stefan (cc:ed) has some ideas. Nick