From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 3, Issue 245 Date: Mon, 10 Mar 2003 16:45:03 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E6D237F.4030304@ihs.com> References: <8011-Sat22Feb2003213427+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047340056 11029 80.91.224.249 (10 Mar 2003 23:47:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2003 23:47:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 11 00:47:35 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 18sWzX-0002rk-00 for ; Tue, 11 Mar 2003 00:47:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18sXM1-0000QE-00 for ; Tue, 11 Mar 2003 01:10:49 +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 18sWzU-0007MK-05 for emacs-devel@quimby.gnus.org; Mon, 10 Mar 2003 18:47:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18sWxg-000702-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 18:45:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18sWxL-0006Te-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 18:45:22 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sWx4-00066w-00 for emacs-devel@gnu.org; Mon, 10 Mar 2003 18:45:02 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18sWwO-0002fJ-00 for ; Tue, 11 Mar 2003 00:44:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18sWwN-0002f4-00 for ; Tue, 11 Mar 2003 00:44:19 +0100 Original-Lines: 29 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us 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:12251 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12251 Eli Zaretskii wrote: >>From: emacs-diffs-request@gnu.org >>Date: Sat, 22 Feb 2003 06:50:47 -0500 ... >>+ 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 >>+ mail.example.org*}. >> > > Perhaps this would be better: > > 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}*}. -- Kevin Rodgers