Content-Type: multipart/alternative; boundary="----=_Part_28434_113242.1180905983243" ------=_Part_28434_113242.1180905983243 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi list, I'm new to Emacs but I finally get the v22 working and almost configured, using the package "emacs-snapshot" from the kubuntu universe repository. I've ecb installed and I'm using cedet and semantic on Python source files. I'm also using flymake with the Python stuff from this page : http://www.emacswiki.org/cgi-bin/wiki/PythonMode. Simple code I'm using to test auto-completion : | def getName( self ): | return self. - When i type M-x semantic-analyze-possible-completion, the list of possible completions correctly shows up in a new buffer. - But when I type M-x semantic-complete-analyze-inline from the same position, the tooltip with the completions appears, but disappears instantly. I saw in another post that it could be a conflict with rdict, but (verbatim : "rdictt"), but I don't know how to solve the problem if it's the case. I already tried to disable flymake, it doesn't solve the problem. I've attached my configurations files to this message. Nicolas ------=_Part_28434_113242.1180905983243 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi list,

I'm new to Emacs but I finally get the v22 working and almost configured, using the package "emacs-snapshot" from the kubuntu universe repository.
I've ecb installed and I'm using cedet and semantic on Python source files.
I'm also using flymake with the Python stuff from this page : http://www.emacswiki.org/cgi-bin/wiki/PythonMode.

Simple code I'm using to test auto-completion :

 |    def getName( self ):
 |             return self.<point is here>


I saw in another post that it could be a conflict with rdict, but (verbatim : "rdictt"), but I don't know how to solve the problem if it's the case.
I already tried to disable flymake, it doesn't solve the problem.

I've attached my configurations files to this message.

Nicolas
------=_Part_28434_113242.1180905983243--