[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Locating file via load-path
From: |
Arash Esbati |
Subject: |
Re: Locating file via load-path |
Date: |
Sun, 11 Aug 2024 15:35:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> If the order matters, then perhaps cl-pushnew is not what you want.
And then I usually end up using `add-to-list'. Admittedly, it is not
often, but sometimes I need to append an entry to a list from lisp, and
this missing bit keeps me from using `cl-pushnew' exclusively.
Best, Arash
- RE: [External] : Re: Locating file via load-path, (continued)
- Re: [External] : Re: Locating file via load-path, Eli Zaretskii, 2024/08/09
- RE: [External] : Re: Locating file via load-path, Drew Adams, 2024/08/09
- Locating file via load-path, Christopher Dimech, 2024/08/09
- Re: [External] : Re: Locating file via load-path, Eli Zaretskii, 2024/08/09
- Re: Locating file via load-path, Arash Esbati, 2024/08/09
- Re: Locating file via load-path, Eli Zaretskii, 2024/08/10
- Re: Locating file via load-path,
Arash Esbati <=
- Re: Locating file via load-path, Eli Zaretskii, 2024/08/11
- Re: Locating file via load-path, Arash Esbati, 2024/08/11
- RE: [External] : Re: Locating file via load-path, Drew Adams, 2024/08/11
- Locating file via load-path, Christopher Dimech, 2024/08/11
- Re: [External] : Re: Locating file via load-path, Eli Zaretskii, 2024/08/09
- Re: Locating file via load-path, Eli Zaretskii, 2024/08/09
- Re: Locating file via load-path, Eli Zaretskii, 2024/08/09
Re: Locating file via load-path, Bruno Barbier, 2024/08/08