From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62239 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.mail.mh-e.devel,gmane.emacs.gnus.general Subject: Re: New GNOME icons Date: Tue, 14 Mar 2006 16:16:56 +0100 Message-ID: References: <20403.1141690692@olgas.newt.com> <3861.1142268982@olgas.newt.com> <22907.1142318606@olgas.newt.com> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142349637 2822 80.91.229.2 (14 Mar 2006 15:20:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Mar 2006 15:20:37 +0000 (UTC) Cc: ding@gnus.org Original-X-From: mh-e-devel-admin@lists.sourceforge.net Tue Mar 14 16:20:27 2006 Return-path: Envelope-to: gmmd-mh-e-devel@m.gmane.org Original-Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FJBHf-0007iL-8x for gmmd-mh-e-devel@m.gmane.org; Tue, 14 Mar 2006 16:18:05 +0100 Original-Received: from sc8-sf-list1-b.sourceforge.net (sc8-sf-list1-b.sourceforge.net [10.3.1.7]) by sc8-sf-spam2.sourceforge.net (Postfix) with ESMTP id 72C1E134CE; Tue, 14 Mar 2006 07:18:02 -0800 (PST) Original-Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1FJBGk-0003Z9-KF for mh-e-devel@lists.sourceforge.net; Tue, 14 Mar 2006 07:17:06 -0800 Original-Received: from mail.uni-ulm.de ([134.60.1.1]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1FJBGg-0006uk-JD for mh-e-devel@lists.sourceforge.net; Tue, 14 Mar 2006 07:17:06 -0800 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.4/8.13.4) with ESMTP id k2EFGuwd016387; Tue, 14 Mar 2006 16:16:56 +0100 (MET) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id 1BB0B1148A; Tue, 14 Mar 2006 16:16:56 +0100 (CET) Original-To: mh-e-devel@lists.sourceforge.net Mail-Followup-To: mh-e-devel@lists.sourceforge.net, ding@gnus.org X-Face: .*T0'iU(sujq_j9\J>-d4fg;N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev In-Reply-To: <22907.1142318606@olgas.newt.com> (Bill Wohler's message of "Mon, 13 Mar 2006 22:43:26 -0800") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-DCC-Servercave-Metrics: gemini 1183; Body=2 Fuz1=2 Fuz2=2 X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by sourceforge.net. See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 Original-Sender: mh-e-devel-admin@lists.sourceforge.net Errors-To: mh-e-devel-admin@lists.sourceforge.net X-BeenThere: mh-e-devel@lists.sourceforge.net X-Mailman-Version: 2.0.9-sf.net Precedence: bulk List-Unsubscribe: , List-Id: Forum for the MH-E developers List-Post: List-Help: List-Subscribe: , List-Archive: X-Original-Date: Tue, 14 Mar 2006 16:16:56 +0100 Xref: news.gmane.org gmane.mail.mh-e.devel:11974 gmane.emacs.gnus.general:62239 Archived-At: On Tue, Mar 14 2006, Bill Wohler wrote: > By the way, Richard had a few comments about our > image-load-path-for-library function. He didn't like that "path" was a > symbol. He preferred to pass the value. Also, he didn't like it that we > weren't always returning a list, such as when "path" was t. I think he's > right. Indeed, fixing these things simplified the final cond to just: > > (nconc (list image-directory) > (delete image-directory (copy-sequence (or path load-path)))))) > > Note that we now document that the directory is first, so the "path == > t" feature can be achieved with (car (image-load-path-for-library ...)). > > I've made the changes that Richard suggested, but I'd like to get > confirmation from you folks that they are OK with you too before > committing them. Please do. For now, I have changed `gmm-utils.el' to use `defun' instead of `gmm-defun-compat' until the API changes are finished. > At that time, you can copy the changes from > image-load-path-for-library into gmm-image-load-path-for-library and > remove your changes to gmm-defun-compat. BTW, one thing about `gmm-defun-compat' I don't like is that the `gmm-utils.el' link in... ,----[ f gmm-image-search-load-path RET ] | gmm-image-search-load-path is a compiled Lisp function in `gmm-utils.el'. | (gmm-image-search-load-path FILE &optional PATH) | | Emacs 21 and XEmacs don't have `image-search-load-path'. | This function returns nil on those systems. `---- ... leads to "Cannot find definition of `gmm-image-search-load-path' in library `gmm-utils.el'" instead of jumping to "(gmm-defun-compat gmm-image-search-load-path ...)" in `gmm-utils.el'. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642