From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62093 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel,gmane.mail.mh-e.devel Subject: Re: Modifying image-load-path/load-path Date: Sat, 25 Feb 2006 18:50:21 -0500 Message-ID: <878xrzm20y.fsf@stupidchicken.com> References: <7620.1140477119@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140911596 3078 80.91.229.2 (25 Feb 2006 23:53:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 23:53:16 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net, ding@gnus.org Original-X-From: ding-owner+m10621@lists.math.uh.edu Sun Feb 26 00:53:15 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FD9Dq-00031h-LL for ding-account@gmane.org; Sun, 26 Feb 2006 00:53:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FD9Di-0008RD-00; Sat, 25 Feb 2006 17:53:02 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FD9BA-0008R7-00 for ding@lists.math.uh.edu; Sat, 25 Feb 2006 17:50:24 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FD9B9-0000ay-FE for ding@lists.math.uh.edu; Sat, 25 Feb 2006 17:50:24 -0600 Original-Received: from sydneypacific-two-sixty-two.mit.edu ([18.95.6.7] helo=outgoing.mit.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FD9B4-0001rl-00 for ; Sun, 26 Feb 2006 00:50:18 +0100 Original-Received: by outgoing.mit.edu (Postfix, from userid 1000) id 4F7AA1E40A9; Sat, 25 Feb 2006 18:50:21 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: <7620.1140477119@olgas.newt.com> (Bill Wohler's message of "Mon, 20 Feb 2006 15:11:59 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62093 gmane.emacs.devel:50976 gmane.mail.mh-e.devel:11768 Archived-At: Bill Wohler writes: > We are also working to replace redundant code for locating our packages' > images and updating image-load-path (load-path in Emacs 21) with a > single function in image.el. > > Our question for you is this: should such a function actually modify the > image-load-path (as MH-E does now), or simply return a modified version > of image-load-path for use in a scoped variable copy of image-load-path > (as Gnus does now)? IMO, using a scoped copy is cleaner. Is there any reason to modify the image-load-path permanently?