Quantcast
Channel: Enigma Curry - Latest Comments
Viewing all articles
Browse latest Browse all 36

Re: AutoComplete.el : Python Code Completion in Emacs

$
0
0

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:
;; Initialize Pymacs
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")
(autoload 'pymacs-eval "pymacs" nil t)
(autoload 'pymacs-exec "pymacs" nil t)
(autoload 'pymacs-load "pymacs" nil t)
;; Initialize Rope
(pymacs-load "ropemacs" "rope-")
(setq ropemacs-enable-autoimport t)

;; Initialize Yasnippet
;Don't map TAB to yasnippet
;In fact, set it to something we'll never use because
;we'll only ever trigger it indirectly.
(setq yas/trigger-key (kbd "C-c <kp-multiply>"))
(yas/initialize) 

(yas/load-directory "~/.emacs.d/snippets") 

When a restart emacs that's the warning code that I receive:

Warning (initialization): An error occurred while loading `~/.emacs':Symbol's value as variable is void: {rtf1ansiansicpg1252cocoartf1138cocoasubrtf230

Does anybody have an idea on what's the problem?</kp-multiply>


Viewing all articles
Browse latest Browse all 36

Trending Articles