[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pymacs mode does not work after autocomplete added to .emacs file an
From: |
Nikolaj Schumacher |
Subject: |
Re: Pymacs mode does not work after autocomplete added to .emacs file and then deleted |
Date: |
Fri, 11 Apr 2008 15:04:11 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) |
"Newell Jensen" <pillar2012@gmail.com> wrote:
> Once again, to iterate. ALL I did was copied the above text into the bottom
> of my .emacs file and then deleted it, but my emacs no longer does the
> python completion.
Just a wild guess: Whenever I see something odd like that, it's because
an outdated .elc file is loaded instead of an updated .el.
Other than that, I'd suggest starting emacs with -q, and evaluating the
commands in your .emacs step by step (C-x C-e) until it breaks.
regards,
Nikolaj Schumacher