From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Error after org-remember-insinuate on Aquamacs Date: Wed, 22 Jul 2009 17:50:40 +0000 (UTC) Message-ID: References: <7D70A98C-84EE-48C7-9164-D7CB32BDF2D4@gmail.com> <10707.1248203022@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTgQG-0004hi-Jn for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 14:20:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTgQB-0004fi-Nd for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 14:20:12 -0400 Received: from [199.232.76.173] (port=48945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTgQB-0004fY-Bd for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 14:20:07 -0400 Received: from main.gmane.org ([80.91.229.2]:56312 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTgQA-0005YI-TQ for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 14:20:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MTgQ7-0004G9-6M for emacs-orgmode@gnu.org; Wed, 22 Jul 2009 18:20:03 +0000 Received: from 216.243.156.16.real-time.com ([216.243.156.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2009 18:20:03 +0000 Received: from rpgoldman by 216.243.156.16.real-time.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jul 2009 18:20:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos hp.com> writes: > > Markus Baden gmail.com> wrote: > > > Hi all, > > > > Ok, I'm not really fluent in emacs, but I try to describe my problem > > anyhow I'm using org-mode in Aquamacs for a while now and since > > lately the following error occurs (unfortunately I don't know what > > change caused the problem): > > > > Variable binding depth exceeds max-specpdl-size > > > > This typically means that there is a recursive call (or a set of mutually > recursive calls) that does not "bottom out". > > > My setup is > > > > If I load the same .emacs in the console based emacs (22.3.1) of the > > fink distribution on my mac no error occurs. And also no error occurs > > when commenting out org-remember-insinuate. > > > > I hope you are starting both Aquamacs and the "normal" emacs so that they > don't load any init files at all. For "normal" emacs, that's the -Q switch; > I don't know what it is for Aquamacs. The only way I can think of that this > difference in behavior might arise is by having the different emacsen start > differently. If it helps, Aquamacs has a menu entry under Help > Diagnose & Report Bug > that will start Aquamacs "clean". From there you could execute those statements and see if the bug occurs. That would help with the diagnosis, since it would rule in or out involvement of your personal configuration. Is there any chance that you are running org mode interpreted instead of compiled? I'm running the current git release on Aquamacs w/o any trouble. Also, you can try doing M-x set-variable debug-on-error to t before you call org-remember-insinuate. That should give you a backtrace that you can post to the list.