From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.bugs Subject: Re: Bugs in "Send Bug Report" command Date: 21 Mar 2002 16:48:07 -0500 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200203201553.g2KFrHYg028440@skurup.eral.ericsson.se> <3C99C964.B1AD4CCC@ki.ericsson.se> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016747653 3102 127.0.0.1 (21 Mar 2002 21:54:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 21:54:13 +0000 (UTC) Cc: gnu-emacs-bug@prep.ai.mit.edu Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oAVg-0000nu-00 for ; Thu, 21 Mar 2002 22:54:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oAVf-0000bz-00; Thu, 21 Mar 2002 16:54:11 -0500 Original-Received: from colo.agora-net.com ([207.245.85.68]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oAQ8-0000Mc-00 for ; Thu, 21 Mar 2002 16:48:28 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 16oAPn-0007N3-00; Thu, 21 Mar 2002 16:48:07 -0500 Original-To: Järneström Jonas In-Reply-To: Järneström Jonas's message of "Thu, 21 Mar 2002 12:52:04 +0100" Original-Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:39 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:39 Järneström Jonas writes: I thought hooks was intended for additions/modifications by individual users rather than a means of official bug fixes of the main code? :-) the concept of hooks is non-specific. emacs conventional hooks are for users, but the report-emacs-bug-hook (function) serves the bug reporting mechanism primarily. (this function is added to mail-send-hook, a normal hook.) in this case, the function name is confusing because it ends in "-hook"; maybe it is better to rename it report-emacs-bug-confirm-and-send, since that is what it does. the code snippet posted was added to this function rather than added as a new hook. see emacsbug.el for more info. thi _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs