From xemacs-m  Fri Sep 12 12:22:48 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA13541
	for <xemacs-beta@xemacs.org>; Fri, 12 Sep 1997 12:22:45 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.7/8.8.6) id TAA03828;
	Fri, 12 Sep 1997 19:22:44 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: if vs. cond
References: <199709111623.MAA09105@rattlesnake> <bci7mcmbgma.fsf@corp.Sun.COM>
X-Attribution: Hrvoje
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 12 Sep 1997 19:22:44 +0200
In-Reply-To: Gary.Foster@Corp.Sun.COM's message of "12 Sep 1997 10:13:01 -0700"
Message-ID: <kigd8meo3a3.fsf@jagor.srce.hr>
Lines: 22
X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta19) - "Kyiv"

Gary.Foster@Corp.Sun.COM (Gary D. Foster) writes:

> When I tried "M-x strokes-decode-buffer" on this, I got:
> 
> Signaling: (error "Autoloading failed to define function strokes-decode-buffer")
>   command-execute(strokes-decode-buffer t)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)

Do you have an old version of strokes somewhere in your site-lisp?
That is what happened to me -- `strokes-decode-buffer' is autoloaded to 
load strokes.el, but an old version was in load-path.

Specifically, check the output of

  M-x locate-library RET strokes RET

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
You'll notice that perl is not itself written in Perl.
                                                 -- The Perl FAQ

