emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 23.1.90 pretest


From: Chong Yidong
Subject: Re: Emacs 23.1.90 pretest
Date: Mon, 14 Dec 2009 11:20:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Chong Yidong <address@hidden> writes:

> Juanma Barranquero <address@hidden> writes:
>
>> Non-obsolete python.el requires obsolete sym-comp.el, which produces a
>> warning "Package sym-comp is obsolete!" while loading python.el[c].
>
> Stefan removed sym-comp usage from Python just before the pretest, but
> left the (require 'sym-comp) statement in.  Removing it fixes this.
>
> But the new completion-at-point for Python is completely broken.
> Consider the following recipe:
>
> 1. C-x C-f foo.py
> 2. i M-TAB
>
> => Emacs loops while completion-at-point is working, apparently without
>    any exit (I tried waiting for about a minute).

I found the problem: the code in Python was passing a string with text
property notation to the Python interpreter, confusing it.  Should be
fixed in the repository now.





reply via email to

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