In article <98e5a8bd-d90d-4acb-91be-2d623c312...@avatar.com.au>,
 DavidW <v...@avatar.com.au> wrote:

> In MacPython 2.5 (standard pkg install) I've lost the up-arrow  
> function/scrollback function to '^[[A'
> 
> Elegant as is is, it's not very friendly!
> 
> I'm pretty sure it used to work.
> If I load macPython 2.4 (or vim or whatever) from the same shell, it  
> behaves itself, so I'm guessing it's not a $TERM issue.
> 
> My question is, (apart from how do I make it behave as a  'back'  
> button) what have I inadvertently done to cause it to happen.
> Some weird collection of keystrokes?

I'm not sure I understand the problem you mean but it's possible it has 
to do with which of the two line-completion libraries the python you are 
using is linked with: gnu readline or bsd editline.  Generally, recent 
python.org pythons are linked with the former while Apple's built-in 
python has the latter.  Unfortunately, the two have different syntax.  
See for instance:

<http://article.gmane.org/gmane.comp.python.general/606317>

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to