From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: custom-reevaluate-setting / custom-initialize-delay Date: Tue, 23 Feb 2010 20:14:32 -0500 Message-ID: References: <64d3zvx1zi.fsf@fencepost.gnu.org> <81F2C51D-1E10-4301-9721-5AFDCD8848B2@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1266974087 20171 80.91.229.12 (24 Feb 2010 01:14:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2010 01:14:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 24 02:14:42 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 1Nk5pp-0007Sf-MW for ged-emacs-devel@m.gmane.org; Wed, 24 Feb 2010 02:14:41 +0100 Original-Received: from localhost ([127.0.0.1]:47613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk5pp-0004cp-2X for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 20:14:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nk5pj-0004ce-8t for emacs-devel@gnu.org; Tue, 23 Feb 2010 20:14:35 -0500 Original-Received: from [199.232.76.173] (port=54935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk5ph-0004cW-VJ for emacs-devel@gnu.org; Tue, 23 Feb 2010 20:14:34 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nk5pg-0001xL-U9 for emacs-devel@gnu.org; Tue, 23 Feb 2010 20:14:33 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:38306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nk5pg-0001xH-OJ for emacs-devel@gnu.org; Tue, 23 Feb 2010 20:14:32 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Nk5pg-0006J1-BM; Tue, 23 Feb 2010 20:14:32 -0500 X-Spook: Uzbekistan Dick Cheney Aladdin afsatcom enforcers X-Ran: 3QjW/z;\d{6hk`fw@1XGJHms#)"i&}lfA8``"o.CUH>C\1:VoTM[>?1[.=7o$?xwd:a`BL X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.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:121318 Archived-At: David Reitter wrote: > And no, X/TTY mixing doesn't work on NS. Then it isn't an issue. But if it is ever implemented and people start using eg emacs --daemon, send-mail-function will be incorrectly initialized. Anyway, the following seems to work: *** lisp/mail/sendmail.el 2010-01-17 23:34:53 +0000 --- lisp/mail/sendmail.el 2010-02-24 01:13:01 +0000 *************** *** 170,175 **** --- 170,177 ---- :initialize 'custom-initialize-delay :group 'sendmail) + ;;;###autoload(custom-initialize-delay 'send-mail-function nil) + ;;;###autoload (defcustom mail-header-separator (purecopy "--text follows this line--") "Line used to separate headers from text in messages being composed."