From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67471 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: How to force charset iso-8859-1 when posting? Date: Sun, 28 Sep 2008 16:41:18 +0200 Organization: Probably a good idea Message-ID: <87k5cws581.fsf@dod.no> References: <877i92n3pb.fsf@dod.no> <87d4itp9po.fsf@marauder.physik.uni-ulm.de> <87ljxej3u3.fsf@dod.no> <87skrmmwgu.fsf@marauder.physik.uni-ulm.de> <871vz4tk5e.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1222612899 16015 80.91.229.12 (28 Sep 2008 14:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2008 14:41:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15922@lists.math.uh.edu Sun Sep 28 16:42:37 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KjxTp-0000tl-Fa for ding-account@gmane.org; Sun, 28 Sep 2008 16:42:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KjxSh-0005OX-Rn; Sun, 28 Sep 2008 09:41:27 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KjxSg-0005OG-LM for ding@lists.math.uh.edu; Sun, 28 Sep 2008 09:41:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KjxSe-0001lu-5c for ding@lists.math.uh.edu; Sun, 28 Sep 2008 09:41:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KjxSj-0001bo-00 for ; Sun, 28 Sep 2008 16:41:29 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KjxSd-0008Pc-5E for ding@gnus.org; Sun, 28 Sep 2008 14:41:23 +0000 Original-Received: from cm-84.208.246.109.getinternet.no ([84.208.246.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2008 14:41:23 +0000 Original-Received: from sb by cm-84.208.246.109.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2008 14:41:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.246.109.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:VN8b9KQb+gfMT8Yu4M6kdYQbmFo= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67471 Archived-At: >>>>> Reiner Steib : >>>> Does setting mm-coding-system-priorities globally work? Yes, setting mm-coding-system-priorities globally works for me. I now have the following setting in my ~/.gnus.el : ;; We prefer good old latin1 over utf-8 (setq mm-coding-system-priorities '(iso-8859-1 utf-8)) Thanx! - Steinar