Gnus development mailing list
 help / color / mirror / Atom feed
* Error while decoding: (void-function base64-decode-region)
@ 2001-05-25 19:27 Steinar Bang
  2001-05-25 19:42 ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Steinar Bang @ 2001-05-25 19:27 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Platform: XEmacs 21.1 (patch 8) "Bryce Canyon" [Lucid] (i386-suse-linux, Mule)
	Oort Gnus v0.04 (current checkout)

Basically what I've done is
	cd gnus
	cvs up -dP
	./configure
	make EMACS=xemacs.

I get this message in the minibuffer:
	Error while decoding: (void-function base64-decode-region)
when I try opening the attached email.

As far as I can tell, I haven't got base64-decode-region anywhere.
I've got base64-decode, base64-decode-chunk, and base64-decode-string,
but not base64-decode-region.

Is there a workaround/fix?

Thanx!


- Steinar


[-- Attachment #2: Type: message/rfc822, Size: 4779 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 1292 bytes --]

DQpUaGFuayB5b3UgZm9yIHdyaXRpbmcgR29vZ2xlLg0KT3VyIEdyb3VwcyBmb3JtYXQgaXMgc3Rp
bGwgZXZvbHZpbmcuICBJIGNvdWxkbid0IHlldCBzYXkgd2hhdCB0aGUgZmluYWwgcHJvZHVjdCB3
aWxsIGxvb2sgbGlrZSwgYnV0IHdlIGFwcHJlY2lhdGUgeW91ciBmZWVkYmFjayBhbmQgd2lsbCBz
dHJpdmUgdG8ga2VlcCBpdCBpbiBtaW5kLg0KUmVnYXJkcywNClRoZSBHb29nbGUgVGVhbSANCg0K
DQogDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogICBTdGVpbmFyIEJhbmcgKHNi
QG1ldGlzLm5vKQ0KRGF0ZTogICBGcmlkYXksIE1heSAyNSwgMjAwMSAgMDg6NDcgQU0NClRvOiAg
IGdyb3Vwcy1zdXBwb3J0QGdvb2dsZS5jb20gKGdyb3Vwcy1zdXBwb3J0QGdvb2dsZS5jb20pDQpT
dWJqZWN0OiAgVGhlIFVJIG9mIGdyb3Vwcy5nb29nbGUuY29tDQoNClRoZSBzZWFyY2hlcyBzZWVt
cyB0byB3b3JrIGJldHRlciB0aGFuIERlamEgZXZlciB3b3JrZWQgZm9yIG1lLg0KQnV0IHRoZSBw
cmVzZW50YXRpb24gb2YgdGhlIHJlc3VsdCBpcyB1c2VyLXVuZnJpZW5kbHkuICBPZiBwYXJ0aWN1
bGFyDQp1bmZyaWVuZGx5bmVzcyBpcyB0aGUgIlZpZXcgZW50aXJlIHRocmVhZCIsIHdoZXJlIGFs
bCBhcnRpY2xlcyBpbiB0aGUNCnRocmVhZCBhcmUgYXBwZW5kZWQgaW50byBvbmUgbGFyZ2UgZG9j
dW1lbnQgd2l0aG91dCBjbGVhciB2aXN1YWwNCnNlcGFyYXRpb24uDQpJZiB5b3Ugd2FudCB0byBz
ZWUgYW4gZXhhbXBsZSBvZiBhIGdvb2Qgd2ViIFVJIGZvciBuZXdzIGFyY2hpdmUsIHRha2UNCmEg
bG9vayBhdCBEZWphIGNsYXNzaWMuDQpJcyB0aGVyZSBhbnkgY2hhbmNlIHRoYXQgeW91IGNvdWxk
IG9mZmVyIGEgRGVqYSBDbGFzc2ljLWxpa2UNCnByZXNlbnRhdGlvbiBvZiBncm91cHMuZ29vZ2xl
LmNvbSBzZWFyY2ggcmVzdWx0cz8NClRoYW54IQ0KDQotIFN0ZWluYXINCg0K

[-- Attachment #2.1.2: Type: text/html, Size: 2197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while decoding: (void-function base64-decode-region)
  2001-05-25 19:27 Error while decoding: (void-function base64-decode-region) Steinar Bang
@ 2001-05-25 19:42 ` Simon Josefsson
  2001-05-26  9:47   ` Steinar Bang
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2001-05-25 19:42 UTC (permalink / raw)
  Cc: ding

Steinar Bang <sb@metis.no> writes:

> I get this message in the minibuffer:
> 	Error while decoding: (void-function base64-decode-region)
> when I try opening the attached email.
> 
> As far as I can tell, I haven't got base64-decode-region anywhere.
> I've got base64-decode, base64-decode-chunk, and base64-decode-string,
> but not base64-decode-region.
> 
> Is there a workaround/fix?

Does it help to update your mail-lib package?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while decoding: (void-function base64-decode-region)
  2001-05-25 19:42 ` Simon Josefsson
@ 2001-05-26  9:47   ` Steinar Bang
  2001-05-26 10:10     ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Steinar Bang @ 2001-05-26  9:47 UTC (permalink / raw)


>>>>> Simon Josefsson <simon@josefsson.org>:

>> As far as I can tell, I haven't got base64-decode-region anywhere.
>> I've got base64-decode, base64-decode-chunk, and
>> base64-decode-string, but not base64-decode-region.

>> Is there a workaround/fix?

> Does it help to update your mail-lib package?

Huh?  "mail-lib", what's that?

The disk on my laptop crashed on Thursday.  I'm working on
reconstructing the system.  I may not have gotten everything in.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while decoding: (void-function base64-decode-region)
  2001-05-26  9:47   ` Steinar Bang
@ 2001-05-26 10:10     ` Simon Josefsson
  2001-05-26 11:56       ` Steinar Bang
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2001-05-26 10:10 UTC (permalink / raw)
  Cc: ding

Steinar Bang <sb@metis.no> writes:

>>> As far as I can tell, I haven't got base64-decode-region anywhere.
>>> I've got base64-decode, base64-decode-chunk, and
>>> base64-decode-string, but not base64-decode-region.
> 
>>> Is there a workaround/fix?
> 
>> Does it help to update your mail-lib package?
> 
> Huh?  "mail-lib", what's that?

It's the XEmacs package containing base64.el.  Maybe the version you
got is old and didn't include base64-decode-region?  Gnus used to ship
a modern base64.el, but I think it has been moved to gnus/contrib/ now.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Error while decoding: (void-function base64-decode-region)
  2001-05-26 10:10     ` Simon Josefsson
@ 2001-05-26 11:56       ` Steinar Bang
  0 siblings, 0 replies; 5+ messages in thread
From: Steinar Bang @ 2001-05-26 11:56 UTC (permalink / raw)


>>>>> Simon Josefsson <simon@josefsson.org>:

> Steinar Bang <sb@metis.no> writes:
>>>> As far as I can tell, I haven't got base64-decode-region anywhere.
>>>> I've got base64-decode, base64-decode-chunk, and
>>>> base64-decode-string, but not base64-decode-region.
>> 
>>>> Is there a workaround/fix?
>> 
>>> Does it help to update your mail-lib package?
>> 
>> Huh?  "mail-lib", what's that?

> It's the XEmacs package containing base64.el.  Maybe the version you
> got is old and didn't include base64-decode-region?  Gnus used to ship
> a modern base64.el, but I think it has been moved to gnus/contrib/ now.

locate-library on base64 gave me a site-lisp version of base64.el
which was from at least May 19 1998 (it may be older, but it wasn't
newer). 

After I moved that away it found the base64.elc delivered with xemacs,
and everything was dandy.

Thanx!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-26 11:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-25 19:27 Error while decoding: (void-function base64-decode-region) Steinar Bang
2001-05-25 19:42 ` Simon Josefsson
2001-05-26  9:47   ` Steinar Bang
2001-05-26 10:10     ` Simon Josefsson
2001-05-26 11:56       ` Steinar Bang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).