From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: emacs-pretest-bug Date: Thu, 31 Jan 2008 21:22:24 +1300 Message-ID: <18337.34112.788356.568329@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201769721 23229 80.91.229.12 (31 Jan 2008 08:55:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2008 08:55:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 31 09:55:42 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JKVCu-0007pI-KI for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 09:55:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKVCT-0000tA-9Z for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 03:55:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKVCP-0000so-9D for emacs-devel@gnu.org; Thu, 31 Jan 2008 03:55:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKVCO-0000sN-25 for emacs-devel@gnu.org; Thu, 31 Jan 2008 03:55:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKVCN-0000sD-KI for emacs-devel@gnu.org; Thu, 31 Jan 2008 03:55:07 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKVCN-00074S-86 for emacs-devel@gnu.org; Thu, 31 Jan 2008 03:55:07 -0500 Original-Received: from kahikatea.snap.net.nz (40.63.255.123.dynamic.snap.net.nz [123.255.63.40]) by viper.snap.net.nz (Postfix) with ESMTP id E372F3D9F5D for ; Thu, 31 Jan 2008 21:22:31 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id E1B998FC6D; Thu, 31 Jan 2008 21:22:25 +1300 (NZDT) X-Mailer: VM 7.19 under Emacs 23.0.60.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87840 Archived-At: Now that emacs-pretest-bug is just an alias for emacs-devel and no longer archived, how about the following changes to avoid confusion and discourage crossposting? -- Nick http://www.inet.net.nz/~nickrob *** emacsbug.el.~1.58.6.20.~ 2008-01-13 01:01:18.000000000 +1300 --- emacsbug.el 2008-01-31 21:19:30.000000000 +1300 *************** *** 48,54 **** :group 'emacsbug :type 'string) ! (defcustom report-emacs-bug-pretest-address "emacs-pretest-bug@gnu.org" "*Address of mailing list for GNU Emacs pretest bugs." :group 'emacsbug :type 'string) --- 48,54 ---- :group 'emacsbug :type 'string) ! (defcustom report-emacs-bug-pretest-address "emacs-devel@gnu.org" "*Address of mailing list for GNU Emacs pretest bugs." :group 'emacsbug :type 'string) *** trouble.texi.~1.64.2.2.~ 2008-01-10 23:18:50.000000000 +1300 --- trouble.texi 2008-01-31 21:13:17.000000000 +1300 *************** well. *** 551,557 **** @cindex reporting bugs The best way to send a bug report is to mail it electronically to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}, or to ! @email{emacs-pretest-bug@@gnu.org} if you are pretesting an Emacs beta release. (If you want to suggest a change as an improvement, use the same address.) --- 551,557 ---- @cindex reporting bugs The best way to send a bug report is to mail it electronically to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}, or to ! @email{emacs-devel@@gnu.org} if you are pretesting an Emacs beta release. (If you want to suggest a change as an improvement, use the same address.)