[slime-devel] Suggestion: improve sldb-fetch-more-frames

Helmut Eller e9626484 at stud3.tuwien.ac.at
Wed Feb 25 18:47:49 UTC 2004


Michael Weber <michaelw+slime at foldr.org> writes:

> * Paolo Amoroso <amoroso at mclink.it> [2004-02-25T17:35+0100]:
> > By the way, is it possible to also see the part of backtrace entries
> > that don't horizontally fit within the sldb buffer (e.g. via
> > horizontal scroll or by wrapping lines in some way)?
> 
> This may help:
> 
> (defvar slime-truncate-lines t
>   "When true, set `truncate-lines' in certain popup buffers.
> This applies to buffers that present lines as rows of data, such as
> debugger backtraces and apropos listings.")

Setting swank:*sldb-pprint-frames* to t in your ~/.swank.lisp might
also be useful.  

AFAIK, Emacs21 and XEmacs scroll automatically when you reach the
right border.  For Emacs20 you can enable hscroll-mode, perhaps in the
sldb-mode-hook.

Helmut.




More information about the slime-devel mailing list