From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62129 Path: news.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.gnus.general,gmane.mail.mh-e.devel Subject: Re: image-load-path/load-path function Date: Thu, 02 Mar 2006 09:22:42 -0800 Organization: Newt Software Message-ID: <8256.1141320162@olgas.newt.com> References: <17903.1141256030@olgas.newt.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1141320248 602 80.91.229.2 (2 Mar 2006 17:24:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Mar 2006 17:24:08 +0000 (UTC) Original-X-From: ding-owner+m10657@lists.math.uh.edu Thu Mar 02 18:24:05 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 1FErVw-0005Xu-U1 for ding-account@gmane.org; Thu, 02 Mar 2006 18:22:57 +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 1FErVs-0000jb-00; Thu, 02 Mar 2006 11:22:52 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FErVm-0000jV-00 for ding@lists.math.uh.edu; Thu, 02 Mar 2006 11:22:46 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FErVl-0002he-06 for ding@lists.math.uh.edu; Thu, 02 Mar 2006 11:22:46 -0600 Original-Received: from pop-sarus.atl.sa.earthlink.net ([207.69.195.72]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FErVj-00069k-00 for ; Thu, 02 Mar 2006 18:22:44 +0100 Original-Received: from h-64-105-35-154.snvacaid.dynamic.covad.net ([64.105.35.154] helo=olgas.newt.com) by pop-sarus.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1FErVi-0006RL-00; Thu, 02 Mar 2006 12:22:43 -0500 Original-Received: by olgas.newt.com (Postfix, from userid 1000) id 209941717A; Thu, 2 Mar 2006 09:22:42 -0800 (PST) Original-Received: from olgas.newt.com (localhost [127.0.0.1]) by olgas.newt.com (Postfix) with ESMTP id 1D2D116FA8; Thu, 2 Mar 2006 09:22:42 -0800 (PST) Original-To: mh-e-devel@lists.sourceforge.net, ding@gnus.org In-reply-to: Comments: In-reply-to Reiner Steib message dated "Thu, 02 Mar 2006 17:59:41 +0100." X-Mailer: MH-E 7.92+cvs; nmh 1.1; GNU Emacs 22.0.50.7 X-Image-URL: http://www.newt.com/wohler/images/bill-diving.png Mail-Followup-To: mh-e-devel@lists.sourceforge.net, ding@gnus.org X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62129 gmane.mail.mh-e.devel:11819 Archived-At: Reiner Steib wrote: > I'd recommend to check out `gmm-utils.el' from cvs: OK. > On Thu, Mar 02 2006, Peter S Galbraith wrote: > > > Bill Wohler wrote: > > > >> Since it was Peter and Debian which suggested the use of this variable > >> in the first place, and now that the function checks both load-path and > >> image-load-path for the library's images, I'd like to ask Peter if it > >> would be OK to change the line in emacsen-startup: > >> > >> (setq mh-image-directory "/usr/share/emacs/site-lisp/etc/images/mh-e") > >> > >> to > >> > >> (if (boundp 'image-load-path) > >> (add-to-list 'image-load-path > >> "/usr/share/emacs/site-lisp/etc/images/mh-e") > >> (add-to-list 'load-path "/usr/share/emacs/site-lisp/etc/images/mh-e")) > >> > >> Is this called late enough so that > >> /usr/share/emacs/site-lisp/etc/images/mh-e would be placed in front of > >> the standard images directory? > > > > Yes it would be. I can do that for the next release. This note escaped your MUA before you had a chance to comment on it... -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.