From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: custom-reevaluate-setting / custom-initialize-delay Date: Thu, 25 Feb 2010 06:21:49 +0200 Message-ID: <83635mlzc2.fsf@gnu.org> References: <64d3zvx1zi.fsf@fencepost.gnu.org> <83fx4rn5y9.fsf@gnu.org> <87iq9ncdea.fsf@marauder.physik.uni-ulm.de> <9E7C3ED4582E44A29FFC97D089B255BF@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1267071725 584 80.91.229.12 (25 Feb 2010 04:22:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2010 04:22:05 +0000 (UTC) Cc: 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 Thu Feb 25 05:22:01 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 1NkVEb-0005Gy-Ce for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2010 05:21:57 +0100 Original-Received: from localhost ([127.0.0.1]:48309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkVEa-0001nb-9z for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 23:21:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkVEV-0001nQ-KK for emacs-devel@gnu.org; Wed, 24 Feb 2010 23:21:51 -0500 Original-Received: from [140.186.70.92] (port=51725 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkVET-0001mL-N0 for emacs-devel@gnu.org; Wed, 24 Feb 2010 23:21:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkVET-0003zO-FD for emacs-devel@gnu.org; Wed, 24 Feb 2010 23:21:50 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:60765) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkVET-0003z8-8d for emacs-devel@gnu.org; Wed, 24 Feb 2010 23:21:49 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KYD00M00QRQVU00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 25 Feb 2010 06:21:47 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.246.192]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYD00MWSQSACT30@a-mtaout20.012.net.il>; Thu, 25 Feb 2010 06:21:47 +0200 (IST) In-reply-to: <9E7C3ED4582E44A29FFC97D089B255BF@us.oracle.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121354 Archived-At: > From: "Drew Adams" > Date: Wed, 24 Feb 2010 08:29:26 -0800 > Cc: emacs-devel@gnu.org > > > > >>> 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. > > > > > > > > OK, I tried that too: > > > > (setq message-send-mail-function 'mailclient-send-it) > > > > I guess this should read ... > > (setq message-send-mail-function > > 'message-send-mail-with-mailclient) > > Dunno what you mean by "should read". It wasn't a typo. > I just did what was suggested. > > Maybe you mean "Try this instead"? 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. Thanks.