unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* backtrace sets print-level to 3
@ 2010-09-29 22:52 Lars Magne Ingebrigtsen
  2010-09-29 22:54 ` Lars Magne Ingebrigtsen
  2010-09-30  9:19 ` Eli Zaretskii
  0 siblings, 2 replies; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-29 22:52 UTC (permalink / raw)
  To: emacs-devel

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.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-10-01 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-29 22:52 backtrace sets print-level to 3 Lars Magne Ingebrigtsen
2010-09-29 22:54 ` Lars Magne Ingebrigtsen
2010-09-30  9:19 ` Eli Zaretskii
2010-09-30  9:42   ` Lars Magne Ingebrigtsen
2010-09-30 11:15     ` Eli Zaretskii
2010-09-30 11:20       ` Lars Magne Ingebrigtsen
2010-09-30 12:12         ` Eli Zaretskii
2010-09-30 12:35           ` Lars Magne Ingebrigtsen
2010-09-30 13:12             ` Drew Adams
2010-10-01 13:12               ` Štěpán Němec

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).