Re: [sage-support] On .inputrc

2010-11-17 Thread Mitesh Patel
On 11/18/2010 01:45 AM, Kwankyu wrote: > If I put the following line > > "\C-k": kill-whole-line > > into "~/.inputrc", Sage does not recognize it, that is, ctrl-k always > does "kill-line" On the other hand, in IPython invoked by "sage - > ipython", ctril-k does "kill-whole-line" as expected. >

[sage-support] On .inputrc

2010-11-17 Thread Kwankyu
Hi, If I put the following line "\C-k": kill-whole-line into "~/.inputrc", Sage does not recognize it, that is, ctrl-k always does "kill-line" On the other hand, in IPython invoked by "sage - ipython", ctril-k does "kill-whole-line" as expected. Why is it so? Does Sage set keys in its own way?