all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rmborchers@orange.nl, "Borchers <rmborchers"@orange.nl
To: black <quiteblack@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to import other programming language support on windows emacs ?
Date: Sun, 06 Jul 2008 19:32:24 +0200	[thread overview]
Message-ID: <m28wwenck7.fsf@laptop.lan> (raw)
In-Reply-To: <665eb87a0807060808r1c60676cs97d22ff40eca95cd@mail.gmail.com> (black's message of "Sun\, 6 Jul 2008 23\:08\:24 +0800")

You should give windows find a try at _emacs

3.5 Where do I put my init file?

On Windows, the .emacs file may be called _emacs for backward
compatibility with DOS and FAT filesystems where filenames could not
start with a dot. Some users prefer to continue using such a name,
because Explorer cannot create a file with a name starting with a dot,
even though the filesystem and most other programs can handle it. In
Emacs 22 and later, the init file may also be called
.emacs.d/init.el. Many of the other files that are created by lisp
packages are now stored in the .emacs.d directory too, so this keeps
all your Emacs related files in one place.

All the files mentioned above should go in your HOME directory. The
HOME directory is determined by following the steps below:

   1. If the environment variable HOME is set, use the directory it
   indicates.
   2. If the registry entry HKCU\SOFTWARE\GNU\Emacs\HOME is set, use
   the directory it indicates.
   3. If the registry entry HKLM\SOFTWARE\GNU\Emacs\HOME is set, use
   the directory it indicates. Not recommended, as it results in users
   sharing the same HOME directory.
   4. If C:\.emacs exists, then use C:/. This is for backward
   compatibility, as previous versions defaulted to C:/ if HOME was
   not set.
   5. Use the user's AppData directory, usually a directory called
   Application Data under the user's profile directory, the location
   of which varies according to Windows version and whether the
   computer is part of a domain. 

Within Emacs, <~> at the beginning of a file name is expanded to your
HOME directory, so you can always find your .emacs file with C-x C-f
~/.emacs. 
-- 
                             \\\                      
                            (0 0)                      
--------------------------o0o(_)o0o-------------------------
Registered Linux User No.291649 http://www.linux-counter.org
Registered LFS user No.16792 http://www.linuxfromscratch.org
Uptime   : 19:25:41 up 12:08,  1 user,  load average: 0.00, 0.20, 0.26
Kernel   : Linux 2.6.18.8.tex5 #1 SMP Thu May 10 11:36:58 WST 2007
Processor: model name	: AMD Turion(tm) 64 Mobile Technology ML-30
web: http://rene-borchers.homelinux.com
------------------------------------------------------------
The surest protection against temptation is cowardice.
		-- Mark Twain





  reply	other threads:[~2008-07-06 17:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-06  5:18 how to import other programming language support on windows emacs ? black
2008-07-06  7:28 ` Peter Dyballa
2008-07-06  7:30 ` Frayja
2008-07-06  7:51 ` rmborchers, Borchers <rmborchers
2008-07-06 15:08 ` black
2008-07-06 17:32   ` rmborchers, Borchers <rmborchers [this message]
     [not found] ` <mailman.14287.1215360668.18990.help-gnu-emacs@gnu.org>
2008-07-06 16:43   ` Colin S. Miller
2008-07-07  4:07 ` black
2008-07-07 14:20 ` black
     [not found] ` <mailman.14311.1215403653.18990.help-gnu-emacs@gnu.org>
2008-07-07 21:18   ` Colin S. Miller
     [not found] ` <mailman.14334.1215440442.18990.help-gnu-emacs@gnu.org>
2008-07-09 14:44   ` james

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=m28wwenck7.fsf@laptop.lan \
    --to=rmborchers@orange.nl \
    --cc="Borchers <rmborchers"@orange.nl \
    --cc=help-gnu-emacs@gnu.org \
    --cc=quiteblack@gmail.com \
    /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.