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 11:08:13 -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 1266952193 7759 80.91.229.12 (23 Feb 2010 19:09:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2010 19:09:53 +0000 (UTC) Cc: david.reitter@gmail.com, emacs-devel@gnu.org To: "'Eli Zaretskii'" , "'Glenn Morris'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 23 20:09:49 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 1Nk08d-0004LB-PH for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 20:09:44 +0100 Original-Received: from localhost ([127.0.0.1]:40458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk08d-0005qL-2o for ged-emacs-devel@m.gmane.org; Tue, 23 Feb 2010 14:09:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nk08B-0005jJ-6L for emacs-devel@gnu.org; Tue, 23 Feb 2010 14:09:15 -0500 Original-Received: from [140.186.70.92] (port=35505 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nk08A-0005iz-Ev for emacs-devel@gnu.org; Tue, 23 Feb 2010 14:09:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nk08A-0004NH-2c for emacs-devel@gnu.org; Tue, 23 Feb 2010 14:09:14 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:63588) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk086-0004Md-IA; Tue, 23 Feb 2010 14:09:10 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1NJ960C013425 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 23 Feb 2010 19:09:08 GMT Original-Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1NIUUpp005291; Tue, 23 Feb 2010 19:09:06 GMT Original-Received: from abhmt013.oracle.com by acsmt354.oracle.com with ESMTP id 45636811266952090; Tue, 23 Feb 2010 11:08:10 -0800 Original-Received: from dradamslap1 (/10.175.218.236) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 23 Feb 2010 11:08:09 -0800 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <83fx4rn5y9.fsf@gnu.org> Thread-Index: Acq0uOakZExIAINRScOajmTaRvzkpwAAfWeg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4B8427D2.0220: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:121305 Archived-At: > > send-mail-function's default value probably shouldn't be based on > > window-system anyway, now that X and tty frames can be > > mixed (though I don't know if this works on Windows/Nextstep). I think > > mailclient-send-it itself should check window-system and call > > sendmail-send-it if it is nil. > > Could this be the reason for Bug#5299, per chance? > > Drew, does the problem in #5299 go away for you if you set > send-mail-function to mailclient-send-it? Nope (just tried it). As Lennart and I have said, there was some Windows-specific code that did this: . When you hit C-c C-c, it popped up the mail client (in my case, Outlook) with a new message window. . The message was pre-address to the right bug list (pretest or bugs). It had the Subject filled out. . But the message body did not have the body that you entered in Emacs. Instead, it had this text (still does, for Emacs 22): *** E-Mail body has been placed on clipboard, please paste them here! *** All you had to do then was use `C-v' to paste the body you wrote in place of that "***...***" text. HTH - Drew P.S. I barely noticed your question to me. I haven't been reading this thread.