Re: fc and the verbose mode

2015-05-26 Thread Chet Ramey
On 5/17/15 6:54 PM, isabella parakiss wrote: > fc activates the verbose mode to print the commands as they're read by > the parser and uses unwind_protect_int to restore it. > > This is a good idea but there are a few problems with it: > 1. it prints the DEBUG trap, which I didn't expect > 2. it's

fc and the verbose mode

2015-05-17 Thread isabella parakiss
fc activates the verbose mode to print the commands as they're read by the parser and uses unwind_protect_int to restore it. This is a good idea but there are a few problems with it: 1. it prints the DEBUG trap, which I didn't expect 2. it's impossible to use fc to turn on/off the verbose mode