help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem installing Auto-Complete plugin in Emacs


From: janoChen
Subject: Problem installing Auto-Complete plugin in Emacs
Date: Tue, 19 Jan 2010 22:26:39 -0800 (PST)

I downloaded Auto-Complete from here: 
http://github.com/m2ym/auto-complete/downloads
http://github.com/m2ym/auto-complete/downloads , I placed them in my
load-path (C:\...Application Data\.emacs.d\plugins\auto-complete-1.0), and
added the following to my .emacs:

;; load auto complete
(add-to-list 'load-path "~/.emacs.d/plugins/auto-complete-1.0")
(require 'auto-complete)
(global-auto-complete-mode t)

but a message shows up:

.emacs:53:1:Error: Cannot open load file: auto-complete
-- 
View this message in context: 
http://old.nabble.com/Problem-installing-Auto-Complete-plugin-in-Emacs-tp27237333p27237333.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]