Re: display-backtrace

2019-04-21 Thread Vladimir Zhbanov
Mike, Catonano, Just want to thank you once again and answer your question of if or how it works :-) I use the approach with setting "COLUMNS" in terminal and Emacs very often now. It works great, thank you! -- Vladimir (λ)επτόν EDA — https://github.com/lepton-eda

Re: display-backtrace

2019-03-03 Thread Vladimir Zhbanov
Mike, Catonano, Thank you, friends! I have solved my issue before you answered, though I'm grateful to you both. I am going to use the solution suggested by Mike and approved by Catonano if/when I will have similar problems in future. I think, the recipe by Mike would go to the Guile texinfo ma

Re: display-backtrace

2019-03-02 Thread Catonano
Il giorno sab 2 mar 2019 alle ore 17:03 Mike Gran ha scritto: > On Sat, Mar 02, 2019 at 04:23:34PM +0100, Catonano wrote: > > API reference -> Debugging -> Programmatic error handling > > > > Would you mind to let me know if you succeed in making this thing work > for > > you ? > > > > Thanks > >

Re: display-backtrace

2019-03-02 Thread Catonano
API reference -> Debugging -> Programmatic error handling Would you mind to let me know if you succeed in making this thing work for you ? Thanks

Re: display-backtrace

2019-03-02 Thread Catonano
Il giorno ven 1 mar 2019 alle ore 12:47 Mike Gran ha scritto: > On Sun, Feb 17, 2019 at 12:07:08PM +0300, Vladimir Zhbanov wrote: > > Hi, > > > > Is there a way to not limit backtrace output with current terminal > > width setting? When I compile my project which uses autotools and > > srfi-64 te

Re: display-backtrace

2019-03-01 Thread Mike Gran
On Sun, Feb 17, 2019 at 12:07:08PM +0300, Vladimir Zhbanov wrote: > Hi, > > Is there a way to not limit backtrace output with current terminal > width setting? When I compile my project which uses autotools and > srfi-64 testing suite, it fails on `make distcheck' stage so I > cannot use REPL for