From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67418 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: How to force charset iso-8859-1 when posting? Date: Tue, 23 Sep 2008 19:59:28 +0200 Organization: Probably a good idea Message-ID: <877i92n3pb.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1222192820 20325 80.91.229.12 (23 Sep 2008 18:00:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2008 18:00:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15869@lists.math.uh.edu Tue Sep 23 20:01:18 2008 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 1KiCC8-0005VB-Uz for ding-account@gmane.org; Tue, 23 Sep 2008 20:01:05 +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 1KiCAv-00036g-7X; Tue, 23 Sep 2008 12:59:49 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KiCAu-00036P-1h for ding@lists.math.uh.edu; Tue, 23 Sep 2008 12:59:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KiCAr-0006RA-2U for ding@lists.math.uh.edu; Tue, 23 Sep 2008 12:59:47 -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 1KiCAv-0004fr-00 for ; Tue, 23 Sep 2008 19:59:49 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KiCAl-0001A3-GT for ding@gnus.org; Tue, 23 Sep 2008 17:59:39 +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 ; Tue, 23 Sep 2008 17:59:39 +0000 Original-Received: from sb by cm-84.208.246.109.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2008 17:59:39 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 30 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:D7a8SdIwLg6JqXa92skDhZy3DlM= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67418 Archived-At: Platform: Ubuntu 8.04, Intel Pentium M GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-03 on terranova, modified by Ubuntu No Gnus v0.11 (recent CVS update) For some reason Gnus have decided to post with utf-8. I've tried to force iso-8859-1 with the below setting in the gnus-parameters variable (I'm trying to force iso-8859-1 for the no. news hiearchy). (setq gnus-parameters '(("^nntp\\+news\\.gmane\\." (spam-process ((spam spam-use-gmane)))) ("^no\\." (mm-coding-system-priorities '(iso-8859-1))))) One of the groups already had the following in the group parameters: ((charset . iso-8859-1)) which I initially thought was meant to force the charset when posting, but when I read the docs, it seems to be only related to reading. Searching my memory further, I think I put it in there to force iso-8859-15 over into iso-8859-1 when responding. So... is there a working way to force the charset when posting, for a group or set of groups? Thanx! - Steinar