From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: custom-reevaluate-setting / custom-initialize-delay Date: Fri, 26 Feb 2010 09:26:27 -0500 Message-ID: References: <64d3zvx1zi.fsf@fencepost.gnu.org> <83fx4rn5y9.fsf@gnu.org> <87iq9ncdea.fsf@marauder.physik.uni-ulm.de> <9E7C3ED4582E44A29FFC97D089B255BF@us.oracle.com> <83635mlzc2.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267194407 8107 80.91.229.12 (26 Feb 2010 14:26:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Feb 2010 14:26:47 +0000 (UTC) Cc: 'Eli Zaretskii' , Reiner.Steib@gmx.de, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 26 15:26:43 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 1Nl19M-0004xa-UN for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2010 15:26:41 +0100 Original-Received: from localhost ([127.0.0.1]:56831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl19M-0006Tc-69 for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2010 09:26:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl19H-0006SU-6g for emacs-devel@gnu.org; Fri, 26 Feb 2010 09:26:35 -0500 Original-Received: from [140.186.70.92] (port=39889 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl19F-0006R1-D2 for emacs-devel@gnu.org; Fri, 26 Feb 2010 09:26:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl19E-0008VN-Nm for emacs-devel@gnu.org; Fri, 26 Feb 2010 09:26:33 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:44382) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl19E-0008V1-BS; Fri, 26 Feb 2010 09:26:32 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o1QEQRpd026356; Fri, 26 Feb 2010 09:26:27 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 7E59A3A934; Fri, 26 Feb 2010 09:26:27 -0500 (EST) In-Reply-To: (Drew Adams's message of "Wed, 24 Feb 2010 22:47:31 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3478=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:121395 Archived-At: >> > > I guess this should read ... >> > > (setq message-send-mail-function >> > > 'message-send-mail-with-mailclient) >> >> Yes, please try that. Since message-mode is the default now, it is >> important to know that using message-send-mail-with-mailclient will >> work for sending bug reports on Windows. > No, that doesn't work. Same symptom as before: > "Searching for program: no such file or directory, /bin/bash" Please send us the backtrace as well (it's generally a good idea to include a backtrace when you get an error). Actually, I'd recommend you run your Emacs with debug-on-error always set to t. It will occasionally bring up a backtrace for a "minor error from the user", but it should be rare. Stefan