<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Enigma Curry - Latest Comments in AutoComplete.el : Python Code Completion in Emacs</title><link>http://enigmacurry.disqus.com/</link><description></description><atom:link href="https://enigmacurry.disqus.com/autocompleteel_python_code_completion_in_emacs/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 04 Jun 2013 07:16:42 -0000</lastBuildDate><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-918502887</link><description>&lt;p&gt;I used this for a bit, but it 1) needed a hell of a lot of setup and emacs-lisp debugging 2) required me to keep starting a python process to work and 3) kept asking about creating a .ropemacs directory 4) seems way of the top, and slow, and made emacs complain about pymacs stuff all the time.&lt;/p&gt;&lt;p&gt;I switched to Jedi.el now, and removed 150 lines of emacs-lisp code, all I have left in the python section of my dotemacs is:&lt;/p&gt;&lt;p&gt;(setq jedi:setup-keys t&lt;br&gt;        jedi:complete-on-dot t&lt;br&gt;        jedi:key-goto-definition (kbd "M-.") ; who needs TAGS files for python when you have jedi? &lt;br&gt;        jedi:key-goto-definition-pop-marker (kbd "M-,")) ; and M-./, is in my muscle memory now&lt;br&gt;(eval-after-load "jedi-autoloads" '(add-hook 'python-mode-hook 'jedi:setup))&lt;/p&gt;&lt;p&gt;Sooo much better&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nomennesc.io</dc:creator><pubDate>Tue, 04 Jun 2013 07:16:42 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-737178279</link><description>&lt;p&gt;@ryan, I tried the method described above with emacs 23 on Ubuntu 12.04, I am getting the following error in my init file:"Symbol's value as variable is void: &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chirag740</dc:creator><pubDate>Sat, 15 Dec 2012 06:01:50 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-352729528</link><description>&lt;p&gt;Hi I'm new, at all, in emacs and I'm trying to setting up python. I've followed this guide, but it doesn't work for me: it seems that I've got a problem with the .emacs file, in particular whit these parts:&lt;br&gt;;; Initialize Pymacs                                                                                           &lt;br&gt;(autoload 'pymacs-apply "pymacs")&lt;br&gt;(autoload 'pymacs-call "pymacs")&lt;br&gt;(autoload 'pymacs-eval "pymacs" nil t)&lt;br&gt;(autoload 'pymacs-exec "pymacs" nil t)&lt;br&gt;(autoload 'pymacs-load "pymacs" nil t)&lt;br&gt;;; Initialize Rope                                                                                             &lt;br&gt;(pymacs-load "ropemacs" "rope-")&lt;br&gt;(setq ropemacs-enable-autoimport t)&lt;/p&gt;&lt;p&gt;;; Initialize Yasnippet                                                                                        &lt;br&gt;;Don't map TAB to yasnippet                                                                                    &lt;br&gt;;In fact, set it to something we'll never use because                                                          &lt;br&gt;;we'll only ever trigger it indirectly.                                                                        &lt;br&gt;(setq yas/trigger-key (kbd "C-c &amp;lt;kp-multiply&amp;gt;"))&lt;br&gt;(yas/initialize) &lt;/p&gt;&lt;p&gt;(yas/load-directory "~/.emacs.d/snippets") &lt;/p&gt;&lt;p&gt;When a restart emacs that's the warning code that I receive:&lt;/p&gt;&lt;p&gt;Warning (initialization): An error occurred while loading `~/.emacs':Symbol's value as variable is void: {rtf1ansiansicpg1252cocoartf1138cocoasubrtf230&lt;/p&gt;&lt;p&gt;Does anybody have an idea on what's the problem?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zeusxxl</dc:creator><pubDate>Tue, 01 Nov 2011 07:31:10 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-213774530</link><description>&lt;p&gt;Hi, I followed this blog and set everything up but the TAB doesn’t work for auto-complete.&lt;br&gt;I’m using auto-complete.el version 1.0 and every time I tab, it sayslet: Symbol’s function definition is void: yas/snippet-tableAnd i tried ropemacs’s M+/ and it works fine.Any help?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guest</dc:creator><pubDate>Sun, 29 May 2011 09:18:46 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-187754449</link><description>&lt;p&gt;I don't know what kind of incompatibilities are going on in my configuration here, but I (lazily) used your code to install this stuff in my machine, and it ruined the configuration. tab-completion simply stopped working, and there are absolutely no error messages or warnings, anything. Maybe you should take this down... WARNING: DON'T USE THIS CODE, go read up-to-date manuals! If there are any.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dividebyzero</dc:creator><pubDate>Tue, 19 Apr 2011 13:22:42 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-130015882</link><description>&lt;p&gt;Hey, it would be great if you could update it a little... autocomplete 1.3?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Klich</dc:creator><pubDate>Mon, 17 Jan 2011 08:18:09 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-110244305</link><description>&lt;p&gt;Or maybe you will like this new solution.&lt;/p&gt;&lt;p&gt;(defvar is_emacs23 (&amp;gt;= emacs-major-version 23))&lt;br&gt;(when is_emacs23&lt;br&gt;  (defun python-partial-symbol ()&lt;br&gt;    "Return the partial symbol before point (for completion)."&lt;br&gt;    (let ((end (point))&lt;br&gt;          (start (save-excursion&lt;br&gt;                   (and (re-search-backward&lt;br&gt;                         (rx (or buffer-start (regexp "[^[:alnum:]._]"))&lt;br&gt;                             (group (1+ (regexp "[[:alnum:]._]"))) point)&lt;br&gt;                         nil t)&lt;br&gt;                        (match-beginning 1)))))&lt;br&gt;      (if start (buffer-substring-no-properties start end))))&lt;br&gt;  )&lt;/p&gt;&lt;p&gt;(defun ac-python-candidates ()&lt;br&gt;  (python-find-imports)&lt;br&gt;  (car (read-from-string&lt;br&gt;        (python-send-receive&lt;br&gt;         (format "emacs.complete(%S,%s)"&lt;br&gt;                 (python-partial-symbol)&lt;br&gt;                 python-imports)))))&lt;/p&gt;&lt;p&gt;(ac-define-source python&lt;br&gt;  '((candidates . ac-python-candidates)&lt;br&gt;    (prefix . (unless&lt;br&gt;                  (save-excursion&lt;br&gt;                    (re-search-backward "^import"&lt;br&gt;                                        (save-excursion&lt;br&gt;                                          (re-search-backward "^")) t))&lt;br&gt;                (let ((symbol&lt;br&gt;                       (python-partial-symbol)&lt;br&gt;                       ))&lt;br&gt;                  (if symbol&lt;br&gt;                      (save-excursion (search-backward symbol))))))&lt;br&gt;    (symbol . "py-f")))&lt;/p&gt;&lt;p&gt;(add-hook 'python-mode-hook&lt;br&gt;          '(lambda ()&lt;br&gt;            (setq ac-sources (append '(ac-source-yasnippet ac-source-python) ac-sources))))&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seagle0128</dc:creator><pubDate>Sat, 11 Dec 2010 05:32:49 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-110244194</link><description>&lt;p&gt;There is a performance issue about this solution, so have to use:&lt;br&gt;(ac-ropemacs-initialize)&lt;br&gt;(add-hook 'python-mode-hook&lt;br&gt;(lambda ()&lt;br&gt;(add-to-list 'ac-sources 'ac-source-ropemacs)))&lt;/p&gt;&lt;p&gt;This works well but cannot autocomplete after dot "." immediately.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seagle0128</dc:creator><pubDate>Sat, 11 Dec 2010 05:31:19 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-109464189</link><description>&lt;p&gt;I fount this article. It works well for me. My configurations instead of ac-ropemacs are below.&lt;/p&gt;&lt;p&gt;(ac-ropemacs-initialize)&lt;/p&gt;&lt;p&gt;(defvar dss-ropemacs-completions-cache nil)&lt;br&gt;(defun dss/rope-candidates (prefix)&lt;br&gt;  (with-no-warnings&lt;br&gt;    (setq dss-ropemacs-completions-cache&lt;br&gt;          (delete ""&lt;br&gt;                  (mapcar&lt;br&gt;                   (lambda (completion)&lt;br&gt;                     (concat ac-prefix completion))&lt;br&gt;                   (ignore-errors&lt;br&gt;                     (rope-completions))))))&lt;br&gt;  dss-ropemacs-completions-cache)&lt;/p&gt;&lt;p&gt;(ac-define-source dss-rope&lt;br&gt;  '((candidates . (dss/rope-candidates ac-prefix))&lt;br&gt;    (requires . 0)&lt;br&gt;    (cache . t)&lt;br&gt;    (symbol . "f")))&lt;/p&gt;&lt;p&gt;(ac-define-source dss-rope-dot&lt;br&gt;  '((candidates . (dss/rope-candidates ac-prefix))&lt;br&gt;    (prefix . c-dot)&lt;br&gt;    (requires . 0)&lt;br&gt;    (symbol . "f")))&lt;/p&gt;&lt;p&gt;(add-hook 'python-mode-hook&lt;br&gt;          (lambda ()&lt;br&gt;            (setq ac-sources (append '(ac-source-dss-rope ac-source-dss-rope-dot) ac-sources))))&lt;/p&gt;&lt;p&gt;Hope it also works for you. I am using autocomplete 1.3.1&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seagle0128</dc:creator><pubDate>Thu, 09 Dec 2010 16:08:09 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-101239311</link><description>&lt;p&gt;The 0.1.0 is unavaiable now :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frédéric De Zorzi</dc:creator><pubDate>Tue, 23 Nov 2010 12:34:23 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-93438499</link><description>&lt;p&gt;Hi, thanks for your update. I use the configuration but it doesn't work. The symbol ac-source-rope cannot be found. Could you please look into it? Thanks a lot!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Seagle0128</dc:creator><pubDate>Wed, 03 Nov 2010 13:34:02 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-79546993</link><description>&lt;p&gt;I just set this up with emacs 23 and the new autocomplete version 1.3 (it seems they have upgraded previous versions to 1.x from 0.x as well). It works really well. Here are some slight modifications I made to my .emacs file that allow you to have tab completion with yasnippet on other filetypes as well as python which still has yasnippet and ropemacs enabled.&lt;br&gt;&lt;br&gt;Modify the last part of the code, delete everything after this line:&lt;br&gt;&lt;br&gt;(add-hook 'python-mode-hook&lt;br&gt;          (lambda ()&lt;br&gt;&lt;br&gt;including the "ryan-python-tab" function, and add the following code in its place:&lt;br&gt;&lt;br&gt;&lt;br&gt;(add-hook 'python-mode-hook&lt;br&gt;          (lambda ()&lt;br&gt;                 (auto-complete-mode 1)&lt;br&gt;                 (set (make-local-variable 'ac-sources)&lt;br&gt;		      (append ac-sources '(ac-source-rope)))&lt;br&gt;;                      (append ac-sources '(ac-source-rope) '(ac-source-yasnippet)))&lt;br&gt;                 (set (make-local-variable 'ac-find-function) 'ac-python-find)&lt;br&gt;                 (set (make-local-variable 'ac-candidate-function) 'ac-python-candidate)&lt;br&gt;                 (set (make-local-variable 'ac-auto-start) nil)))&lt;br&gt;&lt;br&gt;(set (make-local-variable 'ac-sources) (append ac-sources '(ac-source-yasnippet)))&lt;br&gt;(setq ac-auto-start nil)&lt;br&gt;(ac-set-trigger-key "TAB")&lt;br&gt;&lt;br&gt;&lt;br&gt;basically I am setting the global autocomplete trigger key to "TAB" I am still disabling the auto-start feature on autocomplete until you hit the tab key, and I move where you append the yasnippet dictionary to the global part of the .emacs file from the python specific function. It works for me really well so far. Note that this is working with autocomplete 0.3 (or 1.3) downloaded from here:&lt;br&gt;&lt;br&gt;&lt;a href="http://cx4a.org/pub/auto-complete/auto-complete-1.3.tar.bz2" rel="nofollow noopener" target="_blank" title="http://cx4a.org/pub/auto-complete/auto-complete-1.3.tar.bz2"&gt;http://cx4a.org/pub/auto-complete/auto-complete-1.3.tar.bz2&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;To install this version of autocomplete, decompress the file (there is also a zip version available on that site). Next make a folder in your .emacs.d directory called "auto-complete". Finally in emacs "M-x load-file" &lt;br&gt;then when it asks you which file to load, navigate to the directory you just decompressed and under the etc/ folder there is an install.el script. Select that script. Emacs will ask you where to install the program. Tell it to install in the ~/.emacs.d/auto-install directory that you just made (really any directory will work though). Finally once it is installed it will give you a few lines to add to the top of your .emacs file. Go ahead and add those lines toward the top of your .emacs file. I don't know if they are all necessary, but I have them there and it works for me. &lt;br&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John St. John</dc:creator><pubDate>Mon, 20 Sep 2010 15:03:48 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-59974405</link><description>&lt;p&gt;Hi, I use your configurations. It works well. But emacs uses ropemacs and all completion words are in minibuffer, not popup. Could you give me some suggestion? Well, I use the lastest AC from &lt;a href="http://github.com/m2ym/auto-complete" rel="nofollow noopener" target="_blank" title="http://github.com/m2ym/auto-complete"&gt;http://github.com/m2ym/auto...&lt;/a&gt;. Thanks in advance!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sealge0128</dc:creator><pubDate>Wed, 30 Jun 2010 07:52:51 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-49980547</link><description>&lt;p&gt;Ok so with current auto-complete (v1.2), ac-find-function and ac-candidate-function don't exist anymore, the new syntax would be to define a new ac-source, with candidates as ac-python-candidate and prefix as ac-python-find.&lt;/p&gt;&lt;p&gt;I tried, but it seems broken...&lt;/p&gt;&lt;p&gt;I then tried rope: in fact there is already an ac-source for ropemacs in auto-complete 1.2 : ac-source-ropemacs.&lt;br&gt;The initialization is also managed. I just had to add the followin to my .emacs (it replaces all the elisp code from the article):&lt;/p&gt;&lt;p&gt;(ac-ropemacs-initialize)&lt;br&gt;(add-hook 'python-mode-hook&lt;br&gt;          (lambda ()&lt;br&gt;                 (add-to-list 'ac-sources 'ac-source-ropemacs)))&lt;/p&gt;&lt;p&gt;I don't know what was the goal of ac-python-candidate and ac-python-find, but I don't use them and it works well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niluge_KiWi</dc:creator><pubDate>Wed, 12 May 2010 18:00:10 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-48227442</link><description>&lt;p&gt;I know that it's dead, but it's worth a try :)&lt;br&gt;I used the init-python.el from github and I still cannot get the tab to work, it just calls rope and yasnippet but I cannot do an indent tab anymore&lt;br&gt;no explicit errors&lt;br&gt;any suggestion?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">miguel_roboso</dc:creator><pubDate>Mon, 03 May 2010 17:26:30 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-46707008</link><description>&lt;p&gt;Did anyone get rope-autoimport to work?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eisenmann</dc:creator><pubDate>Mon, 26 Apr 2010 06:05:29 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-39745275</link><description>&lt;p&gt;Hey dude.&lt;/p&gt;&lt;p&gt;I just came here looking for python auto completion in emacs.  Haven't tried it out yet (I'm on a deadline, so I'll check it out when I have the time &amp;amp; energy).  But I did take a moment to click on your facebook picture, and read the sign in the background.  As a fellow anti-prohibition, emacs and python user, I thought I would just say hi.  so hi!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glen Stark</dc:creator><pubDate>Mon, 15 Mar 2010 10:03:51 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-37360969</link><description>&lt;p&gt;Ryan,&lt;/p&gt;&lt;p&gt;have you also set up a python debugger in emacs (similarly to how John has set it up in vim)? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">radaczynski</dc:creator><pubDate>Sun, 28 Feb 2010 13:27:55 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-34221563</link><description>&lt;p&gt;This whole thing is pretty damned cool, but I've got a problem that crops up all the time where ropemacs stops returning candidates for reasons unknown. Do you happen to have a post waiting in the wings on how to troubleshoot ropemacs issues? That'd be REALLY useful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris R</dc:creator><pubDate>Sun, 14 Feb 2010 17:41:40 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-25644767</link><description>&lt;p&gt;In Windows 7 i get yasnippet completion but not python code completion. I probably have some configurations elsewhere that interferes with your instructions.&lt;/p&gt;&lt;p&gt;But your emacs configuration on github works fine; after adding a few missing files and renaming some directories. Thanks very much.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prasant</dc:creator><pubDate>Sun, 13 Dec 2009 08:07:12 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-24125878</link><description>&lt;p&gt;Hi! So what about auto-complete 0.2 ? Could you please look at that? Thank you very much for all this! Your article is magic :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">k_bx</dc:creator><pubDate>Thu, 26 Nov 2009 07:50:03 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-20792890</link><description>&lt;p&gt;The other option is to use company-mode which has built in rope completion for python files. My own setup which includes flymake to provide a live "pylint" presence in a python buffer is here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://richardriley.net/projects/emacs/dotprogramming#sec-1.4" rel="nofollow noopener" target="_blank" title="http://richardriley.net/projects/emacs/dotprogramming#sec-1.4"&gt;http://richardriley.net/pro...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rileyrgdev</dc:creator><pubDate>Thu, 22 Oct 2009 13:47:12 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-17439774</link><description>&lt;p&gt;Oh, When will you update this great post to support autocomplete version 0.20 or 0.30? I am eager to know that. I will appreciate it :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seagle0128</dc:creator><pubDate>Sat, 26 Sep 2009 13:46:58 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-15409547</link><description>&lt;p&gt;I flow your setting, but it can't work!&lt;br&gt;my emacs：23.1-winnt&lt;br&gt;and my os: winxp&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ighost</dc:creator><pubDate>Wed, 26 Aug 2009 04:16:32 -0000</pubDate></item><item><title>Re: AutoComplete.el : Python Code Completion in Emacs</title><link>http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/#comment-15141285</link><description>&lt;p&gt;This is a wonderful post! Thank you so much!!&lt;/p&gt;&lt;p&gt;Any update on the updated version with auto-complete 0.2.0 ?&lt;/p&gt;&lt;p&gt;Thanks again.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Nicolas&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Pinto</dc:creator><pubDate>Thu, 20 Aug 2009 15:04:58 -0000</pubDate></item></channel></rss>