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

* Re: Problem installing Auto-Complete plugin in Emacs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Tassilo Horn @ 2010-01-20  8:28 UTC (permalink / raw)
  To: help-gnu-emacs

janoChen <janoochen@gmail.com> writes:

Hi!

> (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

I don't know auto-complete, but maybe auto-complete-1.0 contains a lisp
subdir?  If so, then this has to be put in load-path.

Bye,
Tassilo





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

* Re: Problem installing Auto-Complete plugin in Emacs
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Daly @ 2010-01-24 18:42 UTC (permalink / raw)
  To: help-gnu-emacs

janoChen <janoochen@gmail.com> writes:

> 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")
>
> .emacs:53:1:Error: Cannot open load file: auto-complete

It looks like the path (or the files Emacs expects to find at that
path) is invalid.

Try using the full path to auto-complete instead of the "~/" shortcut
to see if the tilda is what's throwing you off.

If auto-complete loads properly when you insert the full path, it's
probably that your home directory isn't set correctly in Emacs on
Windows.  Try Googling for something like "emacs windows home
directory registry"; there's a registry setting for your home
directory that might help you.

Nick





^ 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.