bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10295: 24.0.92; Python completion fails on OSX (10.6.8)


From: Leo
Subject: bug#10295: 24.0.92; Python completion fails on OSX (10.6.8)
Date: Tue, 17 Apr 2012 11:54:30 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

On 2012-01-27 16:03 +0800, Chong Yidong wrote:
> Hmm, I can't reproduce this on GNU/Linux.  The result of
> python-symbol-completions is always ("setdefault" "sys").

There are some difference on GNU/Linux and OSX regarding
process-send-string that causes the failure.

1. emacs -q
2. M-x comint-run RET python RET
3. M-: (process-send-string nil "import sys\n")

On GNU/Linux, `import sys\n' is not printed in the *python* buffer but
on OSX with the stock python, it is. See the attached screenshots. This
extra echoing is only with the python interpreter built by Apple.

Attachment: proc-osx.png
Description: proc-osx.png

Attachment: proc-gnu.png
Description: proc-gnu.png

Leo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]