From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Changing the default for `send-mail-function' Date: Mon, 27 Jun 2011 00:35:11 -0400 Message-ID: References: <87pqm0moff.fsf@stupidchicken.com> <4E07A2BB.7090809@gmail.com> <4E07AA38.2000301@gmail.com> <4E07B75C.2020003@gmail.com> <83vcvsrnhw.fsf@gnu.org> <868vsokkv3.fsf@googlemail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1309149880 20951 80.91.229.12 (27 Jun 2011 04:44:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 04:44:40 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 06:44:36 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb3ga-0004VJ-5M for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 06:44:36 +0200 Original-Received: from localhost ([::1]:55051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb3gZ-0005hq-5l for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 00:44:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb3XZ-0003Oq-OL for emacs-devel@gnu.org; Mon, 27 Jun 2011 00:35:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb3XU-0005kg-MT for emacs-devel@gnu.org; Mon, 27 Jun 2011 00:35:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb3XU-0005kb-CO for emacs-devel@gnu.org; Mon, 27 Jun 2011 00:35:12 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qb3XT-0001iN-K9; Mon, 27 Jun 2011 00:35:11 -0400 In-reply-to: <868vsokkv3.fsf@googlemail.com> (message from Christoph Scholtes on Sun, 26 Jun 2011 21:34:56 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141044 Archived-At: > From: Christoph Scholtes > Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org > Date: Sun, 26 Jun 2011 21:34:56 -0600 > > Eli Zaretskii writes: > > > Why? What purpose would or could making the buffer unibyte possible > > serve in this case? > > Without this change, sending smtp mails still works for me. Of course! That buffer is pure ASCII anyway, right?