Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Gnus posting charsets
Date: Thu, 08 Jun 2006 10:29:39 +0900	[thread overview]
Message-ID: <b4mhd2wtoxo.fsf@jpl.org> (raw)
In-Reply-To: <1149691274.093917.171800@i39g2000cwa.googlegroups.com>

[-- Attachment #1: Type: text/plain, Size: 1761 bytes --]

>>>>> In <1149691274.093917.171800@i39g2000cwa.googlegroups.com>
>>>>>	codebuger@gmail.com wrote:

> Thank you, but it doesn't work for me :(

Hmm, how is your message encoded?  I guess the reason the
encoding failed is one of them:

1. You hadn't opened the summary buffer of the group to which
   you were about to post a message then.  Note that the
   following group parameter is effective only when the summary
   buffer of a fido7 newsgroup is opened or just after closing
   that summary buffer, for instance.

--8<---------------cut here---------------start------------->8---
;; Prefer `koi8-r' in the fido7 hierarchy.
(add-to-list
 'gnus-parameters
 '("\\`fido7\\."
   (mm-coding-system-priorities '(koi8-r iso-8859-1 utf-8))))
--8<---------------cut here---------------end--------------->8---

2. If a message contains Russian text and Ukrainian text, though
   it is unlikely, it cannot be encoded with the koi8-r charset.

3. You crossposted a message to groups including groups which
   weren't specified by `gnus-group-posting-charset-alist'.

I attached a message that I've posted to the fido7.testing group
with the following configuration in my ~/.gnus.el file:

--8<---------------cut here---------------start------------->8---
;; Set the default value of `mm-coding-system-priorities' which is
;; suitable for the Japanese language environment.
(eval-after-load "gnus-sum"
  '(add-to-list
    'gnus-newsgroup-variables
    '(mm-coding-system-priorities
      . '(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8))))

;; Prefer `koi8-r' in the fido7 hierarchy.
(add-to-list
 'gnus-parameters
 '("\\`fido7\\."
   (mm-coding-system-priorities '(koi8-r iso-8859-1 utf-8))))
--8<---------------cut here---------------end--------------->8---


[-- Attachment #2: article_fido7.gz --]
[-- Type: application/x-gzip, Size: 493 bytes --]

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2006-06-08  1:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-06  9:06 codebuger
2006-06-06 12:52 ` Katsumi Yamaoka
2006-06-07 14:41   ` codebuger
2006-06-08  1:29     ` Katsumi Yamaoka [this message]
2006-06-09  8:28       ` Ivan Boldyrev
     [not found]       ` <mailman.2787.1149843395.9609.info-gnus-english@gnu.org>
2006-06-10 10:50         ` codebuger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mhd2wtoxo.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).