From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62233 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 14:32:29 +0900 Organization: Emacsen advocacy group Message-ID: References: <20403.1141690692@olgas.newt.com> <3861.1142268982@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 1142314633 17380 80.91.229.2 (14 Mar 2006 05:37:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Mar 2006 05:37:13 +0000 (UTC) Cc: mh-e-devel@lists.sourceforge.net Original-X-From: ding-owner+m10760@lists.math.uh.edu Tue Mar 14 06:37:12 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 1FJ2DT-0006pH-FY for ding-account@gmane.org; Tue, 14 Mar 2006 06:37:07 +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 1FJ2DK-0007cA-00; Mon, 13 Mar 2006 23:36:58 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FJ29P-0007c2-00 for ding@lists.math.uh.edu; Mon, 13 Mar 2006 23:32:55 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FJ29J-0006to-5l for ding@lists.math.uh.edu; Mon, 13 Mar 2006 23:32:55 -0600 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FJ295-0005V2-00 for ; Tue, 14 Mar 2006 06:32:35 +0100 Original-Received: from [205.234.185.198] (port=34956 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1FJ29t-00030H-KD; Mon, 13 Mar 2006 23:33:25 -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:HhZoTgRznd+UUjssjGNTeLuJc0o= X-Hashcash: 1:20:060314:ding@gnus.org::niFJ16ikFmnywpFj:00000kC+ X-Hashcash: 1:20:060314:mh-e-devel@lists.sourceforge.net::v0VuuOe4dFg9k4QL:000000000000000000000000000005cBG 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:62233 gmane.mail.mh-e.devel:11971 Archived-At: >>>>> In <3861.1142268982@olgas.newt.com> Bill Wohler wrote: > Katsumi Yamaoka wrote: >>>>>>> In >>>>>>> Reiner Steib wrote: >> >>> [1] * gmm-utils.el (gmm-image-load-path-for-library): Return single >>> directory if path is t. Add no-error. >> >> Because of the `no-error' argument[1], I needed to modify the >> `gmm-defun-compat' macro as follows > Why? The arguments to *-defun-compat shouldn't make any difference. What > problems were you seeing? I'm sorry in the insufficient explanation. The specification of the `image-load-path-for-library' function contained in Emacs 23 that I had checked out on yesterday morning (in Japan) was: (image-load-path-for-library LIBRARY IMAGE &optional PATH) It caused the `wrong-number-of-arguments' error since Gnus specifies the fourth argument NO-ERROR to the `gmm-image-load-path-for-library' function which is an alias to `image-load-path-for-library'. So, I had to modify the macro so as to use the one that has been defined in gmm-utils.el. But now the problem is solved because image.el contained in Emacs 23 has been synch'd with the Emacs CVS trunk (i.e., Emacs 22.0.50). >> since I'm using Emacs 23. > What's that? Emacs 23 is being developed in the `emacs-unicode-2' branch of the Emacs CVS repository. It fully uses Unicode internally for multilingual text, and merges the changes made in the trunk. (You can check it out using the `-r emacs-unicode-2' option). >> It will become unnecessary soon (when the `emacs-unicode-2' >> branch is synch'd with the trunk), though. > Please document that. > Your patch is completely undecipherable to me. I'd like to see some > documentation regarding the motivation for it, as well as what it is > doing. I presented what is needed to generalize the `gmm-defun-compat' more, though it is not necessary for the moment.