[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 21:49:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> Why not nconc?
The use case I have to deal with runs inside hooks which run more than
once, and I don't want to pollute the target variable with same entry
over and over again.
Of course I can check if the entry is already there, but I think it
would be convenient if `cl-pushnew' could be a full replacement for
`add-to-list' and one would use only the former in Lisp and be done with
it.
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, 2024/08/11
- Re: Locating file via load-path, Eli Zaretskii, 2024/08/11
- Re: Locating file via load-path,
Arash Esbati <=
- 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