From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: don@donarmstrong.com
Cc: emacs-devel@gnu.org
Subject: Re: Debbugs testbed
Date: Wed, 20 Feb 2008 12:46:01 +0100 [thread overview]
Message-ID: <87odab3l6u.fsf@ambire.localdomain> (raw)
In-Reply-To: <20080220021827.GR1092@rzlab.ucr.edu> (Don Armstrong's message of "Tue, 19 Feb 2008 18:18:27 -0800")
() Don Armstrong <don@donarmstrong.com>
() 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 "submit@emacsbugs.donarmstrong.com")
(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
next prev parent reply other threads:[~2008-02-20 11:46 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 2:18 Debbugs testbed Don Armstrong
2008-02-20 4:56 ` Óscar Fuentes
2008-02-20 5:07 ` Nick Roberts
2008-02-20 5:20 ` Óscar Fuentes
2008-02-20 5:31 ` Miles Bader
2008-02-20 5:43 ` Óscar Fuentes
2008-02-20 7:16 ` Don Armstrong
2008-02-20 9:09 ` Tassilo Horn
2008-02-20 10:12 ` Mathias Dahl
2008-02-20 10:44 ` Walter Franzini
2008-02-21 2:00 ` Xavier Maillard
2008-02-21 9:29 ` Walter Franzini
2008-02-21 22:29 ` Richard Stallman
2008-02-22 2:00 ` Xavier Maillard
2008-02-22 8:11 ` Don Armstrong
2008-02-23 2:00 ` Xavier Maillard
2008-02-20 13:46 ` Óscar Fuentes
2008-02-20 14:06 ` Jason Rumney
2008-02-20 16:26 ` Stefan Monnier
2008-02-20 16:05 ` Manoj Srivastava
2008-02-20 16:44 ` Richard Stallman
2008-02-20 21:41 ` Stephen J. Turnbull
2008-02-20 11:46 ` Thien-Thi Nguyen [this message]
2008-02-21 2:00 ` Xavier Maillard
2008-02-20 16:44 ` Richard Stallman
2008-02-21 1:49 ` Don Armstrong
2008-02-20 20:29 ` Stefan Monnier
2008-02-21 20:45 ` James Cloos
-- strict thread matches above, loose matches on Subject: below --
2008-02-29 3:48 Nick Roberts
2008-02-29 4:01 ` Don Armstrong
2008-02-29 4:57 ` Stefan Monnier
2008-02-29 6:00 ` Bill Wohler
2008-02-29 7:16 ` Don Armstrong
2008-03-02 21:53 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87odab3l6u.fsf@ambire.localdomain \
--to=ttn@gnuvola.org \
--cc=don@donarmstrong.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).