bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] 11.85; problems with nil in load-path


From: David Kastrup
Subject: Re: [Bug-AUCTeX] 11.85; problems with nil in load-path
Date: Mon, 28 Jul 2008 23:05:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Art Werschulz <address@hidden> writes:

> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.
>
> Be sure to consult the FAQ section in the manual before submitting
> a bug report.  In addition check if the bug is reproducable with an
> up-to-date version of AUCTeX.  So please upgrade to the version
> available from http://www.gnu.org/software/auctex/ if your
> installation is older than the one available from the web site.
>
> If the bug is triggered by a specific (La)TeX file, you should try
> to produce a minimal sample file showing the problem and include it
> in your report.
>
> Your bug report will be posted to the AUCTeX bug reporting list.
> ------------------------------------------------------------------------
>
> I am using a ~/.emacs file consisting of
>   (add-to-list 'load-path nil)

Why would you do that?  Oh.

    Each element is a string (directory name) or nil (try default
    directory).  Initialized based on EMACSLOADPATH environment
    variable, if any,

How weird.  Then we presumably should try cater for that.  Have you
tried using (add-to-list 'load-path ".") instead?  It would appear to me
that it should likely achieve the same thing.

Not that we should not fix this, but this might work until we do.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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