[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Re: Problem with agenda and diary
From: |
Nick Dokos |
Subject: |
Re: [O] Re: Problem with agenda and diary |
Date: |
Thu, 17 Mar 2011 18:06:39 -0400 |
=?utf-8?Q?S=C3=A9bastien_Vauban?= <address@hidden> 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
- Re: [O] Re: Problem with agenda and diary, (continued)
- Re: [O] Re: Problem with agenda and diary, Bastien, 2011/03/18
- Re: [O] Re: Problem with agenda and diary, Nick Dokos, 2011/03/18
- Re: [O] Re: Problem with agenda and diary, Julien Danjou, 2011/03/18
- Re: [O] Re: Problem with agenda and diary, Bastien, 2011/03/19
- Re: [O] Re: Problem with agenda and diary, Bastien, 2011/03/19
- [O] Re: Problem with agenda and diary, Bernt Hansen, 2011/03/20
- Re: [O] Re: Problem with agenda and diary, Julien Danjou, 2011/03/18
- Re: [O] Re: Problem with agenda and diary, Julien Danjou, 2011/03/18
- Re: [O] Re: Problem with agenda and diary, Bastien, 2011/03/18
- [O] Re: Problem with agenda and diary, Sébastien Vauban, 2011/03/17
- Re: [O] Re: Problem with agenda and diary,
Nick Dokos <=
- [O] Re: Problem with agenda and diary, Sébastien Vauban, 2011/03/17
- Re: [O] Re: Problem with agenda and diary, Nick Dokos, 2011/03/17
- Re: [O] Re: Problem with agenda and diary, Bastien, 2011/03/18
[O] Re: Problem with agenda and diary, Dan Griswold, 2011/03/17