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

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

Re: beginner's question: add-hook& AUCTeX


From: Tassilo Horn
Subject: Re: beginner's question: add-hook& AUCTeX
Date: Fri, 26 Aug 2011 16:53:02 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Shiyuan <gshy2014@gmail.com> writes:

Hi!

> It turns out that the problem is caused by another line of my .emacs file,
> which I want to append the load-path,
> (setq load-path (append (list nil "~/lisp") load-path))
> if the "nil" is deleted, it works fine. But I don't understand why adding
> the current directory to load-path messes up the loading of AUCTeX. I don't
> have any lisp package s in my current directory.

nil in `load-path' means `default-directory' which is usually your HOME,
but might be redefined on a per-buffer basis, or maybe even bound
dynamically in some code loading lisp files.  I'd really refrain from
using nil in `load-path'.  Sounds like a can of worms to me...

Bye,
Tassilo




reply via email to

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