From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: backtrace sets print-level to 3 Date: Thu, 30 Sep 2010 11:19:58 +0200 Message-ID: <83k4m3pozl.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1285838469 341 80.91.229.12 (30 Sep 2010 09:21:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 09:21:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 30 11:21:05 2010 Return-path: Envelope-to: ged-emacs-devel@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 1P1FJs-0007iw-JB for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 11:21:01 +0200 Original-Received: from localhost ([127.0.0.1]:43466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1FJW-0006gD-3h for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2010 05:20:30 -0400 Original-Received: from [140.186.70.92] (port=35240 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1FJE-0006d1-7r for emacs-devel@gnu.org; Thu, 30 Sep 2010 05:20:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1FJ0-00072S-LC for emacs-devel@gnu.org; Thu, 30 Sep 2010 05:20:03 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:61653) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1FJ0-000728-Db for emacs-devel@gnu.org; Thu, 30 Sep 2010 05:19:58 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L9J00A00Z66K100@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Thu, 30 Sep 2010 11:19:56 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.127.160]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9J00ARHZ97IX20@a-mtaout21.012.net.il>; Thu, 30 Sep 2010 11:19:56 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131097 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Thu, 30 Sep 2010 00:52:41 +0200 > > I often get backtraces that are so truncated that I can't really use > them for anything. Andreas pointed out that Fbacktrace sets print-level > to 3: Can you show an example of this limitation in action? I don't recall having any problems with Lisp backtraces, they are certainly longer than 3 levels. Maybe I'm missing something.