Gnus development mailing list
 help / color / mirror / Atom feed
* Quassia v0.22 failing on a coding type of 'raw-text
@ 1998-01-08 18:05 Stephen Zander
  1998-01-08 19:07 ` Hrvoje Niksic
  1998-01-09 16:30 ` 守岡 知彦 / MORIOKA Tomohiko
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Zander @ 1998-01-08 18:05 UTC (permalink / raw)



With much enthusiasm, I raced out & made the great leap from 5.4.22
to the latest quassia release.

However, gnus is now choking on the unknown coding system of 'raw-text
during its startup.

What did I miss?

This is Xemacs 20.2

Stephen
---
"Normality is a statistical illusion." -- me




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

* Re: Quassia v0.22 failing on a coding type of 'raw-text
  1998-01-08 18:05 Quassia v0.22 failing on a coding type of 'raw-text Stephen Zander
@ 1998-01-08 19:07 ` Hrvoje Niksic
  1998-01-09 16:30 ` 守岡 知彦 / MORIOKA Tomohiko
  1 sibling, 0 replies; 3+ messages in thread
From: Hrvoje Niksic @ 1998-01-08 19:07 UTC (permalink / raw)


Stephen Zander <srz@mckesson.com> writes:

> With much enthusiasm, I raced out & made the great leap from 5.4.22
> to the latest quassia release.
> 
> However, gnus is now choking on the unknown coding system of 'raw-text
> during its startup.
> 
> What did I miss?

It might be a good idea to provide a Lisp backtrace.  Set
`debug-on-error' to t to get one.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Then...  his face does a complete change of expression.  It goes from
a "Vengeance is mine" expression, to a "What the fuck" blank look.


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

* Re: Quassia v0.22 failing on a coding type of 'raw-text
  1998-01-08 18:05 Quassia v0.22 failing on a coding type of 'raw-text Stephen Zander
  1998-01-08 19:07 ` Hrvoje Niksic
@ 1998-01-09 16:30 ` 守岡 知彦 / MORIOKA Tomohiko
  1 sibling, 0 replies; 3+ messages in thread
From: 守岡 知彦 / MORIOKA Tomohiko @ 1998-01-09 16:30 UTC (permalink / raw)


>>>>> In <m0xqMKQ-00001KC@debian> 
>>>>>	"Stephen" = Stephen Zander <srz@mckesson.com> wrote:

Stephen> With much enthusiasm, I raced out & made the great leap from
Stephen> 5.4.22 to the latest quassia release.

Stephen> However, gnus is now choking on the unknown coding system of
Stephen> 'raw-text during its startup.

Stephen> What did I miss?

Stephen> This is Xemacs 20.2

  XEmacs 20.2 does not have raw-text coding-system.  I think it is
better to update to XEmacs 20.3, but following code may be available:

	(or (find-coding-system 'raw-text)
	    (copy-coding-system 'no-conversion 'raw-text))

Try to insert into ~/.emacs.

-- 
tomo.



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

end of thread, other threads:[~1998-01-09 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-08 18:05 Quassia v0.22 failing on a coding type of 'raw-text Stephen Zander
1998-01-08 19:07 ` Hrvoje Niksic
1998-01-09 16:30 ` 守岡 知彦 / MORIOKA Tomohiko

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).