all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Newell Jensen" <pillar2012@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Pymacs mode does not work after autocomplete added to .emacs file and then deleted
Date: Wed, 9 Apr 2008 17:26:00 -0700	[thread overview]
Message-ID: <3fa429ba0804091726q2e24c01ew89b1616dc0f67626@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]

Hello all and thanks in advance for any help that you can give me.  I don't
know what is going on but I have not been able to figure this out.  Before I
did anything I had pymacs and py-mode working so that when I was working on
a python file I could do autocompletion by hitting tab.  Then I wanted to
figure out how to get completion working where I could have something
similar to Visual Studio's intellisense.  To do this I appended

(require 'hippie-exp)

(setq hippie-expand-try-functions-list
'(try-expand-dabbrev
try-expand-dabbrev-all-buffers
try-expand-dabbrev-from-kill
try-complete-file-name-partially
try-complete-file-name
try-complete-lisp-symbol-partially
try-complete-lisp-symbol
try-expand-whole-kill))
but this was givng me problems because it wouldn't allow me to have the
python completion anymore.  So all I did was deleted what I put in (the
above) from my .emacs file but now it will not go back to the original way
that it was.  I restarted my computer, looked in /usr/share/emacs/site-lisp
etc to see if I could find the problem but I am stumped.

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.

Any ideas would be appreciated.  Thanks.

--
Newell

Before enlightenment, chop wood and carry water
After enlightenment, code and build circuits

[-- Attachment #2: Type: text/html, Size: 1615 bytes --]

             reply	other threads:[~2008-04-10  0:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-10  0:26 Newell Jensen [this message]
2008-04-11 13:04 ` Pymacs mode does not work after autocomplete added to .emacs file and then deleted Nikolaj Schumacher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fa429ba0804091726q2e24c01ew89b1616dc0f67626@mail.gmail.com \
    --to=pillar2012@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.