From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62235 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general,gmane.mail.mh-e.devel Subject: Re: New GNOME icons Date: Tue, 14 Mar 2006 20:57:30 +0900 Organization: Emacsen advocacy group Message-ID: References: <20403.1141690692@olgas.newt.com> <3861.1142268982@olgas.newt.com> <22907.1142318606@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 1142337753 22931 80.91.229.2 (14 Mar 2006 12:02:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Mar 2006 12:02:33 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net Original-X-From: ding-owner+m10762@lists.math.uh.edu Tue Mar 14 13:02:31 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 1FJ8EI-0007Zw-QK for ding-account@gmane.org; Tue, 14 Mar 2006 13:02:23 +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 1FJ8E6-0007zM-00; Tue, 14 Mar 2006 06:02:10 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FJ89l-0007zH-00 for ding@lists.math.uh.edu; Tue, 14 Mar 2006 05:57:41 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FJ89h-0000pB-24 for ding@lists.math.uh.edu; Tue, 14 Mar 2006 05:57:40 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FJ89f-00027p-00 for ; Tue, 14 Mar 2006 12:57:35 +0100 Original-Received: from [205.234.185.198] (port=58957 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1FJ8AY-00064b-Mu; Tue, 14 Mar 2006 05:58:30 -0600 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:Pv9SJXoBU1nEl4am3vvwP8n5n6Y= X-Hashcash: 1:20:060314:ding@gnus.org::bmE+g4+8sSmmvFAt:00001fF3 X-Hashcash: 1:20:060314:mh-e-devel@lists.sourceforge.net::PgoIYwoPfZFsGbjH:0000000000000000000000000000016fk X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62235 gmane.mail.mh-e.devel:11973 Archived-At: >>>>> In <22907.1142318606@olgas.newt.com> 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. 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. Well, I have currently no idea about that since I didn't follow the whole story. But I have an unsophisticated doubt. When Emacs didn't have new image files, I programmed my shell script which builds and installs Gnus so that it installs image files to the "/usr/local/share/emacs/etc/images/" directory, and I added it to `image-load-path' as the first element. The reason I did so is I don't want to modify image files that Emacs provides though I want Gnus to display new icon images. (The default directory in which Emacs' image files are installed is "/usr/local/share/emacs/VERSION/etc/images/". Normally Emacs doesn't care "/usr/local/share/emacs/etc/images/" which I made.) My doubt is that there seems to be no way to tell the `(gmm-)image-load-path-for-library' function that my image files are in "/usr/local/share/emacs/etc/images/". Of course, it is not a matter since Emacs provides new image files now, though. > Is the plan to release Emacs 22, and then merge the Unicode stuff > into the trunk immediately after that? The Unicode changes would be the > major change to Emacs 23, right? I'm looking forward to that. I don't know at all. Maybe RMS (or possibly Kenichi Handa) has an answer. :)