emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnus reply encoding


From: Jason Rumney
Subject: Gnus reply encoding
Date: Thu, 28 Oct 2004 23:22:52 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

Gnus v5.11
GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2004-10-20 on TONKOTSU-RAMEN

In a Japanese locale, replying to a mail with Latin-1 characters sends
the mail with a charset of iso-2022-jp-2. It should use iso-8859-1
which is much more widely recognized.

Adding this .AN# sign should be enough to make this message display the
bug.



(setq message-send-mail-function 'smtpmail-send-it)
(setq message-setup-hook
      '(bbdb-insinuate-message))
(setq message-mode-hook
      '(#[nil "\302\030\303     !)\207"
              [gnus-article-copy gnus-setup-message-group nil 
gnus-configure-posting-styles]
              2]))
(setq message-header-setup-hook
      '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]