From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: About `image-load-path' Date: Sat, 24 Sep 2005 22:40:05 -0400 Message-ID: References: <23183459.1127465224759.JavaMail.www@wwinf0603> <85d5mylwmn.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1127617256 32046 80.91.229.2 (25 Sep 2005 03:00:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Sep 2005 03:00:56 +0000 (UTC) Cc: david.ponce@wanadoo.fr, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 25 05:00:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EJMju-0005Hc-Vb for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2005 04:59:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJMjr-0006e7-4i for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2005 22:59:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJMiO-00066Y-68 for emacs-devel@gnu.org; Sat, 24 Sep 2005 22:58:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJMh5-0005aM-1i for emacs-devel@gnu.org; Sat, 24 Sep 2005 22:56:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJMh1-0005NY-JP for emacs-devel@gnu.org; Sat, 24 Sep 2005 22:56:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJMQx-0003yw-6Y for emacs-devel@gnu.org; Sat, 24 Sep 2005 22:40:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EJMQv-0006Fj-G7; Sat, 24 Sep 2005 22:40:05 -0400 Original-To: David Kastrup In-reply-to: <85d5mylwmn.fsf@lola.goethe.zz> (message from David Kastrup on Sat, 24 Sep 2005 10:04:32 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43207 Archived-At: Maybe image-load-path could also allow symbols. Then one could make its last element the symbol `load-path', and thus it would be able to track changes of load-path. That is how it works already.