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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to