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

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

Re: Coding system for outgoing mail


From: Kenichi Handa
Subject: Re: Coding system for outgoing mail
Date: Thu, 22 Aug 2002 16:33:21 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.1.30 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <200208202142.g7KLgOO19478@localhost.localdomain>, 
konrad.hinsen@laposte.net writes:
> Since I set up my Emacs for international character set support,
> every time I send a mail with non-ASCII characters I have to specify
> the latin-1 coding system manually. According to all documentation
> I could find, it should be sufficient to set sendmail-coding-system
> to latin-1 to have outgoing mail sent as Latin-1 by default, but that
> doesn't work.

> After a lot of searching, my hypothesis is that something sets the
> local value of buffer-file-coding-system to binary for every new mail
> buffer. So I added the following to my .emacs:

>  (add-hook 'mail-mode-hook
>          (function (lambda ()
>                      (setq buffer-file-coding-system 'iso-latin-1))))

> but that makes no difference either.

Thank you for the bug report, but I can't reproduce that
bug.  Could you give me the following information?

o Can you reproduce the bug when you start Emacs with "-q
  --no-site-file"?

o What do you mean by `non-ASCII characters'?   Does't it
  contain non-Latin-1 characters?

o How do you type (or insert) those non-ASCII characters?

o Does Emacs also asks coding system on saving that mail
  buffer into a file?

o Please show me the contents of *Warning* buffer shown when
  Emacs asks you to select a coding system.

o How do you create that mail buffer?  By typing C-x m, from
  RMAIL, from Gnus, or else?

o What is the actual value of `buffer-file-coding-system'
  when you don't setup that mail-mode-hook.

o What is the value of `mail-user-agent'?

o What is the value of `default-sendmail-coding-system'?

---
Ken'ichi HANDA
handa@etl.go.jp




reply via email to

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