I often get errors that have long error reports in sldb. sldb doesn't do wraparound so reading these is difficult - I often cut/paste into some other buffer to see it.
My emacs chops are not such that I know how to repair this in an elegant way. Does anyone have a suggestion? I suppose I could have emacs wrap the region. Is this the best that can be done?
Thanks, Alan
Alan Ruttenberg alanr-l@mumble.net writes:
My emacs chops are not such that I know how to repair this in an elegant way. Does anyone have a suggestion? I suppose I could have emacs wrap the region. Is this the best that can be done?
I might be good to set some pretty printer variables, e.g., *print-right-margin* in swank:safe-condition-message.
Helmut.