Michael Weber michaelw+slime@foldr.org writes:
- Paolo Amoroso amoroso@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.