Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-18 Thread Leo
On 2012-04-19 02:04 +0800, Ned Deily wrote:
 So, if there is a problem, the likely culprit is libedit, the editline 
 library.   Another clue: try using another Apple-supplied utility that 
 is linked with libedit, for example, dscl.  Same thing happens there: 
 echo is immediately re-enabled.

Thank you. I can confirm it is libedit the culprit.

Leo

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


Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Ned Deily
In article 87ehrn80aj@gmail.com, Leo sdl@gmail.com wrote:

 It seems the python interpreter built by Apple doesn't behave like the
 ones built from upstream.
 
 See this:
 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10295#19
 
 Any idea what's happened to python from apple?

Off the top of my head, I suspect the most likely cause to be that the 
Apple system pythons are built with the BSD editline library rather than 
with GNU readline.  You could try installing the third-party readline 
package which replaces the Python standard library readline module 
with one linked with GNU readline. 

http://pypi.python.org/pypi/readline

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

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


Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Leo
On 2012-04-17 15:56 +0800, Ned Deily wrote:
 Off the top of my head, I suspect the most likely cause to be that the 
 Apple system pythons are built with the BSD editline library rather than 
 with GNU readline.  You could try installing the third-party readline 
 package which replaces the Python standard library readline module 
 with one linked with GNU readline. 

 http://pypi.python.org/pypi/readline

I have just tested it and no, it is not due to readline.

Leo

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


Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Bill Janssen
This is really an Emacs issue, not a Python issue.  I don't even see
where they say they are both using the version of the Python interpreter.

Bill

Leo sdl@gmail.com wrote:

 It seems the python interpreter built by Apple doesn't behave like the
 ones built from upstream.
 
 See this:
 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10295#19
 
 Any idea what's happened to python from apple?
 
 Leo
 
 ___
 Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
 http://mail.python.org/mailman/listinfo/pythonmac-sig
 unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


Re: [Pythonmac-SIG] Python completion in emacs fails on OSX

2012-04-17 Thread Leo
On 2012-04-17 23:27 +0800, Bill Janssen wrote:
 This is really an Emacs issue, not a Python issue.  I don't even see
 where they say they are both using the version of the Python interpreter.

Unthinkable.

I have built python 2.7.3 from upstream and see no such bug. Something
is done to python apple.

Leo

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