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: Sun, 26 Jun 2011 18:57:02 -0600 Message-ID: <4E07D55E.6040004@gmail.com> References: <87pqm0moff.fsf@stupidchicken.com> <4E07A2BB.7090809@gmail.com> <4E07AA38.2000301@gmail.com> <4E07B75C.2020003@gmail.com> 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 1309136247 30726 80.91.229.12 (27 Jun 2011 00:57:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 00:57:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 02:57:22 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 1Qb08g-0001qz-8f for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 02:57:22 +0200 Original-Received: from localhost ([::1]:42613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb08e-00044r-NE for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 20:57:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb08Q-00044b-D1 for emacs-devel@gnu.org; Sun, 26 Jun 2011 20:57:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb08P-00009g-E7 for emacs-devel@gnu.org; Sun, 26 Jun 2011 20:57:06 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:55828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb08P-00009a-8C for emacs-devel@gnu.org; Sun, 26 Jun 2011 20:57:05 -0400 Original-Received: by iyl8 with SMTP id 8so4997545iyl.0 for ; Sun, 26 Jun 2011 17:57:04 -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=YjUPRRiSrClmWjddZ+/Y1tUKoTUTJlmZx/FW66pvhus=; b=bv5MDMnBvuQSem4OSR05fgs4nApoD31S6s5MB6EohSpteEhWc9FYuKDWjMjjFHgaJG 7XO8eHwNfXSTqLFI0ighQ7CpYmhRqU5a92b1Xm7T/R7GA050QxiyiYjcT7nyK6x8V60I tkLOqP+PNk1dob+LYP7Jq58A+dh7lp1n6ofi0= 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=ru9znUDTh73ZlqOFutwElGiKPgk7UTkbMRVQ/BGAS90nh1f+VgR3FQn2o6pEdEMaIY RT1PtSGerAYaZR6xLSBvfyniGx4xlAB90+9Br4LSBjZLtiMKtoQ1+f4U7zcCD4S/m9xz lQlFY7c/n7Hj2RNPI/nNIXAOAsUPPU4Tjbl6Q= Original-Received: by 10.42.196.68 with SMTP id ef4mr98993icb.375.1309136224457; Sun, 26 Jun 2011 17:57:04 -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 hw7sm4882839icc.3.2011.06.26.17.57.03 (version=SSLv3 cipher=OTHER); Sun, 26 Jun 2011 17:57:03 -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:141035 Archived-At: On 6/26/2011 5:49 PM, Lars Magne Ingebrigtsen wrote: > Could you try the following patch? > > Sorry, try this one: It works! There must have been other instances where the line endings were messing things up. This fixes all problems on W32 and the mails are sent. For testing, I applied the patch to a Debian built Emacs and it also works fine. Christoph