From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59976 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: wrong charset in spite of proper format Date: Wed, 09 Mar 2005 16:24:30 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1110396888 17550 80.91.229.2 (9 Mar 2005 19:34:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2005 19:34:48 +0000 (UTC) Original-X-From: ding-owner+M8517@lists.math.uh.edu Wed Mar 09 20:34:47 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D96uh-0002dR-8D for ding-account@gmane.org; Wed, 09 Mar 2005 20:32:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D96sJ-0003JL-00; Wed, 09 Mar 2005 13:29:43 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D95yv-0003Df-00 for ding@lists.math.uh.edu; Wed, 09 Mar 2005 12:32:29 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D95yt-00070U-Ax for ding@lists.math.uh.edu; Wed, 09 Mar 2005 12:32:27 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D95ys-00021q-00 for ; Wed, 09 Mar 2005 19:32:26 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D95tt-0001vI-E2 for ding@gnus.org; Wed, 09 Mar 2005 19:27:21 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Mar 2005 19:27:17 +0100 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Mar 2005 19:27:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 47 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:cperNi4x1ggvx3ml6MYWCe0TlbI= X-Spam-Score: -4.7 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8517@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: news.gmane.org gmane.emacs.gnus.general:59976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59976 On Wed, Mar 09 2005, Matthias Andree wrote: > a Ukraïnian subscriber recently posted a mail of the structure sketched > below to the fetchmail-friends mailing list. No matter what part of the > mail I look at (with C-d, article as ephemeral group), No Gnus (fresh > from CVS) uses my local character set, ISO-8859-whatever, rather than > Windows-1251 for display. mutt gets this right. > > What's up here? Does Gnus lack Windows-1251? Gnus doesn't provide any charsets, (X)Emacs[1] does. > If it supports Windows-1251, why doesn't it see it? In Emacs 21.[1-4] you need (codepage-setup 1251) in `~/.gnus.el' or `~/.emacs'. Or better make that... (unless (coding-system-p 'windows-1251) (codepage-setup 1251)) The upcoming Emacs 22 already has preloaded windows-1251 and has autoloads for other commonly used charsets (iso-8859-*, windows-125*; see [2]). > Full copy of the message available from > . [ Or news://news.gmane.org/gmane.mail.fetchmail.user/7122 ] Bye, Reiner. [1] More on (X)Emacs, Gnus and charsets (in German): http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/draft/ [2] http://thread.gmane.org/v9k6orjx0i.fsf@marauder.physik.uni-ulm.de ,----[ emacs/lisp/ChangeLog ] | 2005-03-04 Reiner Steib | | * international/code-pages.el (windows-1250, windows-125[2-8]) | (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies. `---- -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/