From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 3, Issue 245 Date: Tue, 11 Mar 2003 06:30:45 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7680-Tue11Mar2003063044+0200-eliz@elta.co.il> References: <3E6D237F.4030304@ihs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047357507 9594 80.91.224.249 (11 Mar 2003 04:38:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 04:38:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 11 05:38:26 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sbX0-0002Uc-00 for ; Tue, 11 Mar 2003 05:38:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18sbta-00037z-00 for ; Tue, 11 Mar 2003 06:01:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sbVW-0004zp-06 for emacs-devel@quimby.gnus.org; Mon, 10 Mar 2003 23:36:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18sbVC-0004wY-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 23:36:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18sbVB-0004wN-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 23:36:33 -0500 Original-Received: from gandalf.inter.net.il ([192.114.186.22]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sbVB-0004pJ-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 23:36:33 -0500 Original-Received: from zaretsky ([80.230.234.170]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AIH98094; Tue, 11 Mar 2003 06:36:15 +0200 (IST) Original-To: kevin.rodgers@ihs.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3E6D237F.4030304@ihs.com> (message from Kevin Rodgers on Mon, 10 Mar 2003 16:45:03 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12263 > From: Kevin Rodgers > Date: Mon, 10 Mar 2003 16:45:03 -0700 > > > > The variable @code{smtpmail-debug-info} controls whether to print > > the SMTP protocol exchange in the minibuffer, and retain the entire > > exchange in a buffer @samp{*trace of SMTP session to @var{server}*}, > > > where @var{server} is the name of the mail server to which you send > > mail. > > Why not > > The variable @code{smtpmail-debug-info} controls whether to print the > SMTP protocol exchange in the minibuffer, and retain the entire exchange > in a buffer @samp{*trace of SMTP session to @code{smtpmail-smtp-server}*}. Beacsue "smtpmail-smtp-server" is not a literal string that will appear in the buffer's name.