all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Hendrik Bilges" <VZQNVPETFXMY@spammotel.com>
Subject: Re: Emacs doesn't load .emacs
Date: 3 Nov 2006 04:28:09 GMT	[thread overview]
Message-ID: <4qvuqpFol4vsU1@individual.net> (raw)
In-Reply-To: mailman.83.1162496054.2155.help-gnu-emacs@gnu.org

Kevin Rodgers wrote:

> `M-: (find-file (locate-library site-run-file)) RET' will visit the
> actual site file that Emacs 21 is loading, which may give you (us)
> some hints as to why your ~/.emacs file is not being loaded.

This pointed me in the right direction. I already posted the content of
this file earlier, I'll do it again, this time WITH the comments:

-------------
;; Emacsen independent startup file.  ...these first lines are not
;; important here.

;; Package maintainers: do not have Debian packages edit this file.
;; See the policy manual for the proper way to handle Emacs package
;; initialization code.

load "auctex.el" nil t t
load "preview-latex.el" nil t t
--------------

All is working now after commenting out those two lines:

---------------
;; load "auctex.el" nil t t
;; load "preview-latex.el" nil t t
---------------

I now ask myself how these lines got into site-start.el. I remember
installing auctex but I don't remember if I added those lines manually or
if they were generated. In the latter case, wouldn't it be a violation of
the indication given in the comment?

Should I paste these lines in my .emacs file, or where do they belong?
What do the parameters "nil t t" stand for? I couldn't find any
information on this.

Thanks, Keith and all you others!

  parent reply	other threads:[~2006-11-03  4:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-02 11:19 Emacs doesn't load .emacs Hendrik Bilges
2006-11-02 12:05 ` Robert Thorpe
2006-11-02 13:16   ` Hendrik Bilges
2006-11-02 13:43     ` Hendrik Bilges
2006-11-02 14:17       ` Lowell Gilbert
2006-11-02 14:29         ` Hendrik Bilges
2006-11-02 14:58           ` Peter Dyballa
2006-11-02 15:23           ` Peter Dyballa
2006-11-02 15:22       ` Martin Jost
2006-11-02 16:54         ` Hendrik Bilges
2006-11-02 17:20           ` Hendrik Bilges
2006-11-02 19:06             ` Kevin Rodgers
     [not found]             ` <mailman.83.1162496054.2155.help-gnu-emacs@gnu.org>
2006-11-03  4:28               ` Hendrik Bilges [this message]
2006-11-03  9:19                 ` Harald Hanche-Olsen
2006-11-02 17:33           ` Sam Peterson
2006-11-02 19:08           ` Robert Thorpe
2006-11-04 16:42       ` John Sullivan

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=4qvuqpFol4vsU1@individual.net \
    --to=vzqnvpetfxmy@spammotel.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.