From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: My contribution code for Emacs. Date: Tue, 25 Nov 2008 22:30:26 -0500 Message-ID: References: <87bpw3s57o.fsf@debian.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227670242 10266 80.91.229.12 (26 Nov 2008 03:30:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2008 03:30:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Stewart Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 26 04:31:46 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 1L5B7y-0001KV-45 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2008 04:31:46 +0100 Original-Received: from localhost ([127.0.0.1]:43753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5B6o-00012m-89 for ged-emacs-devel@m.gmane.org; Tue, 25 Nov 2008 22:30:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5B6j-00012h-NY for emacs-devel@gnu.org; Tue, 25 Nov 2008 22:30:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5B6i-00012V-7d for emacs-devel@gnu.org; Tue, 25 Nov 2008 22:30:29 -0500 Original-Received: from [199.232.76.173] (port=48012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5B6i-00012S-1h for emacs-devel@gnu.org; Tue, 25 Nov 2008 22:30:28 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9751) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5B6h-0001qg-Pf for emacs-devel@gnu.org; Tue, 25 Nov 2008 22:30:27 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiQFAIdRLEnO+J+z/2dsb2JhbACBbdA/gn2BIA X-IronPort-AV: E=Sophos;i="4.33,666,1220241600"; d="scan'208";a="30305741" Original-Received: from 206-248-159-179.dsl.teksavvy.com (HELO pastel.home) ([206.248.159.179]) by ironport2-out.teksavvy.com with ESMTP; 25 Nov 2008 22:30:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 853048107; Tue, 25 Nov 2008 22:30:26 -0500 (EST) In-Reply-To: <87bpw3s57o.fsf@debian.domain> (Andy Stewart's message of "Wed, 26 Nov 2008 08:26:03 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106184 Archived-At: > I have three independent extensions for Emacs. > I want to contribute those extensions. > I have sign copyright of FSF and have PDF document of FSF. Great, we indeed received your copyright assignment. > But i don't know the detail process of contribute code to Emacs. Basically: send your patches here for review. Be warned that we're in feature freeze for Emacs-23.1 so most extensions will be left on the side for now. But you may still want to send them now to get feedback, since in order for your extensions to be well-integrated, they may require significant changes (not necessarily, of course, but it's often the case if they touch "core" functionality). Stefan