[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
signature.asc
Description: PGP signature
- [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Bastien, 2022/12/01
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Kyle Meyer, 2022/12/01
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Bastien, 2022/12/02
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Kyle Meyer, 2022/12/02
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, David Masterson, 2022/12/05
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el,
tomas <=
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, David Masterson, 2022/12/06
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Ihor Radchenko, 2022/12/07
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, Max Nikulin, 2022/12/07
- Re: [PATCH] Autoload `org-assert-version' and remove org-loaddefs.el, David Masterson, 2022/12/05