From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83540 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-shr-put-image: Wrong number of arguments Date: Thu, 18 Jul 2013 20:03:24 +0900 Organization: Emacsen advocacy group Message-ID: References: <87vc4anwc3.fsf@micropit.couberia.selfip.net> <874nbsyyoy.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1374145484 6381 80.91.229.3 (18 Jul 2013 11:04:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2013 11:04:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31798@lists.math.uh.edu Thu Jul 18 13:04:45 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uzm0p-0007fE-Un for ding-account@gmane.org; Thu, 18 Jul 2013 13:04:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Uzlzp-0001l1-BC; Thu, 18 Jul 2013 06:03:41 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Uzlzn-0001kj-AC for ding@lists.math.uh.edu; Thu, 18 Jul 2013 06:03:39 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Uzlzl-0008Ec-FJ for ding@lists.math.uh.edu; Thu, 18 Jul 2013 06:03:38 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.15.223] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Uzlzj-0005MQ-Ni for ding@gnus.org; Thu, 18 Jul 2013 13:03:35 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:37245 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80.1) (envelope-from ) id 1Uzlzc-002DHh-Dd for ding@gnus.org; Thu, 18 Jul 2013 06:03:28 -0500 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.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:CInhSKkqR0sIUIrPRYbSqOxMRfQ= Content-Disposition: inline X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.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-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83540 Archived-At: Peter M=C3=BCnster wrote: > On Wed, Jul 17 2013, Katsumi Yamaoka wrote: >>> User-Agent: Gnus/612.570008 (=E7=9C=9F Gnus v0.8) Emacs/24.2 (gnu/linux) >> ^^^^^^^^^^ >> There might be something bad in your Gnus installation. ;) > Hi Katsumi, > Yes, but where could I find this bad something? > I used emacs-24.2 from my distribution (opensuse) and Gnus from git. Don't modify the value of `gnus-version', that is a constant, and that is the cause of the funny number, I think. Instead, I'm doing this way: (defadvice gnus-extended-version (after use-japanese-codename activate) "Use Japanese codename in `gnus-version'." (if (string-match "(\\(Ma\\) Gnus v[.0-9]+)" ad-return-value) (setq ad-return-value (concat (substring ad-return-value 0 (match-beginning 1)) "=E7=9C=9F" (substring ad-return-value (match-end 1)))))) Maybe there should be other ways, though. As for Cygwin[1], I need also to use the other workaround. [1] (gnus-continuum-version gnus-version) -> 5.1299999999999999