Gnus development mailing list
 help / color / mirror / Atom feed
* charset in GNUS
@ 1999-11-12 15:43 Roman Belenov
  1999-11-14 18:59 ` Vladimir Volovich
  1999-11-15  3:41 ` Shenghuo ZHU
  0 siblings, 2 replies; 4+ messages in thread
From: Roman Belenov @ 1999-11-12 15:43 UTC (permalink / raw)


Hello,

How  can  I  make  GNUS  to  use  koi8-r  charset when posting/mailing
messages  ?  It  posts  in  iso8859-5  although  I've set all relevant
variables  to  koi8-r.  I'm using GNU Emacs 20.4 under Windows NT4SP6,
pGNUS 0.98.


Best regards,
 Roman                          mailto:roman@nstl.nnov.ru




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

* Re: charset in GNUS
  1999-11-12 15:43 charset in GNUS Roman Belenov
@ 1999-11-14 18:59 ` Vladimir Volovich
  1999-11-15 10:50   ` Re[2]: " Roman Belenov
  1999-11-15  3:41 ` Shenghuo ZHU
  1 sibling, 1 reply; 4+ messages in thread
From: Vladimir Volovich @ 1999-11-14 18:59 UTC (permalink / raw)
  Cc: ding

"RB" == Roman Belenov writes:

 RB> Hello, How can I make GNUS to use koi8-r charset when
 RB> posting/mailing messages ?  It posts in iso8859-5 although I've
 RB> set all relevant variables to koi8-r.  I'm using GNU Emacs 20.4
 RB> under Windows NT4SP6, pGNUS 0.98.

Put the following magic line into your ~/.emacs (or ~/.gnus) file:

(put-charset-property 'cyrillic-iso8859-5 'prefered-coding-system 'koi8-r)

	Best regards, -- Vladimir.
-- 
Fortune finishes the great quotations, #9

	A word to the wise is often enough to start an argument.


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

* Re: charset in GNUS
  1999-11-12 15:43 charset in GNUS Roman Belenov
  1999-11-14 18:59 ` Vladimir Volovich
@ 1999-11-15  3:41 ` Shenghuo ZHU
  1 sibling, 0 replies; 4+ messages in thread
From: Shenghuo ZHU @ 1999-11-15  3:41 UTC (permalink / raw)


>>>>> "Roman" == Roman Belenov <roman@nstl.nnov.ru> writes:

Roman> Hello,

Roman> How can I make GNUS to use koi8-r charset when posting/mailing
Roman> messages ?  It posts in iso8859-5 although I've set all
Roman> relevant variables to koi8-r.  I'm using GNU Emacs 20.4 under
Roman> Windows NT4SP6, pGNUS 0.98.

You may try

(push '(koi8-r cyrillic-iso8859-5) mm-mime-mule-charset-alist)

I am not sure it works. 

Is koi8-r always preferred to iso8859-5?


-- 
Shenghuo


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

* Re[2]: charset in GNUS
  1999-11-14 18:59 ` Vladimir Volovich
@ 1999-11-15 10:50   ` Roman Belenov
  0 siblings, 0 replies; 4+ messages in thread
From: Roman Belenov @ 1999-11-15 10:50 UTC (permalink / raw)
  Cc: ding

Hello Vladimir,

VV> Put the following magic line into your ~/.emacs (or ~/.gnus) file:

VV> (put-charset-property 'cyrillic-iso8859-5 'prefered-coding-system 'koi8-r)

Thanks,  it  helps.  But  I  still  don't  understand  why GNUS ignore
gnus-group-posting-charset-alist  and gnus-default-charset (I had the
following  lines  in  my  .emacs  and  still  messages  were mailed in
iso8859-5):

(setq   gnus-group-posting-charset-alist '((".*" koi8-r)))
(setq gnus-default-charset 'koi8-r)


Best regards,
 Roman                            mailto:roman@nstl.nnov.ru




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

end of thread, other threads:[~1999-11-15 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-12 15:43 charset in GNUS Roman Belenov
1999-11-14 18:59 ` Vladimir Volovich
1999-11-15 10:50   ` Re[2]: " Roman Belenov
1999-11-15  3:41 ` Shenghuo ZHU

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