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

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

reporter-submit-bug-report ends in buffer " *nttpd*"


From: Peter S Galbraith
Subject: reporter-submit-bug-report ends in buffer " *nttpd*"
Date: Thu, 11 Jul 2002 10:25:02 -0400

Hi,

Perhaps someone familiar with gnus tell say whether this is a bug or simply
improper usage on my part.

Usually one ends up in a mail editing buffer after calling
'reporter-submit-bug-report'.  But eval the following and you won't:

(let ((gnus-select-method '(nntp "localhost"))
      (mail-user-agent 'gnus-user-agent)
      (gnus-buffer-configuration
       '((group (vertical 1.0 (group 1.0 point)))
         (article (vertical 1.0
                            (summary 0.35 point)
                            (article 1.0)))
         (summary (vertical 1.0
                            (summary 1.0 point)))
         (reply (vertical 1.0 (horizontal 1.0)))
         (reply-yank (vertical 1.0 (horizontal 1.0)))
         (forward (vertical 1.0 (horizontal 1.0)))
         (message (vertical 1.0 (horizontal 1.0)))
         (edit-score (vertical 1.0 (horizontal 1.0))))))
  (reporter-submit-bug-report "test@fake.org" "debbugs-el" nil nil nil nil))

You wind up in buffer " *nttpd*" in fundamental mode instead of buffer
"*mail*".

I use 'reporter-submit-bug-report' in debian-bug.el partly to simplify
obeying the user's mail-user-agent setting and a user reported the bug
with this gnus setting.

Thanks,
-- 
Peter Galbraith



reply via email to

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