From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Feature wish: make smtpmail process buffer available Date: Sat, 12 Jan 2008 11:42:11 +0100 Message-ID: <8763xz8gvw.fsf@mocca.josefsson.org> References: <87fy6itmis.fsf@ID-24456.user.uni-berlin.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200134557 6803 80.91.229.12 (12 Jan 2008 10:42:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 10:42:37 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Christoph Conrad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 11:42:59 2008 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.50) id 1JDdpG-000667-T5 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 11:42:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDdos-00038J-9Q for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 05:42:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDdom-000380-V6 for emacs-devel@gnu.org; Sat, 12 Jan 2008 05:42:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDdok-00036z-Md for emacs-devel@gnu.org; Sat, 12 Jan 2008 05:42:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDdok-00036w-DI for emacs-devel@gnu.org; Sat, 12 Jan 2008 05:42:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDdok-0006vb-3y for emacs-devel@gnu.org; Sat, 12 Jan 2008 05:42:22 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JDdoj-0007XL-Qx for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 05:42:21 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JDdog-0006uq-PB for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 05:42:21 -0500 Original-Received: from yxa.extundo.com ([83.241.177.38]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JDdog-0006uO-3U for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 05:42:18 -0500 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m0CAgARf021283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Jan 2008 11:42:11 +0100 OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:22:080112:emacs-pretest-bug@gnu.org::rDbBw7/89g0h7KOo:7/u7 X-Hashcash: 1:22:080112:christoph.conrad@gmx.de::I6nB6Xsoc0tc8uhy:9Oqc In-Reply-To: <87fy6itmis.fsf@ID-24456.user.uni-berlin.de> (Christoph Conrad's message of "Mon, 30 Apr 2007 08:16:18 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86774 gmane.emacs.pretest.bugs:20598 Archived-At: Christoph Conrad writes: > Hello, > > i wrote two defadvice wrappers for gnus. I want to switch to the process > buffer, when `smtpmail-debug-info' is not nil. But the process buffer > name template is hardcoded in "smtpmail.el". So i suggest to define and > use a customizable variable, so that i can use safely something like > > (when smtpmail-debug-info > (switch-to-buffer > (format smtpmail-process-buffer-template smtpmail-smtp-server))) Hi. I just noticed this report. Can't there be more than one such buffer? With the template appended with <2>, <3> and so on. I'm not sure the above would work reliably. /Simon