emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

backtrace sets print-level to 3


From: Lars Magne Ingebrigtsen
Subject: backtrace sets print-level to 3
Date: Thu, 30 Sep 2010 00:52:41 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

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:

------
DEFUN ("backtrace", Fbacktrace, Sbacktrace, 0, 0, "",
       doc: /* Print a trace of Lisp function calls currently active.

[...]

  XSETFASTINT (Vprint_level, 3);
------

Is there any particular reason for this?  I can understand not wanting
them to be infinitely long, but 3 is very restrictive...

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]