Gnus development mailing list
 help / color / mirror / Atom feed
From: morioka@jaist.ac.jp (守岡 知彦 / MORIOKA Tomohiko)
Subject: Re: Quassia v0.22 failing on a coding type of 'raw-text
Date: 10 Jan 1998 01:30:49 +0900	[thread overview]
Message-ID: <s1cg1mx1uf9.fsf@mousai.jaist.ac.jp> (raw)
In-Reply-To: Stephen Zander's message of "Thu, 08 Jan 1998 10:05:14 -0800"

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



      parent reply	other threads:[~1998-01-09 16:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-08 18:05 Stephen Zander
1998-01-08 19:07 ` Hrvoje Niksic
1998-01-09 16:30 ` 守岡 知彦 / MORIOKA Tomohiko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s1cg1mx1uf9.fsf@mousai.jaist.ac.jp \
    --to=morioka@jaist.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).