emacs-devel
[Top][All Lists]
Advanced

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

Re: Debbugs testbed


From: Thien-Thi Nguyen
Subject: Re: Debbugs testbed
Date: Wed, 20 Feb 2008 12:46:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() Don Armstrong <address@hidden>
() Tue, 19 Feb 2008 18:18:27 -0800

   http://emacsbugs.donarmstrong.com/Reporting

Here is a command that you can add directly to that page.

(defun debbugs-report-emacs-bug ()
  "Report an emacs bug using the debbugs testbed."
  (interactive)
  (let* ((testbed "address@hidden")
         (report-emacs-bug-pretest-address testbed)
         (report-emacs-bug-address testbed))
    (call-interactively 'report-emacs-bug))
  (save-excursion
    (mail-subject)
    (beginning-of-line)
    (looking-at "Subject: \\([^;]+\\);")
    (let ((given (match-string 1)))
      (mail-text)
      (insert "Package: GNU Emacs\n"
              "Version: " given "\n"))))

thi




reply via email to

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