Gnus development mailing list
 help / color / mirror / Atom feed
* mm-coding-system-priorities per hierarchy
@ 2006-09-20 16:42 Reiner Steib
  2006-09-20 22:55 ` Katsumi Yamaoka
  0 siblings, 1 reply; 6+ messages in thread
From: Reiner Steib @ 2006-09-20 16:42 UTC (permalink / 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/




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-25 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-20 16:42 mm-coding-system-priorities per hierarchy Reiner Steib
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

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).