Antonio Cuni

Results 216 comments of Antonio Cuni

*Original comment by* **Marius Gedminas (Bitbucket: [mgedmin](https://bitbucket.org/mgedmin), GitHub: [mgedmin](https://github.com/mgedmin))**: ---------------------------------------- Actually, changing the text to mention `pdb.Color.yellow` as the default value of `filename_color` might be enough to give a hint...

*Original comment by* **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))**: ---------------------------------------- @davidszotten said that PyPy is vendoring a newer pyrepl? Wonder if pdbpp should do the same?

*Original comment by* **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))**: ---------------------------------------- It looks like applying this change to pyrepl makes it work with pyrepl enabled. https://bitbucket.org/pypy/pyrepl/pull-request/10/fix-for-unmapped-key-combinations/diff Cc: @davidszotten

*Original comment by* **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))**: ---------------------------------------- Hmmmm, maybe it's because pyrepl does not support readline's `parse_and_bind` function? https://bitbucket.org/pypy/pyrepl/src/cef132a7e4649e84aa26a2b1af1f5a1703c001a0/pyrepl/readline.py?at=default#cl-219

*Original comment by* **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))**: ---------------------------------------- I think the problem is related to pyrepl, as I did a bit of experimentation and I was able to...

*Original comment by* **Marc Abramowitz (Bitbucket: [msabramo](https://bitbucket.org/msabramo), GitHub: [msabramo](https://github.com/msabramo))**: ---------------------------------------- What I want is documented as follows in the bash docs (http://www.gnu.org/software/bash/manual/html_node/Commands-For-History.html) > yank-last-arg (M-. or M-_) > > Insert...

*Original comment by* **Antonio Cuni (Bitbucket: [antocuni](https://bitbucket.org/antocuni), GitHub: [antocuni](https://github.com/antocuni))**: ---------------------------------------- this is not so easy, because IPython.embed has a different API than code.interact. In particular, we want to be able...

*Original comment by* **Anonymous**: ---------------------------------------- Yes, that would be nice, it could allow a user to make custom versions of what is shown by the display command as well? BTW,...

*Original comment by* **Antonio Cuni (Bitbucket: [antocuni](https://bitbucket.org/antocuni), GitHub: [antocuni](https://github.com/antocuni))**: ---------------------------------------- Yes, I was about to tell you to look at the command "edit" :-) As for executing it at at...

*Original comment by* **Anonymous**: ---------------------------------------- Ops, sorry, just noticed that the edit command does exactly what I need, so the only missing part would be a "sticky" mode for the...