From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: Re: installing emacs package on windows Date: Sat, 01 Aug 2009 18:39:05 +0200 Organization: Arcor Message-ID: <81ws5nmqty.fsf@web.de> References: <0fcf248d-f0af-4a8c-8b1a-799f3a64594a@x25g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249144971 17265 80.91.229.12 (1 Aug 2009 16:42:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 16:42:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 18:42:44 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXHfQ-0001zz-0i for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 18:42:44 +0200 Original-Received: from localhost ([127.0.0.1]:54248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXHfP-0005Y9-I3 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 12:42:43 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:F/S4tLYiiy3xjTnvZqydxpe+6i8= Original-Lines: 18 Original-NNTP-Posting-Date: 01 Aug 2009 18:39:06 CEST Original-NNTP-Posting-Host: 54f8d71a.newsspool1.arcor-online.net Original-X-Trace: DXC==goQ@:F5hLP\9P[:DUn00Qic==]BZ:af^4Fo<]lROoRQ^YC2XCjHcbYoUQm0BGaVUiFKXgO=aXiQ6JZVn4HjUacX8FY Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: news.stanford.edu gnu.emacs.help:171441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66625 Archived-At: amolaggarwal writes: > My emacs version is 22.3.1 . I have created init file in ~/.emacs.d/ > init.cl(user application data folder instead of home directory) . I > want to load another package called init-auto-complete.el through my > init file . I have put this package in .emacs.d directory but i am > unable to load this package from init file using (require 'init-auto- > complete.el). Kindly help. Hi, move init-auto-complete.el to one of the directories of the load path e.g. site-lisp. Martin -- parozusa at web dot de