emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: locate-library doesn't find new compressed el.gz files


From: Andrew M. Scott
Subject: Re: locate-library doesn't find new compressed el.gz files
Date: Wed, 2 Nov 2005 11:58:26 -0700

    >> (when (locate-library "specman-mode" nil)

    Romain> This is fine, calling `locate-library' without specifying
    Romain> a file extension always works, as noted in my first
    Romain> message.

You are correct. I had *meant* to type

 (when (locate-library "specman-mode.el" nil)
                                    ^^^
in my 2nd example, which wouldn't find specman-mode.el.gz but would
find specman-mode.el.

What I posted originally was my actual fragment from my .emacs, which
didn't use any extensions (as recommended).

Andy Scott







reply via email to

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