From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: Locating file via load-path Date: Sun, 11 Aug 2024 15:35:05 +0200 Message-ID: References: <868qx6n9ug.fsf@gnu.org> <86zfpml0sq.fsf@gnu.org> <86zfplj5s8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32336"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 11 15:36:06 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sd8ju-0008EJ-7x for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 11 Aug 2024 15:36:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sd8jC-0000DM-KO; Sun, 11 Aug 2024 09:35:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sd8jA-0000Cy-RA for help-gnu-emacs@gnu.org; Sun, 11 Aug 2024 09:35:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sd8jA-0000gX-IM for help-gnu-emacs@gnu.org; Sun, 11 Aug 2024 09:35:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=tv7eqe85zKms9ej3KnXJuPqgh6g7lNmj4x4DlZzuOgY=; b=cD8ZVrcT5cMj80cNrMit dfNUXXl9izWuKWbxgQyZA20UhwhOjss5UeEua4rMqPK9o31iD3agmJ/nTkAGZqMUjXTVV09jMQKpL CenvAFmIU1bit77v1g7vNBGRstesYGyLit0KQuib1QL/PX+HRJGFdO4vocQvwukfXkZI0vpnRlRLk WnA6wQzVJhHRtU8TjY5QkWtk9IShJEs3iTxLE/v/Z9tv84AdtiiwmiatUhOH9VZi4ioGjbCHu/uIl FkvsvxeC+1EgXMFD4YZCyQ2iHgr7f4UyrYj79VRDax0pRGpew+cQZGfrZPSvt3eeaSdUCC89EXLxO 3EZggRMQ+dt4wA==; In-Reply-To: <86zfplj5s8.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 10 Aug 2024 08:39:03 +0300") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147609 Archived-At: Eli Zaretskii 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