From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: custom-reevaluate-setting / custom-initialize-delay Date: Tue, 23 Feb 2010 20:22:57 -0800 Message-ID: References: <64d3zvx1zi.fsf@fencepost.gnu.org> <83fx4rn5y9.fsf@gnu.org> <83bpffmfnn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1266986228 14017 80.91.229.12 (24 Feb 2010 04:37:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2010 04:37:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Eli Zaretskii'" , "'Glenn Morris'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 24 05:37:04 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk8zc-000457-Fn for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 05:37:00 +0100 Original-Received: from localhost ([127.0.0.1]:53111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk8mi-0000ph-3W for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 23:23:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nk8md-0000pC-69 for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:23:35 -0500 Original-Received: from [140.186.70.92] (port=58987 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk8mb-0000ns-HR for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:23:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nk8mb-0000Pi-CD for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:23:33 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:22428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk8mZ-0000PK-UD; Tue, 23 Feb 2010 23:23:32 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1O4NTnx017788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 24 Feb 2010 04:23:31 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1NIeTFb023709; Wed, 24 Feb 2010 04:23:29 GMT Original-Received: from abhmt002.oracle.com by acsmt353.oracle.com with ESMTP id 44384511266985372; Tue, 23 Feb 2010 20:22:52 -0800 Original-Received: from dradamslap1 (/10.175.218.236) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 23 Feb 2010 20:22:52 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <83bpffmfnn.fsf@gnu.org> Thread-Index: Acq1CEXdsBFCZ/EnQ9uUpvCmGGjVdgAAKDDw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4B84A9C1.006E:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121327 Archived-At: > > > Drew, does the problem in #5299 go away for you if you set > > > send-mail-function to mailclient-send-it? > > > > It's message-send-mail-function (the variable) that one needs to set > > nowadays. > > Drew, could you please try that and tell the results? > > Alternatively, set mail-user-agent to sendmail-user-agent and _then_ > set send-mail-function to mailclient-send-it. I think the latter > emulates more closely what you had in Emacs 22. We have a winner! Yep, that's the ticket. It restores the Emacs 23.1 (and Emacs 22) behavior. Thx - Drew