[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs in "Send Bug Report" command
From: |
Thien-Thi Nguyen |
Subject: |
Re: Bugs in "Send Bug Report" command |
Date: |
21 Mar 2002 16:48:07 -0500 |
Järneström Jonas <Jonas.Jarnestrom@ki.ericsson.se> 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