From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Can't load .el files Date: Fri, 22 Apr 2005 16:54:00 +0100 Organization: None Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114185053 19010 80.91.229.2 (22 Apr 2005 15:50:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 15:50:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 22 17:50:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DP0Q3-0006tB-88 for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 17:50:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP0Uz-0003fg-Lk for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 11:55:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!feed3.jnfs.ja.net!jnfs.ja.net!gemini.csx.cam.ac.uk!news.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: xpc14.ast.cam.ac.uk X-Spook: Kahane Chai warrant airframe airport Euzkadi Ta X-Ran: .z@X9dhGpQRD+C7t8Hz1O]&AczP 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:25963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25963 Peter Dyballa wrote: > These files need to have provide staements. The require statement have > to match what's being provided. If the problem was just a missing provide, the error message would say "required feature `foo' was not provided". The "cannot open load file" error means the file is not in the load-path (or is unreadable).