all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.