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:15:07 -0800 Message-ID: References: <64d3zvx1zi.fsf@fencepost.gnu.org> <83fx4rn5y9.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 14013 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: david.reitter@gmail.com, emacs-devel@gnu.org To: "'Glenn Morris'" , "'Eli Zaretskii'" 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-Rn for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 05:37:01 +0100 Original-Received: from localhost ([127.0.0.1]:59333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk8g8-0006kD-Ee for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 23:16:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nk8er-0006Fx-Qs for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:15:33 -0500 Original-Received: from [140.186.70.92] (port=56801 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk8eq-0006F1-Jm for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:15:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nk8ep-0008A7-75 for emacs-devel@gnu.org; Tue, 23 Feb 2010 23:15:32 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:37572) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk8el-00089L-Nl; Tue, 23 Feb 2010 23:15:27 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by acsinet12.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1O4FM72006460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 24 Feb 2010 04:15:24 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1O0WWkD007506; Wed, 24 Feb 2010 04:15:21 GMT Original-Received: from abhmt009.oracle.com by acsmt355.oracle.com with ESMTP id 46474141266984903; Tue, 23 Feb 2010 20:15:03 -0800 Original-Received: from dradamslap1 (/10.175.218.236) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 23 Feb 2010 20:15:02 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: Thread-Index: Acq0/tAhBAqSqUxySbyBZRR4JtggQwACHIQQ 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.0A090205.4B84A7DA.00FD: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:121326 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. > > The function message-send-mail-function may also need some adjustment > for Windows and Macs to prefer mailclient more strongly than it > currently does. OK, I tried that too: (setq message-send-mail-function 'mailclient-send-it) Same thing: shell-command-to-string: Searching for program: no such file or directory, /bin/bash This is nothing like what it used to do, sadly. Just try Emacs 22.[123] or 23.1 on Windows, `emacs -Q', no changes. Works fine.