From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PJ Weisberg Newsgroups: gmane.emacs.help Subject: Re: c-style-alist Date: Wed, 6 Oct 2010 14:40:49 -0700 Message-ID: References: <4C9E00FF.9040105@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286404270 23607 80.91.229.12 (6 Oct 2010 22:31:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2010 22:31:10 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 07 00:31:08 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3cVe-0006Zl-7t for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Oct 2010 00:31:07 +0200 Original-Received: from localhost ([127.0.0.1]:49282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3cIz-0001vZ-Ip for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Oct 2010 18:17:45 -0400 Original-Received: from [140.186.70.92] (port=47879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3c5Y-0005q1-KG for help-gnu-emacs@gnu.org; Wed, 06 Oct 2010 18:03:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3bpc-00020T-PG for help-gnu-emacs@gnu.org; Wed, 06 Oct 2010 17:47:25 -0400 Original-Received: from smtpauth16.prod.mesa1.secureserver.net ([64.202.165.22]:52817) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P3bpc-00020P-Dm for help-gnu-emacs@gnu.org; Wed, 06 Oct 2010 17:47:24 -0400 Original-Received: (qmail 21778 invoked from network); 6 Oct 2010 21:43:03 -0000 Original-Received: from unknown (209.85.213.169) by smtpauth16.prod.mesa1.secureserver.net (64.202.165.22) with ESMTP; 06 Oct 2010 21:43:03 -0000 Original-Received: by yxk8 with SMTP id 8so25161yxk.0 for ; Wed, 06 Oct 2010 14:47:21 -0700 (PDT) Original-Received: by 10.42.196.9 with SMTP id ee9mr1449157icb.133.1286401250026; Wed, 06 Oct 2010 14:40:50 -0700 (PDT) Original-Received: by 10.42.5.138 with HTTP; Wed, 6 Oct 2010 14:40:49 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75082 Archived-At: On Wed, Oct 6, 2010 at 7:13 AM, Andrea Crotti w= rote: > PJ Weisberg writes: >> >> Hm. =A0With that code I don't think it can be calling cpp-omnet-mode >> from is-omnet-cpp-file before it's returned from the previous call to >> cpp-omnet-mode from is-omnet-cpp file. =A0What list of function calls do >> you get with the error? > > Still doesn't work, or well it works because the mode is activated > correctly, but it still goes in > --8<---------------cut here---------------start------------->8--- > block: Lisp nesting exceeds `max-lisp-eval-depth' > --8<---------------cut here---------------end--------------->8--- > > I also activated the debug-on-error but I don't see any list of function > calls. > Maybe you meant that I have to trace the function? > Thanks, > Andrea I meant what shows up in the *Backtrace* buffer. For me it usually appears in another window on the frame when I get an error, but I guess not always.