[mew-int 01253] mew-ask-charset (was: iso-8859-15 (aka Latin-0 or Latin-9))

Tatsuya Kinoshita tats at example.com
Wed Jan 22 21:25:10 JST 2003


On December 12, 2002, [mew-int 01221],
Tatsuya Kinoshita <tats at example.com> wrote:

> However, I want a warning message if Mew uses iso-8859-x or
> utf-8, because I don't normally use it.  I normally use
> us-ascii or iso-2022-jp.
> 
> I'm using the `my-mew-charset-ask' function in my ~/.mew.el.
> See below.
> 
> ---- 
> (setq my-mew-noask-charset-list '("us-ascii" "iso-2022-jp"))
> (add-hook 'mew-send-hook 'my-mew-charset-ask)
> (add-hook 'mew-post-hook 'my-mew-charset-ask)

In the CVS Mew, this feature is implemented by Kazu.

I replaced the above configuration with
(setq mew-ask-charset '("us-ascii" "iso-2022-jp"))
in my ~/.mew.el.

The default value of mew-ask-charset is nil (don't ask).

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list