From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Patches for calculator.el Date: Tue, 15 Jan 2013 09:40:08 -0800 Message-ID: <50F59478.2000503@cs.ucla.edu> References: <20725.32680.705612.697057@winooski.ccs.neu.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358271615 26905 80.91.229.3 (15 Jan 2013 17:40:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 17:40:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Barzilay Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 15 18:40:32 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvAUx-00043c-0Y for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2013 18:40:31 +0100 Original-Received: from localhost ([::1]:44406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvAUg-0007UE-Ly for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2013 12:40:14 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvAUe-0007TV-Ao for emacs-devel@gnu.org; Tue, 15 Jan 2013 12:40:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvAUc-000515-Mn for emacs-devel@gnu.org; Tue, 15 Jan 2013 12:40:12 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:51483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvAUc-00050y-IW for emacs-devel@gnu.org; Tue, 15 Jan 2013 12:40:10 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id E7F9D39E810A; Tue, 15 Jan 2013 09:40:09 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6lbxpuODcOxN; Tue, 15 Jan 2013 09:40:09 -0800 (PST) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 598EC39E8100; Tue, 15 Jan 2013 09:40:09 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <20725.32680.705612.697057@winooski.ccs.neu.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156397 Archived-At: On 01/15/13 08:11, Eli Barzilay wrote: > I have a bunch of changes for calculator.el -- what's the preferred > way to do that? (=> who/where do I send it to, should they be lumped > as a single change or split to a bunch of smaller ones.) I would file them as bug reports, by sending email to bug-gnu-emacs@gnu.org with the first line of the contents being "Tags: patch" and the second line being empty; see for details. I'd also split it up, as that makes it easier for others to review. But don't spend too much time splitting -- if it's hard to split, just send it all at once.