From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Problem with agenda and diary Date: Fri, 18 Mar 2011 00:43:25 +0100 Message-ID: <8062rhs482.fsf@somewhere.org> References: <87sjul50xb.fsf@rochester.rr.com> <8762rhg8o8.fsf@member.fsf.org> <87vczhep74.fsf@member.fsf.org> <808vwdtrt5.fsf@somewhere.org> <9519.1300399599@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Nick, Nick Dokos wrote: > =3D?utf-8?Q?S=3DC3=3DA9bastien_Vauban?=3D wr= ote: >> Side question: how do you do to see a really full backtrace? >>=20 >> My backtraces always are elided with ellipsis inside the lines... >>=20 > > 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. > |=20 > | If the value is `nil' (the default), then there is no limit. > |=20 > | (setq print-length 2) > | =3D> 2 > | (print '(1 2 3 4 5)) > | -| (1 2 ...) > | =3D> (1 2 ...) > |=20 > | -- 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. > `---- Weird, they already both are at nil in my current setup. As I don't play with them (in my config), I don't understand how the traces are still partial... Best regards, Seb --=20 S=C3=A9bastien Vauban