all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henri Fischer <henri.fischer@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: "Cannot open load file: wid-edit" error
Date: Mon, 16 Aug 2010 05:04:49 -0700 (PDT)	[thread overview]
Message-ID: <1f59f03c-63df-4f4f-9f73-020175ab51b7@w30g2000yqw.googlegroups.com> (raw)

Hi,

For some reason, the new version of Emacs on my USB (for use in
Windows XP), cannot open the load file.

I downloaded the zip file from GNU and extracted it. The old version
(23.1.1) and the new version (23.2.1) now each have their own folder
within "e:/1/11/". I left my .emacs unchanged.
However I did copy sitelisp.el from the old to the new version. It
contains the following code to make sure Emacs can find its home:
**************
 (if (and invocation-directory
   (eq (string-match "[a-zA-Z]:" invocation-directory) 0))
(let ((drive (substring invocation-directory 0 1)))
(setenv "HOME" (concat drive ":/home"))))
**************

I can start both versions from their respective e:/1/11/.../bin with
"runemacs.exe". The old version is fully functional, but when in the
new version I try to change the mode in a buffer (M-x org-mode), the
new version gives the error mentioned in the subject.

when I evaluate load-path in *scratch*, both versions show (almost)
the same list of folders. There are two differences. One of course is
the version number. Which is as it should be, so nothing wrong there.
The second difference is that in the old version, the entire load-path
is shown twice.

All in all, I don't see any reason why the 23.2.1 behaves so
strangely. Loading .emacs from dired doesn't help.

Does anyone know what's going on and how to solve this problem? Your
help is appreciated.

Henri


                 reply	other threads:[~2010-08-16 12:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1f59f03c-63df-4f4f-9f73-020175ab51b7@w30g2000yqw.googlegroups.com \
    --to=henri.fischer@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.