Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error in init file: File error: "Cannot open load file", "pending-del"

129 views
Skip to first unread message

abcd

unread,
Jan 4, 2001, 9:31:14 AM1/4/01
to
I get this error on startup, regardless of whether my _emacs file is loaded:
Error in init file: File error: "Cannot open load file", "pending-del"

Show version gives:
GNU Emacs 20.3.1 (i386-*-nt4.10) of Wed Oct 14 1998 on TORONTO

This is a Win98 box.

I started getting this error at a point when I had not made any changes at
all to my setup, including my _emacs and elisp stuff.

There are no files named or containing pending-del.

Thoughts?


Kai Großjohann

unread,
Jan 4, 2001, 12:34:16 PM1/4/01
to
On Thu, 4 Jan 2001, a...@asdf.com wrote:

> I get this error on startup, regardless of whether my _emacs file is
> loaded: Error in init file: File error: "Cannot open load file",
> "pending-del"

I think this file comes from XEmacs. Some part of your customization
is for XEmacs, I think.

Does "emacs -q -no-site-file" work? If that works, but "emacs -q"
does not work, then the problem is in site-start.el or default.el.

Also try "emacs -debug-init" for more information on the error. Maybe
that helps you to locate the problem.

kai
--
~/.signature

Jari Aalto+mail.emacs

unread,
Jan 4, 2001, 12:48:18 PM1/4/01
to a...@asdf.com
* Thu 2001-01-04 abcd <a...@asdf.com> gnu.emacs.help
* <http://search.dejanews.com/msgid.xp?MID=%3C9321ik$fia$1...@news.panix.com%3E&format=threaded>

| I get this error on startup, regardless of whether my _emacs file is loaded:
| Error in init file: File error: "Cannot open load file", "pending-del"

You seem to be using XEmacs, because that package is not part of
Emacs. I found it from xemacs-packages install dir:

n:\bin\emacs\xemacs\xemacs-packages\lisp\pc\pending-del.el

Most likely your load-path (which C-h v see) does not contain that
directory. Add it with:

(require 'cl) ;; Not necessary in XEmacs
(pushnew (expand-file-name "the-path") load-path :test 'string=)

The pushnew will prevent mucking your load path if you reload your
Emacs startup files multiple times.

Jari

Kevin Rodgers

unread,
Jan 4, 2001, 1:01:16 PM1/4/01
to
"abcd" <a...@asdf.com> wrote:
> I get this error on startup, regardless of whether my _emacs file is
> loaded:
> Error in init file: File error: "Cannot open load file", "pending-del"
>
> Show version gives:
> GNU Emacs 20.3.1 (i386-*-nt4.10) of Wed Oct 14 1998 on TORONTO
>
> This is a Win98 box.
>
> I started getting this error at a point when I had not made any
> changes at
> all to my setup, including my _emacs and elisp stuff.

Do you get the error when you invoke Emacs with the -q option? How
about when you invoke it with the -q and --no-site-file options?

> There are no files named or containing pending-del.

It's probably loaded by default.el or site-start.el.
--
Kevin Rodgers <kev...@ihs.com> Lead Software Engineer
Information Handling Services Electronic Systems Development
15 Inverness Way East, M/S A114 GO BUFFS!
Englewood CO 80112-5776 USA 1 303 397 2807[voice]


Sent via Deja.com
http://www.deja.com/

0 new messages