From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Feature wish: make smtpmail process buffer available Date: Sat, 12 Jan 2008 12:09:22 +0100 Message-ID: <87ve5zpa6g.fsf@ID-24456.user.uni-berlin.de> References: <87fy6itmis.fsf@ID-24456.user.uni-berlin.de> <8763xz8gvw.fsf@mocca.josefsson.org> Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1200136522 11847 80.91.229.12 (12 Jan 2008 11:15:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 11:15:22 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Simon Josefsson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 12:15:44 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 1JDeKz-0005S5-LP for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 12:15:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDeKb-0004YH-Lj for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 06:15:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDeKX-0004Y2-6i for emacs-devel@gnu.org; Sat, 12 Jan 2008 06:15:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDeKU-0004Xq-PS for emacs-devel@gnu.org; Sat, 12 Jan 2008 06:15:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDeKU-0004Xn-JY for emacs-devel@gnu.org; Sat, 12 Jan 2008 06:15:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDeKU-0003tu-Gu for emacs-devel@gnu.org; Sat, 12 Jan 2008 06:15:10 -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 1JDeKU-0007rX-4e for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 06:15:10 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JDeKQ-0003tO-UE for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 06:15:09 -0500 Original-Received: from p508936fe.dip0.t-ipconnect.de ([80.137.54.254] helo=brabbelbox.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDeKQ-0003tC-HJ for emacs-pretest-bug@gnu.org; Sat, 12 Jan 2008 06:15:06 -0500 Original-Received: by brabbelbox.de (Postfix, from userid 1000) id A5134EC1B9; Sat, 12 Jan 2008 12:15:03 +0100 (CET) X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA X-Now-Playing: Interpol - The Heinrich Maneuver X-Hashcash: 1:20:080112:emacs-pretest-bug@gnu.org::zXqaJQ8OyFZCaSEt:0000000000000000000000000000000000000d53 X-Hashcash: 1:20:080112:simon@josefsson.org::9etSjvveJqpFCd+W:0000000000000000000000000000000000000000004up4 In-Reply-To: <8763xz8gvw.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Sat, 12 Jan 2008 11:42:11 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86777 gmane.emacs.pretest.bugs:20600 Archived-At: Hi Simon, > 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. Yes, then it would not work. But is there really more than one process buffer for a specific smtpmail-smtp-server? I mean the buffer constructed with "*trace of SMTP session to %s*". I want to achieve that optionally Gnus switches to the end of the process buffer after sending, when `smtpmail-debug-info' is not nil. I suggest to implement this into Gnus. With kind regards, Christoph