emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el


From: tomas
Subject: Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el
Date: Tue, 6 Dec 2022 06:44:02 +0100

On Mon, Dec 05, 2022 at 07:54:25PM -0800, David Masterson wrote:

[...]

> Question: which end of load-path is "front" if you look at load-path via
> describe-variable?  It's been far too long since my days of Elisp
> hacking.

This goes "left to right" when looking at it on a conventional
display. The first hit "wins". My load path looks like this
(well, a part of it, I don't want to bore everyone ;-)

   ( "~/.emacs.d/lisp"
     "/home/tomas/.emacs.d/elpa/geiser-0.10/"
     "/home/tomas/.emacs.d/elpa/geiser-0.10"
     "/home/tomas/.emacs.d/elpa/markdown-mode-2.1" 
     ...
     "/usr/local/share/emacs/29.0.50/lisp/emacs-lisp"
     "/usr/local/share/emacs/29.0.50/lisp/cedet"
     ... )

meaning that Emacs first looks in my personal directories, then
in the system local ones (I have a "locally" installed Emacs
from the distribution's POV).

The distribution's directories would go even later, were there
any.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature


reply via email to

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