emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Feature wish: make smtpmail process buffer available


From: Christoph Conrad
Subject: Feature wish: make smtpmail process buffer available
Date: Mon, 30 Apr 2007 08:16:18 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50

In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu)
 of 2007-04-30 on brabbelbox
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  'CC=gcc''

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)))

Best regards,
Christoph




reply via email to

[Prev in Thread] Current Thread [Next in Thread]