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 03:04:43 -0400 Message-ID: References: <23183459.1127465224759.JavaMail.www@wwinf0603> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1127546934 14886 80.91.229.2 (24 Sep 2005 07:28:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Sep 2005 07:28:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 24 09:28:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EJ4Si-0007xo-25 for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2005 09:28:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJ4Sh-00011d-DN for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2005 03:28:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJ4SP-00011A-HZ for emacs-devel@gnu.org; Sat, 24 Sep 2005 03:28:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJ4NU-0008Mc-UO for emacs-devel@gnu.org; Sat, 24 Sep 2005 03:23:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJ4NT-00080u-5a for emacs-devel@gnu.org; Sat, 24 Sep 2005 03:23:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJ45V-0003VV-Gm for emacs-devel@gnu.org; Sat, 24 Sep 2005 03:04:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EJ45T-0006Ul-An; Sat, 24 Sep 2005 03:04:43 -0400 Original-To: david.ponce@wanadoo.fr In-reply-to: <23183459.1127465224759.JavaMail.www@wwinf0603> (message from David PONCE on Fri, 23 Sep 2005 10:47:04 +0200 (CEST)) 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:43191 Archived-At: For example, I use a different set of toolbar icons. I just put the new ones (with same names) in a directory in my `load-path' (I have to add 'tool-bar-setup' to `after-init-hook' too to refresh the pre-built `tool-bar-map'), and voilą! With the new code, you wou have to modify image-load-path too. I don't think that is so difficult. To take them into account again, I'll have to change the default value of `image-load-path' in my init file to search the `load-path' first, or to add it my own image directory. That's why I suggested to at least make `image-load-path' customizable. It does not need to be officially customizable for you to set it in your init file. (There are problems using Custom to set variables like this one.)