From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13542 Path: main.gmane.org!not-for-mail From: morioka@jaist.ac.jp (=?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA Tomohiko) Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia v0.22 failing on a coding type of 'raw-text Date: 10 Jan 1998 01:30:49 +0900 Organization: Japan Advanced Institute of Science and Technology, Hokuriku Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.99 - "Shijima") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152888 9773 80.91.224.250 (20 Oct 2002 22:28:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:28:08 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id IAA10783 for ; Fri, 9 Jan 1998 08:29:09 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA04601 for ; Fri, 9 Jan 1998 10:32:09 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id LAN15387; Fri, 9 Jan 1998 11:08:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 09 Jan 1998 10:31:36 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id KAA02403 for ; Fri, 9 Jan 1998 10:31:29 -0600 (CST) Original-Received: (qmail 10034 invoked by uid 504); 9 Jan 1998 16:31:16 -0000 Original-Received: (qmail 10031 invoked from network); 9 Jan 1998 16:31:14 -0000 Original-Received: from softdnserror (HELO mikan.jaist.ac.jp) (150.65.8.6) by claymore.vcinet.com with SMTP; 9 Jan 1998 16:31:10 -0000 Original-Received: from mousai.jaist.ac.jp.jaist.ac.jp (MORIOKA Tomohiko ) by mikan.jaist.ac.jp (8.7.5); id BAA04063; Sat, 10 Jan 1998 01:30:53 +0900 (JST) Original-To: ding@gnus.org X-Emacs: 20.5 "Chapar" XEmacs Lucid (beta17) with mule In-Reply-To: Stephen Zander's message of "Thu, 08 Jan 1998 10:05:14 -0800" Original-Lines: 23 X-Mailer: Semi-gnus 6.0.2 (based on Quassia Gnus v0.22) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13542 >>>>> In >>>>> "Stephen" = Stephen Zander 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.