From xemacs-m  Fri Mar 14 11:11:09 1997
Received: from mailbox2.ucsd.edu (mailbox2.ucsd.edu [132.239.1.54])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA10953
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 11:11:07 -0600 (CST)
Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox2.ucsd.edu (8.8.5/8.6.9) with SMTP id JAA10583; Fri, 14 Mar 1997 09:11:01 -0800 (PST)
Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4)
	id JAA05688; Fri, 14 Mar 1997 09:13:04 -0800
Sender: dmoore@sdnp5.ucsd.edu
To: gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys),
        xemacs-beta@xemacs.org (XEmacs beta list)
Subject: Re: XEmacs 19.15b93 gnus/tm did this get fixed?
References: <uglo7qa57s.fsf@purin.alphatech.com>
X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: David Moore <dmoore@ucsd.edu>
Date: 14 Mar 1997 09:13:04 -0800
In-Reply-To: greg@alphatech.com's message of 14 Mar 1997 10:00:36 -0500
Message-ID: <rvd8t2mm73.fsf@sdnp5.ucsd.edu>
Lines: 34
X-Mailer: Gnus v5.4.24/XEmacs 19.15

greg@alphatech.com (Greg Klanderman) writes:

> When I click on 
> 
> > [[ This is message/partial style split message. ]]
> > [[ Please press `v' key in this buffer          ]]
> > [[ or click here by mouse button-2.             ]]

> Signaling: (invalid-function (macro . #<compiled-function (from "gnus-sum.elc") nil "...(2)" [(progn (gnus-summary-skip-intangible) (or (get-text-property (point) (quote gnus-number)) (gnus-summary-last-subject)))] 1 "The article number of the article on the current line.

> I never get to see the contents of the message.
> Did this get fixed yet?

I think this was caused by an el/elc conflict when tm was built for that
beta.  Everything works peachy in 19.15.b98.  Although you might just
want to hold off for b99 at this point?

You can make your b93 work by evaling this:

(defun gnus-summary-article-number ()
  "The article number of the article on the current line.
If there isn's an article number here, then we return the current
article number."
  (gnus-summary-skip-intangible)
  (or (get-text-property (point) 'gnus-number)
      (gnus-summary-last-subject)))


Long live Gnus!
-- 
David Moore <dmoore@ucsd.edu>       | Computer Systems Lab      __o
UCSD Dept. Computer Science - 0114  | Work: (619) 534-8604    _ \<,_
La Jolla, CA 92093-0114             | Fax:  (619) 534-1445   (_)/ (_)
<URL:http://oj.egbt.org/dmoore/>    | In a cloud bones of steel.

