* 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.")
Cheers, M/