From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.devel Subject: Re: cannot read koi-8 e-mail: Invalid coding system Date: Mon, 07 Oct 2002 21:06:02 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <2nwuotoi2t.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034039268 24056 127.0.0.1 (8 Oct 2002 01:07:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2002 01:07:48 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17yiqh-0006Fs-00 for ; Tue, 08 Oct 2002 03:07:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17yje1-0006KS-00 for ; Tue, 08 Oct 2002 03:58:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yiq3-00020O-00; Mon, 07 Oct 2002 21:07:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17yipI-0001X4-00 for emacs-devel@gnu.org; Mon, 07 Oct 2002 21:06:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17yipG-0001WB-00 for emacs-devel@gnu.org; Mon, 07 Oct 2002 21:06:19 -0400 Original-Received: from roc-24-58-65-187.rochester.rr.com ([24.58.65.187] helo=piglet.jia.vnet) by monty-python.gnu.org with esmtp (Exim 4.10) id 17yipG-0001W1-00 for emacs-devel@gnu.org; Mon, 07 Oct 2002 21:06:18 -0400 Original-Received: from piglet.jia.vnet (localhost [127.0.0.1]) by piglet.jia.vnet (8.12.5/8.12.5) with ESMTP id g98168pr016016 for ; Mon, 7 Oct 2002 21:06:08 -0400 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.5/8.12.5/Submit) id g98162I5016014; Mon, 7 Oct 2002 21:06:02 -0400 X-Authentication-Warning: piglet.jia.vnet: zsh set sender to zsh@cs.rochester.edu using -f Original-To: emacs-devel@gnu.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Sam Steingold's message of "06 Oct 2002 09:22:31 -0400") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8457 Sam Steingold writes: > GNU Emacs 21.3.50.9 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2002-10-04 on loiso.podval.org > > Debugger entered--Lisp error: (error "Invalid coding system: koi8-r") > mm-decode-coding-string("Hi!\n\n..." koi8-r) Before I update Emacs today (it was a month old), this bug didn't exist, so this bug must be related to some recent changes. The following codes can reproduce the bug without involving Gnus. (decode-coding-string "Hi!\n\n..." 'koi8-r) ShengHuo