unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* .emacs file in windows XP
@ 2006-01-16  7:56 Senthil
  0 siblings, 0 replies; 8+ messages in thread
From: Senthil @ 2006-01-16  7:56 UTC (permalink / raw)


i have emacs21.3 installed in my windowsXP system.
i obtained the tar ball and just unzipped it to install emacs.
My .emacs file contains some minimal settings like
changing the background colour, foreground color etc.
But emacs doesnot load with those options and does not
report any error also .what should i do for emacs to load
with the options specified in .emacs

--
--------S.Senthil Kumaran-------
blog : http://sskganesan.blogspot.com

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

* RE: .emacs file in windows XP
@ 2006-01-16  8:06 Herbert Euler
  2006-01-16 18:32 ` Kevin Rodgers
  0 siblings, 1 reply; 8+ messages in thread
From: Herbert Euler @ 2006-01-16  8:06 UTC (permalink / raw)


>From: Senthil <sens2003@gmail.com>
>To: help-gnu-emacs@gnu.org
>Subject: .emacs file in windows XP
>Date: Mon, 16 Jan 2006 13:26:22 +0530
>
>what should i do for emacs to load
>with the options specified in .emacs

You should set the HOME environment for your
Windows logging in user. This environment will
point to a directory contains your .emacs file.

      Regards,
      Herbert

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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

* Re: .emacs file in windows XP
  2006-01-16  8:06 .emacs file in windows XP Herbert Euler
@ 2006-01-16 18:32 ` Kevin Rodgers
  2006-01-17  1:33   ` Herbert Euler
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Rodgers @ 2006-01-16 18:32 UTC (permalink / raw)


Herbert Euler wrote:
>> From: Senthil <sens2003@gmail.com>
>> To: help-gnu-emacs@gnu.org
>> Subject: .emacs file in windows XP
>> Date: Mon, 16 Jan 2006 13:26:22 +0530
>>
>> what should i do for emacs to load
>> with the options specified in .emacs
> 
> 
> You should set the HOME environment for your
> Windows logging in user. This environment will
> point to a directory contains your .emacs file.

One can find out where Emacs is looking for that file with:
M-: (expand-file-name "~/.emacs")

-- 
Kevin Rodgers

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

* RE: .emacs file in windows XP
@ 2006-01-16 22:20 Rancier, Jeff
  0 siblings, 0 replies; 8+ messages in thread
From: Rancier, Jeff @ 2006-01-16 22:20 UTC (permalink / raw)


What's the value of your %HOME% environmental variable, that's where you
.emacs file should live.

Thanks,
-jbr
 

| -----Original Message-----
| From: help-gnu-emacs-bounces+jeff.rancier=sensis.com@gnu.org 
| [mailto:help-gnu-emacs-bounces+jeff.rancier=sensis.com@gnu.org
| ] On Behalf Of Senthil
| Sent: Monday, January 16, 2006 2:56 AM
| To: help-gnu-emacs@gnu.org
| Subject: .emacs file in windows XP
| 
| 
| i have emacs21.3 installed in my windowsXP system.
| i obtained the tar ball and just unzipped it to install emacs.
| My .emacs file contains some minimal settings like
| changing the background colour, foreground color etc.
| But emacs doesnot load with those options and does not
| report any error also .what should i do for emacs to load
| with the options specified in .emacs
| 
| --
| --------S.Senthil Kumaran-------
| blog : http://sskganesan.blogspot.com
| 
| 
| _______________________________________________
| help-gnu-emacs mailing list
| help-gnu-emacs@gnu.org
| http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
| 

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

* Re: .emacs file in windows XP
  2006-01-16 18:32 ` Kevin Rodgers
@ 2006-01-17  1:33   ` Herbert Euler
  2006-01-17 18:51     ` Kevin Rodgers
       [not found]     ` <mailman.1485.1137524171.26925.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Herbert Euler @ 2006-01-17  1:33 UTC (permalink / raw)
  Cc: help-gnu-emacs

>From: Kevin Rodgers <ihs_4664@yahoo.com>
>To: help-gnu-emacs@gnu.org
>Subject: Re: .emacs file in windows XP
>Date: Mon, 16 Jan 2006 11:32:52 -0700
>
>One can find out where Emacs is looking for that file with:
>M-: (expand-file-name "~/.emacs")

So one can also find out which directory is home by typing
C-x d ~ RET, and the first line will show the whole name.

        Herbert

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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

* Re: .emacs file in windows XP
  2006-01-17  1:33   ` Herbert Euler
@ 2006-01-17 18:51     ` Kevin Rodgers
       [not found]     ` <mailman.1485.1137524171.26925.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Kevin Rodgers @ 2006-01-17 18:51 UTC (permalink / raw)


Herbert Euler wrote:
>> From: Kevin Rodgers <ihs_4664@yahoo.com>
>> To: help-gnu-emacs@gnu.org
>> Subject: Re: .emacs file in windows XP
>> Date: Mon, 16 Jan 2006 11:32:52 -0700
>>
>> One can find out where Emacs is looking for that file with:
>> M-: (expand-file-name "~/.emacs") 
> 
> So one can also find out which directory is home by typing
> C-x d ~ RET, and the first line will show the whole name.

Here's another way to do that:
M-: (file-truename (expand-file-name "~"))

-- 
Kevin Rodgers

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

* Re: .emacs file in windows XP
       [not found]     ` <mailman.1485.1137524171.26925.help-gnu-emacs@gnu.org>
@ 2006-01-22 17:25       ` Andrew Baine
  2006-01-23 13:39         ` Senthil
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Baine @ 2006-01-22 17:25 UTC (permalink / raw)


Or you could

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

* Re: .emacs file in windows XP
  2006-01-22 17:25       ` Andrew Baine
@ 2006-01-23 13:39         ` Senthil
  0 siblings, 0 replies; 8+ messages in thread
From: Senthil @ 2006-01-23 13:39 UTC (permalink / raw)


thanks for that .I got that after setting up the HOME environment
variable and copying .emacs to the path specified

--
--------S.Senthil Kumaran-------
blog : http://sskganesan.blogspot.com

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

end of thread, other threads:[~2006-01-23 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-16  8:06 .emacs file in windows XP Herbert Euler
2006-01-16 18:32 ` Kevin Rodgers
2006-01-17  1:33   ` Herbert Euler
2006-01-17 18:51     ` Kevin Rodgers
     [not found]     ` <mailman.1485.1137524171.26925.help-gnu-emacs@gnu.org>
2006-01-22 17:25       ` Andrew Baine
2006-01-23 13:39         ` Senthil
  -- strict thread matches above, loose matches on Subject: below --
2006-01-16 22:20 Rancier, Jeff
2006-01-16  7:56 Senthil

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).