From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Fix for smtpmail bug Date: Sun, 04 Dec 2005 06:24:09 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1133670315 23564 80.91.229.2 (4 Dec 2005 04:25:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Dec 2005 04:25:15 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Dec 04 05:25:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EilQ6-0007Ef-Al for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Dec 2005 05:24:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EilQA-0008FN-A5 for geb-bug-gnu-emacs@m.gmane.org; Sat, 03 Dec 2005 23:24:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EilQ7-0008FI-Ie for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2005 23:24:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EilQ6-0008F5-Tl for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2005 23:24:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EilQ5-0008F1-PB for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2005 23:24:14 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EilQL-0006T1-SB for bug-gnu-emacs@gnu.org; Sat, 03 Dec 2005 23:24:30 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-87-40.inter.net.il [80.230.87.40]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DCL16333 (AUTH halo1); Sun, 4 Dec 2005 06:24:06 +0200 (IST) Original-To: Steve Allan In-reply-to: (message from Steve Allan on Sat, 03 Dec 2005 15:01:34 -0800) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14445 Archived-At: > Date: Sat, 03 Dec 2005 15:01:34 -0800 > From: Steve Allan > > I found a bug in smtpmail.el which I have a fix for. I was reading > the info page on how to submit patches and it asked for a bug report. > So I went to http://www.gnu.org/software/emacs/#YouHelp to see if I > could search a bug database for the problem I found, and perhaps > submit the bug if it's not in there. But I couldn't find a bug > database to search. That's because there is no database of Emacs bugs. > What/how/where is the best place to submit my bug and patch? If it's a released version of Emacs, the place is here. If it's the CVS code, send the bug reports to emacs-devel@gnu.or or emacs-pretest-bug@gnu.org. Using M-x report-enacs-bug will do this automatically for you, btw. TIA