help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where can I add the loading instruction?


From: Lennart Borgman (gmail)
Subject: Re: Where can I add the loading instruction?
Date: Thu, 15 Mar 2007 16:21:32 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]