From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80224 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: smtp crap Date: Sat, 08 Oct 2011 00:14:15 -0400 Message-ID: <87ipo0p1bc.fsf@stupidchicken.com> References: <8739f4kzp3.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318047268 1752 80.91.229.12 (8 Oct 2011 04:14:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 04:14:28 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 08 06:14:24 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 1RCOIq-0003c0-JU for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 06:14:24 +0200 Original-Received: from localhost ([::1]:39509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCOIp-0007MG-CG for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2011 00:14:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCOIm-0007M0-OA for emacs-devel@gnu.org; Sat, 08 Oct 2011 00:14:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCOIl-0003kk-O7 for emacs-devel@gnu.org; Sat, 08 Oct 2011 00:14:20 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:56612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCOIk-0003kU-NG; Sat, 08 Oct 2011 00:14:18 -0400 Original-Received: from furball (dhcp-128-36-14-81.central.yale.edu [128.36.14.81]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p984EGNG020817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 8 Oct 2011 00:14:16 -0400 In-Reply-To: <8739f4kzp3.fsf@catnip.gol.com> (Miles Bader's message of "Sat, 08 Oct 2011 11:02:48 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 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:144727 gmane.emacs.gnus.general:80224 Archived-At: Miles Bader writes: > Why does emacs _keep_ asking me if I want to "Set up Emacs for sending > SMTP mail"?! I kept answer "n" to this question I can't reproduce this. The first time I answer "n", it customizes send-mail-function and saves that variable to the init file. This should prevent the question from recurring. Could you try to figure out what's causing that to fail?