unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Problem installing Auto-Complete plugin in Emacs
@ 2010-01-20  6:26 janoChen
  2010-01-20  8:28 ` Tassilo Horn
  2010-01-24 18:42 ` Nick Daly
  0 siblings, 2 replies; 3+ messages in thread
From: janoChen @ 2010-01-20  6:26 UTC (permalink / raw)
  To: Help-gnu-emacs


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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-24 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20  6:26 Problem installing Auto-Complete plugin in Emacs janoChen
2010-01-20  8:28 ` Tassilo Horn
2010-01-24 18:42 ` Nick Daly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).