Mitchell Model <[email protected]> added the comment: On Aug 5, 2010, at 3:48 PM, Terry J. Reedy wrote:
> > Terry J. Reedy <[email protected]> added the comment: > > Can you suggest a specific link and a specific location where to add it? I would add a sentence to the first paragraph of the readline doc: Readline keybindings may be configured via an initialization file, typically .inputrc in your home directory; see http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC9 (or http://www.gnu.org/software/bash/manual/html_node/Readline-Init-File.html) for information about the format and allowable constructs of that file and the capabilities of the readline library in general. I did a few quick tests and convinced myself that the module's C code's call to rl_initialize actually reads .inputrc (or the value of the environment variable INPUTRC if that is set). > > ---------- > assignee: georg.brandl -> d...@python > nosy: +d...@python, terry.reedy > versions: -Python 2.6 > > _______________________________________ > Python tracker <[email protected]> > <http://bugs.python.org/issue8491> > _______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8491> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
