From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: konrad.hinsen@laposte.net Newsgroups: gmane.emacs.bugs Subject: Re: Coding system for outgoing mail Date: Mon, 26 Aug 2002 10:59:55 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200208260859.g7Q8xtB02375@localhost.localdomain> References: <200208202142.g7KLgOO19478@localhost.localdomain> <200208220733.QAA21941@etlken.m17n.org> <200208220818.g7M8IuA02321@localhost.localdomain> <200208220847.RAA22073@etlken.m17n.org> <200208220946.g7M9kGr28137@chinon.cnrs-orleans.fr> <200208221049.TAA22197@etlken.m17n.org> <200208221941.g7MJfoo01752@localhost.localdomain> <200208260803.RAA27427@etlken.m17n.org> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030352216 9888 127.0.0.1 (26 Aug 2002 08:56:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 08:56:56 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jFg6-0002ZN-00 for ; Mon, 26 Aug 2002 10:56:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jFhN-0005a6-00; Mon, 26 Aug 2002 04:58:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jFgF-00059q-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 04:57:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jFgC-00058Y-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 04:57:02 -0400 Original-Received: from smtp-out-6.wanadoo.fr ([193.252.19.25] helo=mel-rto6.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jFgC-00058O-00 for bug-gnu-emacs@gnu.org; Mon, 26 Aug 2002 04:57:00 -0400 Original-Received: from mel-rta9.wanadoo.fr (193.252.19.69) by mel-rto6.wanadoo.fr (6.5.007) id 3D6246E80021F23C; Mon, 26 Aug 2002 10:56:29 +0200 Original-Received: from localhost.localdomain (80.13.82.185) by mel-rta9.wanadoo.fr (6.5.007) id 3D49FFB700896B9D; Mon, 26 Aug 2002 10:56:29 +0200 Original-Received: (from hinsen@localhost) by localhost.localdomain (8.11.6/8.11.6) id g7Q8xtB02375; Mon, 26 Aug 2002 10:59:55 +0200 Original-To: handa@etl.go.jp In-Reply-To: <200208260803.RAA27427@etlken.m17n.org> (message from Kenichi Handa on Mon, 26 Aug 2002 17:03:00 +0900 (JST)) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3303 > > Then I disabled that line and checked what happens when I insert > > the signature by hand (C-c C-w). Before inserting the signature, > > describe-coding-system says "none, use default". After inserting > > the signature, it says "no conversion (binary)". > > What happens if you insert the signature file by this? > C-x i ~/.signature RET Same effect, the coding system is changed to "no conversion (binary)". > And what happens if you start emacs with -q --no-site-file > and type C-c C-w to insert the signature file? Before inserting, there is no buffer-specific coding system. After inserting, it is "undecided-unix". The line in .emacs that causes the change from "undecided-unix" to "no conversion (binary)" is (require 'crypt) However, the file .signature is neither compressed nor encrypted in any way, so crypt mode should not become active. > Do they also change buffer-file-coding-system? Yes. > Do they also change buffer-file-coding-system when you > insert it not in *mail* buffer, but *scratch* buffer? Yes. > And, to which function C-c C-w is bound, and in which file > that function is defined? In my case, it is > `mail-signature' defined in lisp/mail/sendmail.el. On my system it is the same. Konrad. -- ------------------------------------------------------------------------------- Konrad Hinsen | E-Mail: hinsen@cnrs-orleans.fr Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.56.24 Rue Charles Sadron | Fax: +33-2.38.63.15.17 45071 Orleans Cedex 2 | Deutsch/Esperanto/English/ France | Nederlands/Francais -------------------------------------------------------------------------------