From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62173 Path: news.gmane.org!not-for-mail From: Graham Murray Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-cvs - gmm-image-load-path function void Date: Mon, 06 Mar 2006 20:33:39 +0000 Message-ID: <87ek1fcnz0.fsf@newton.gmurray.org.uk> References: <87veurzav3.fsf@newton.gmurray.org.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141677522 1011 80.91.229.2 (6 Mar 2006 20:38:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 20:38:42 +0000 (UTC) Original-X-From: ding-owner+m10702@lists.math.uh.edu Mon Mar 06 21:38:34 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 1FGMTC-0007jS-Pd for ding-account@gmane.org; Mon, 06 Mar 2006 21:38:19 +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 1FGMT2-00024K-00; Mon, 06 Mar 2006 14:38:08 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FGMOm-00024F-00 for ding@lists.math.uh.edu; Mon, 06 Mar 2006 14:33:44 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FGMOj-0006qY-Q7 for ding@lists.math.uh.edu; Mon, 06 Mar 2006 14:33:44 -0600 Original-Received: from newton.gmurray.org.uk ([81.2.114.237]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FGMOi-0006CD-00 for ; Mon, 06 Mar 2006 21:33:40 +0100 Received-SPF: pass (newton.gmurray.org.uk: domain of graham@gmurray.org.uk designates 127.0.0.1 as permitted sender) receiver=newton.gmurray.org.uk; client-ip=127.0.0.1; helo=newton.gmurray.org.uk; envelope-from=graham@gmurray.org.uk; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0; Original-Received: from newton.gmurray.org.uk (graham@localhost [127.0.0.1]) by newton.gmurray.org.uk (8.13.4/8.13.4) with ESMTP id k26KXe4e000592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 6 Mar 2006 20:33:40 GMT X-DKIM: Sendmail DKIM Filter v0.2.2.dev newton.gmurray.org.uk k26KXe4e000592 DKIM-Signature: a=rsa-sha1; c=relaxed/simple; d=gmurray.org.uk; s=in200507; t=1141677220; h=Received:X-Authentication-Warning:From:To:Subject: References:X-Hashcash:Date:In-Reply-To:Message-ID:User-Agent: MIME-Version:Content-Type; b=fcBjuz4m+yGp0+SCAXc5oBZZpNOvbPNvtonzvd wVHdiA/ji/RPL4hAgieWfPFIAwgUJBA8sqlW62UkwGQz26yA== Original-Received: (from graham@localhost) by newton.gmurray.org.uk (8.13.4/8.13.4/Submit) id k26KXd8S000591; Mon, 6 Mar 2006 20:33:39 GMT X-Authentication-Warning: newton.gmurray.org.uk: graham set sender to graham@gmurray.org.uk using -f Original-To: ding@gnus.org X-Hashcash: 1:22:060306:ding@gnus.org::Ab659d9eMYKj3GED:00008IgJ In-Reply-To: <87veurzav3.fsf@newton.gmurray.org.uk> (Graham Murray's message of "Mon, 06 Mar 2006 18:28:16 +0000") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62173 Archived-At: Graham Murray writes: > Using the latest cvs of both emacs-22 and gnus, gnus will not start in > a windowing environment as it complains that gmm-image-load-path > function is void. Works OK in a text mode screen. Is working OK now after updating again from cvs. Thanks