From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Baloff Newsgroups: gmane.emacs.help Subject: Re: load-file doremi-frm.el issue? Date: 05 Sep 2005 18:49:56 +1000 Organization: iPrimus Customer - reports relating to abuse should be sent to abuse@iprimus.com.au Message-ID: <877jdvhpaj.fsf@wash.edu> References: <877jdx91z4.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125912048 26830 80.91.229.2 (5 Sep 2005 09:20:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2005 09:20:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 05 11:20:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECD91-0003fT-Bi for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Sep 2005 11:20:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECDDR-0000QR-TR for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Sep 2005 05:24:38 -0400 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-Original-NNTP-Posting-Host: 203.134.35.243 X-Original-NNTP-Posting-Host: 127.0.0.1 Original-Lines: 27 Original-NNTP-Posting-Host: 203.134.67.67 Original-X-Trace: 1125908645 un-2park-reader-02.sydney.pipenetworks.com.au 15520 203.134.67.67:2438 Original-X-Complaints-To: Abuse, including message IDs to abuse@pipenetworks.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!news-out.newsfeeds.com!propagator3-LAX.newsfeeds.com!news-in.usenet.com!news.moat.net!quokka.wn.com.au!token.pipenetworks.com!218.100.2.58.MISMATCH!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:133668 Original-To: help-gnu-emacs@gnu.org 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:29210 Archived-At: Baloff writes: > Hello > > I hope someone would tell me why M-x load-file RET doremi > is not loading the doremi-frm.el file even though the file is located in a directory > listed in load-path's value in C-h v load-path is > "/usr/share/emacs/21.4/site-lisp" > I don't think it has something to do with me being logged in as a user > other than root because when I run emacs as root and M-x load-file > full/path/to/doremi-frm.el still gives Cannot open load file: doremi > which is the same message I get if I have (require 'doremi-frm) in my > .emacs and do M-x load-file .emacs or restart emacs. > > thanks > > > > LocalWords: doremi frm RET eval sexp Debugger entered--Lisp error: (file-error "Cannot open load file" "doremi") require(doremi) eval-buffer(# nil "doremi-frm" nil t) load-with-code-conversion("/usr/share/emacs/21.4/site-lisp/doremi-frm.el" "doremi-frm" nil t) require(doremi-frm) eval((require (quote doremi-frm))) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp)