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: Tue, 11 Mar 2003 12:07:55 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E6E340B.3000607@ihs.com> References: <7680-Tue11Mar2003063044+0200-eliz@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 1047410975 17260 80.91.224.249 (11 Mar 2003 19:29:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 19:29:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 11 20:29:33 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 18spRN-0004U5-00 for ; Tue, 11 Mar 2003 20:29:33 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18spoF-0003E8-00 for ; Tue, 11 Mar 2003 20:53:11 +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 18spG6-0004DF-07 for emacs-devel@quimby.gnus.org; Tue, 11 Mar 2003 14:17:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18spCE-0003FO-00 for emacs-devel@gnu.org; Tue, 11 Mar 2003 14:13:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18spAd-0002kO-00 for emacs-devel@gnu.org; Tue, 11 Mar 2003 14:12:15 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sp6N-0001f0-00 for emacs-devel@gnu.org; Tue, 11 Mar 2003 14:07:51 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18sp5g-0002fd-00 for ; Tue, 11 Mar 2003 20:07:08 +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 18sp5g-0002fK-00 for ; Tue, 11 Mar 2003 20:07:08 +0100 Original-Lines: 21 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:12287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12287 Eli Zaretskii wrote: >>From: Kevin Rodgers >>Date: Mon, 10 Mar 2003 16:45:03 -0700 >> >>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. How then should one indicate that an Emacs Lisp variable is being used as a syntactic variable? @{var@code{smtpmail-smtp-server}} -- Kevin Rodgers