From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60961 Path: news.gmane.org!not-for-mail From: Kevin Bube Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus not choosing latin9 if euro sign is present Date: Thu, 15 Sep 2005 19:35:39 +0200 Organization: Linux Private Site Message-ID: References: <8764t3v28j.fsf@Jesper-Harders-Computer.local> <87ek7q5q1k.fsf@Jesper-Harders-Computer.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1126806348 20383 80.91.229.2 (15 Sep 2005 17:45:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2005 17:45:48 +0000 (UTC) Original-X-From: ding-owner+m9493@lists.math.uh.edu Thu Sep 15 19:45:38 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFxn6-0000Fr-Vw for ding-account@gmane.org; Thu, 15 Sep 2005 19:44:57 +0200 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 1EFxmy-0000XW-00; Thu, 15 Sep 2005 12:44:48 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EFxig-0000XR-00 for ding@lists.math.uh.edu; Thu, 15 Sep 2005 12:40:22 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EFxic-0005RV-Ao for ding@lists.math.uh.edu; Thu, 15 Sep 2005 12:40:22 -0500 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 1EFxia-00054A-00 for ; Thu, 15 Sep 2005 19:40:16 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EFxgY-0006kC-KS for ding@gnus.org; Thu, 15 Sep 2005 19:38:10 +0200 Original-Received: from leibnitz.icbm.uni-oldenburg.de ([134.106.80.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 19:38:10 +0200 Original-Received: from kbube by leibnitz.icbm.uni-oldenburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Sep 2005 19:38:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: leibnitz.icbm.uni-oldenburg.de User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:FJhYAiqosF7tCRvCpL222IZOGe8= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60961 Archived-At: Jesper Harder writes: > Note that your reply (which contains ¤) was sent using latin-9. So, > at least for replies it seems to work correctly. That was from another machine with emacs 21.3, so is this :-) I now tested with minimal .emacs and .gnus: ,----[.emacs] | (set-language-environment "Latin-9") | (setq load-path (cons "/home/kevin/src/lisp/cvs-gnus/lisp" load-path)) `---- ,----[.gnus] | ; -*-Emacs-Lisp-*- | (setq gnus-select-method '(nnml "")) | (setq gnus-secondary-select-methods '((nntp "news.t-online.de"))) | (setq mail-sources '((maildir :path "/home/kevin/.Maildir"))) `---- I then start up emacs with emacs --no-site-file -fn -*-fixed-medium-r-*--*-140-*-iso8859-15 -f gnus The problem still persits: Mails with euro sign get Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Mails with umlauts get Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Any ideas somebody? Kevin