From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Changing the default for `send-mail-function' Date: Mon, 27 Jun 2011 06:00:08 -0600 Message-ID: <4E0870C8.3050206@gmail.com> References: <87pqm0moff.fsf@stupidchicken.com> <4E07A2BB.7090809@gmail.com> <4E07AA38.2000301@gmail.com> <4E07B75C.2020003@gmail.com> <83vcvsrnhw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309176044 31355 80.91.229.12 (27 Jun 2011 12:00:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 12:00:44 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 14:00:40 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 1QbAUV-0000Ks-Lw for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 14:00:35 +0200 Original-Received: from localhost ([::1]:53562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbAUT-0007ya-Fp for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 08:00:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbAU9-0007vp-Rk for emacs-devel@gnu.org; Mon, 27 Jun 2011 08:00:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbAU8-000414-9A for emacs-devel@gnu.org; Mon, 27 Jun 2011 08:00:13 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:47901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbAU7-00040M-Sy for emacs-devel@gnu.org; Mon, 27 Jun 2011 08:00:12 -0400 Original-Received: by iyl8 with SMTP id 8so5440771iyl.0 for ; Mon, 27 Jun 2011 05:00:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=2ZfLkvHzFg13OYYNTH5zXDXxc/JG8En1mQcBMD4h3QU=; b=vhbSTLywNcAMLRYN8FOHychURWQLaps3c3kSvaRrlCZ16emfB8/1tifTbGJjk9Vmua jON5m9doWqpH6caNpQBUaU7QUfYAfiTmWA5/TkXwP08oqs1S6lHHtzoggzNsMej4obiH amo/qHJYrETtDDEC3SvvuH+1X0SLDY0sUUPY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=VUDAb6RizSgdMNVb0iHSmxmyssrVnbaJJ7McqxgDP5R8w15q/IrQqmOgkja/yhZ5Zu VP3hFFZqKw+qnCjtvSets2vt5RL/mBpZlWf/4IV2YfdU3fz9SZLlNYdH8//GGmWD1wy7 Aam6N/cYsvYeCINiXylFuX8/kDhIU3jthXDB8= Original-Received: by 10.42.163.8 with SMTP id a8mr4618135icy.525.1309176010298; Mon, 27 Jun 2011 05:00:10 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-187-152.hlrn.qwest.net [71.208.187.152]) by mx.google.com with ESMTPS id d8sm5323549icy.21.2011.06.27.05.00.09 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 05:00:09 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:141064 Archived-At: On 6/27/2011 3:39 AM, Lars Magne Ingebrigtsen wrote: > If somebody on Windows could try removing the `set-buffer-multibyte' > again and post via Gmail, that would be nice... I did and it works also. Thank you for fixing this. To Eli's point: is it safe to assume that the buffer content will always be pure ASCII? If not always, then this could lead to more bugs like the one we just fixed. Christoph