unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* HOME variable
@ 2004-09-10  4:01 Jaydutt Shukla
  0 siblings, 0 replies; 2+ messages in thread
From: Jaydutt Shukla @ 2004-09-10  4:01 UTC (permalink / raw)


This is not a bug but I did not know where else to report it.

Emacs (v21.3) uses the HOME variable as its root folder and in the
installation instructions suggest using c:\Emacs as the root folder.
This implies that I have to set HOME to be equal to "C:\Emacs" This is
okay but when other programs also need the HOME variable it causes
problem. For example, I just installed Cygwin on my computer and it uses
c:\Emacs as its starting directory, which is very annoying because I
expected it to start either in c:\ or c:\%USERPROFILE%\. Users can
always work aroung by changing directory (manually or using scripts) but
that is not a good approach. So I suggest using the variable EMACSHOME
or something that would associate it with Emacs unambiguously.

Thanks
Jaydutt Shukla

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

* Re: HOME variable
       [not found] <mailman.2234.1094789271.1998.bug-gnu-emacs@gnu.org>
@ 2004-09-10  4:56 ` Kin Cho
  0 siblings, 0 replies; 2+ messages in thread
From: Kin Cho @ 2004-09-10  4:56 UTC (permalink / raw)


Use a batch file to start emacs instead:

set HOME=c:\emacs\
start c:\emacs-21.3\bin\runemacs

-kin

Jaydutt Shukla <jaydutts@wam.umd.edu> writes:

> This is not a bug but I did not know where else to report it.
>
> Emacs (v21.3) uses the HOME variable as its root folder and in the
> installation instructions suggest using c:\Emacs as the root folder.
> This implies that I have to set HOME to be equal to "C:\Emacs" This is
> okay but when other programs also need the HOME variable it causes
> problem. For example, I just installed Cygwin on my computer and it uses
> c:\Emacs as its starting directory, which is very annoying because I
> expected it to start either in c:\ or c:\%USERPROFILE%\. Users can
> always work aroung by changing directory (manually or using scripts) but
> that is not a good approach. So I suggest using the variable EMACSHOME
> or something that would associate it with Emacs unambiguously.
>
> Thanks
> Jaydutt Shukla

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

end of thread, other threads:[~2004-09-10  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2234.1094789271.1998.bug-gnu-emacs@gnu.org>
2004-09-10  4:56 ` HOME variable Kin Cho
2004-09-10  4:01 Jaydutt Shukla

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).