all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Liu Yunxia <Thomas.Yunxia.Liu@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Where can I add the loading instruction?
Date: Thu, 15 Mar 2007 16:21:32 +0100	[thread overview]
Message-ID: <45F9647C.3050408@gmail.com> (raw)
In-Reply-To: <1173968774.609402.12850@n76g2000hsh.googlegroups.com>

Liu Yunxia wrote:
> Dear all,
> 
> I'm new to Emacs. I downloaded a Emacs+AucTeX version from
> ftp://alpha.gnu.org/gnu/auctex/, and I was told everywhere about
> adding (load "auctex.el" nil t t) to load it. But I don't know where
> to add, because the platform is Windows XP and there is nothing like
> ~/.emacs. Could anyone tell me how to load auctex.el and preview-
> latex.el? I don't want to switch between command prompt and Emacs
> anymore.
> 
> Thanks and best regards,
> Liu Yunxia


You create the file ~/.emacs yourself from within Emacs. You can do that
with the function `find-file'. The easiest way to call this function is
to do

  C-x C-f

It prompts you for a file name. Just enter ~/.emacs there and then you
will be editing that file. Insert the text you wanted, save the file and
then you have a file which Emacs calls ~/.emacs

For more information see the help inside Emacs (or perhaps
http://www.EmacsWiki.org/).

      parent reply	other threads:[~2007-03-15 15:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-15 14:26 Where can I add the loading instruction? Liu Yunxia
2007-03-15 14:39 ` David Kastrup
2007-03-15 15:21 ` Lennart Borgman (gmail) [this message]

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=45F9647C.3050408@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=Thomas.Yunxia.Liu@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.