From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7452 Path: news.gmane.org!not-for-mail From: codebuger@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: Gnus posting charsets Date: 6 Jun 2006 02:06:21 -0700 Organization: http://groups.google.com Message-ID: <1149584781.421939.250360@i39g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1149586834 15160 80.91.229.2 (6 Jun 2006 09:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jun 2006 09:40:34 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jun 06 11:40:29 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnY2s-00015e-Os for gegu-info-gnus-english@m.gmane.org; Tue, 06 Jun 2006 11:40:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnY2s-00078F-5z for gegu-info-gnus-english@m.gmane.org; Tue, 06 Jun 2006 05:40:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i39g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 24 Original-NNTP-Posting-Host: 195.184.201.214 Original-X-Trace: posting.google.com 1149584786 15504 127.0.0.1 (6 Jun 2006 09:06:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 6 Jun 2006 09:06:26 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.4) Gecko/20060603 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 main:3128 (squid/2.5.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: i39g2000cwa.googlegroups.com; posting-host=195.184.201.214; posting-account=CXApnw0AAACxGy1hzklqT7z06_oAe-fF Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77635 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7452 Archived-At: Good day, All: I have emacs 22.0.50 from cvs (gentoo ebuild) and gnus version 5.11. So, my question: I read some news groups in koi8-r (fido7), some in iso-8859-1 (comp, ...) and so on. How to teach gnus send messages in different encodings? I probe gnus-group-posting-charset-alist and other, that works in emacs 21 but not in 22. If I do: (setq mm-coding-system-priorities '(iso-8859-1 koi8-r utf-8)) emacs sends messages in koi8-r when can encode, if no - sends in utf-8. But I like something like this: (setq gnus-group-posting-charset-alist '((".*catap.*" utf-8 (utf-8)) (".*fido7.*" koi8-r (koi8-r)))) Can anybody to help me? Thanks. With best regards, Evgeniy Zamriy. P.S.: Sorry, my english isn't good. :-(