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 12:34:43 -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> <84F83BB9CB5D4226B15482773C5474F9@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267206270 22770 80.91.229.12 (26 Feb 2010 17:44:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Feb 2010 17:44:30 +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 18:44:21 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 1Nl4EM-0006Ta-83 for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2010 18:44:02 +0100 Original-Received: from localhost ([127.0.0.1]:33131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl4EL-0002xr-Gh for ged-emacs-devel@m.gmane.org; Fri, 26 Feb 2010 12:44:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nl45S-0005zK-LX for emacs-devel@gnu.org; Fri, 26 Feb 2010 12:34:50 -0500 Original-Received: from [140.186.70.92] (port=52775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nl45Q-0005yo-4h for emacs-devel@gnu.org; Fri, 26 Feb 2010 12:34:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nl45P-0000Dr-5c for emacs-devel@gnu.org; Fri, 26 Feb 2010 12:34:48 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:43289) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nl45P-0000Dg-2x; Fri, 26 Feb 2010 12:34:47 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o1QHYhUn016133; Fri, 26 Feb 2010 12:34:43 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 9A6503A934; Fri, 26 Feb 2010 12:34:43 -0500 (EST) In-Reply-To: <84F83BB9CB5D4226B15482773C5474F9@us.oracle.com> (Drew Adams's message of "Fri, 26 Feb 2010 07:14:04 -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 RV3479=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:121400 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). > Debugger entered--Lisp error: (file-error "Searching for program" "no such file > or directory" "/bin/bash") > call-process("/bin/bash" nil t nil "-c" "uncompface") > shell-command-to-string("uncompface") > (string-match "^0x" (shell-command-to-string "uncompface")) You're using the old gnus-art.el without the patch I sent (and you tested) earlier. Stefan