Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: mm-coding-system-priorities per hierarchy
Date: Wed, 20 Sep 2006 18:42:58 +0200	[thread overview]
Message-ID: <v9hcz21obx.fsf@marauder.physik.uni-ulm.de> (raw)

Hi,

I've added this explanation about setting
`mm-coding-system-priorities' per hierarchy to texi/emacs-mime.texi.
Corrections and additions are welcome!

--8<---------------cut here---------------start------------->8---
@c Corrections about preferred charsets are welcome.  de, fr and fj
@c should be correct, I don't know about the rest (so these are only
@c examples):
@lisp
(add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities)
(setq gnus-parameters
      (nconc
       ;; Some charsets are just examples!
       '(("^cn\\." ;; Chinese
	  (mm-coding-system-priorities
	   '(iso-8859-1 cn-big5 chinese-iso-7bit utf-8)))
	 ("^cz\\.\\|^pl\\." ;; Central and Eastern European
	  (mm-coding-system-priorities '(iso-8859-2 utf-8)))
	 ("^de\\." ;; German language
	  (mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8)))
	 ("^fr\\." ;; French
	  (mm-coding-system-priorities '(iso-8859-15 iso-8859-1 utf-8)))
	 ("^fj\\." ;; Japanese
	  (mm-coding-system-priorities
	   '(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8)))
	 ("^ru\\." ;; Cyrillic
	  (mm-coding-system-priorities
	   '(koi8-r iso-8859-5 iso-8859-1 utf-8))))
       gnus-parameters))
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




             reply	other threads:[~2006-09-20 16:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-20 16:42 Reiner Steib [this message]
2006-09-20 22:55 ` Katsumi Yamaoka
2006-09-21 14:01   ` Reiner Steib
2006-09-22  8:38     ` Katsumi Yamaoka
2006-09-24 13:21       ` Reiner Steib
2006-09-25 11:36         ` Katsumi Yamaoka

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=v9hcz21obx.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).