From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Problem with agenda and diary Date: Thu, 17 Mar 2011 18:06:39 -0400 Message-ID: <9519.1300399599@alphaville.usa.hp.com> References: <87sjul50xb.fsf@rochester.rr.com> <8762rhg8o8.fsf@member.fsf.org> <87vczhep74.fsf@member.fsf.org> <808vwdtrt5.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=43092 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0LL8-0001OW-Ox for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0LL7-0003eS-HS for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:06:42 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:26158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0LL7-0003e5-BE for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:06:41 -0400 In-Reply-To: Message from =?utf-8?Q?S=C3=A9bastien_Vauban?= of "Thu, 17 Mar 2011 21:28:38 BST." <808vwdtrt5.fsf@somewhere.org> 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: =?utf-8?Q?S=C3=A9bastien_Vauban?= Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Side question: how do you do to see a really full backtrace? > > My backtraces always are elided with ellipsis inside the lines... > IIRC, these should do it: ,---- | -- Variable: print-length | The value of this variable is the maximum number of elements to | print in any list, vector or bool-vector. If an object being | printed has more than this many elements, it is abbreviated with | an ellipsis. | | If the value is `nil' (the default), then there is no limit. | | (setq print-length 2) | => 2 | (print '(1 2 3 4 5)) | -| (1 2 ...) | => (1 2 ...) | | -- Variable: print-level | The value of this variable is the maximum depth of nesting of | parentheses and brackets when printed. Any list or vector at a | depth exceeding this limit is abbreviated with an ellipsis. A | value of `nil' (which is the default) means no limit. `---- Nick