all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: warning 'User has no home directory' with version 22.0.50 on msw2000
@ 2006-07-13 16:37 B. T. Raven
  2006-07-13 18:55 ` Eli Zaretskii
       [not found] ` <mailman.4065.1152816964.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: B. T. Raven @ 2006-07-13 16:37 UTC (permalink / raw)


I wanted emacs to live in c:\emacs rather than being buried deeply in the
Documents and Settings subdir. I moved everything to c:\emacs but I get
the above error (or something to that effect, it's not verbatim). I have
Administrator rights on the machine so I tried setting the home dir for
Admin, Guest, and User1 all to c:\emacs and also put SET HOME=C:\EMACS  in
the autoexec.bat, all to no avail.
On the web there are instructions for putting emacs+auctex onto a thumb
drive, including this code (to go into site-start.el):

(defvar usb-drive-letter (substring data-directory 0 3))
(defvar usb-home-dir (concat usb-drive-letter "home/"))

(setenv "HOME" usb-home-dir)

Do I have to do something like that to get emacs to work in an arbitrary
subdirectory in msw2000? I don't really understand the above. Does emacs
interpret site-start.el before .emacs itself?

Thanks,
 Ed


--

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-14 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-13 16:37 warning 'User has no home directory' with version 22.0.50 on msw2000 B. T. Raven
2006-07-13 18:55 ` Eli Zaretskii
     [not found] ` <mailman.4065.1152816964.9609.help-gnu-emacs@gnu.org>
2006-07-13 19:10   ` Ralf Angeli
2006-07-13 22:58     ` B. T. Raven
2006-07-14 11:40       ` B. T. Raven

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.