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: \201 back again Date: Fri, 20 Sep 2002 17:47:28 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <2nptv872q7.fsf@zsh.cs.rochester.edu> References: <7458-Fri20Sep2002192255+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032558596 21676 127.0.0.1 (20 Sep 2002 21:49:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2002 21:49:56 +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 17sVet-0005dM-00 for ; Fri, 20 Sep 2002 23:49:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17sWKL-0000SX-00 for ; Sat, 21 Sep 2002 00:32: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 17sVfI-00083i-00; Fri, 20 Sep 2002 17:50:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17sVcv-0007pO-00 for emacs-devel@gnu.org; Fri, 20 Sep 2002 17:47:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17sVcu-0007p6-00 for emacs-devel@gnu.org; Fri, 20 Sep 2002 17:47:53 -0400 Original-Received: from zsh.cs.rochester.edu ([192.5.53.126] helo=zsh.yi.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17sVct-0007ou-00 for emacs-devel@gnu.org; Fri, 20 Sep 2002 17:47:51 -0400 Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.6/8.11.2) id g8KLlSv18161; Fri, 20 Sep 2002 17:47:28 -0400 Original-To: emacs-devel@gnu.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Karl Eichwalder's message of "Fri, 20 Sep 2002 19:04:47 +0200") Original-Lines: 27 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:8065 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8065 Karl Eichwalder writes: > "Eli Zaretskii" writes: > >> I don't see any \201 characters on my system in that mail message. >> RMAIL correctly decodes it as Latin-9. > > Gnus does not. > >>> I guess, some mail client forgot to provide proper MIME header >>> entries: >> >> Here's the header I see on my system: >> >> Content-Type: text/plain; charset=iso-8859-15 >> >> This is perfectly valid, AFAICS. > > Maybe, some mail gateway did add those lines for you. > > But these lines were missing from the original posting -- RMS never > ever bothers to add such stuff, I guess ;) : Don't panic. The original email is emacs-mule encoded without the content-type header. You can type `0 g emacs-mule RET' to fix it. ShengHuo