From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Emacs development Date: Sat, 21 Feb 2015 14:52:44 +1100 Message-ID: <874mqfdipf.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1424490798 25743 80.91.229.3 (21 Feb 2015 03:53:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2015 03:53:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 21 04:53:13 2015 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 1YP17x-0002At-1D for ged-emacs-devel@m.gmane.org; Sat, 21 Feb 2015 04:53:13 +0100 Original-Received: from localhost ([::1]:35049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP17w-00013N-9V for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2015 22:53:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP17j-00013H-4r for emacs-devel@gnu.org; Fri, 20 Feb 2015 22:53:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YP17f-0002wl-Ts for emacs-devel@gnu.org; Fri, 20 Feb 2015 22:52:59 -0500 Original-Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:37382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP17f-0002wY-M0 for emacs-devel@gnu.org; Fri, 20 Feb 2015 22:52:55 -0500 Original-Received: by pdbfl12 with SMTP id fl12so11993125pdb.4 for ; Fri, 20 Feb 2015 19:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=RxmYgHYppfLf1djNKrm/U0Y/k+BsJrMw8GVWYBTcF4g=; b=H3Pnvkm2c4XXlEdzDFkIUUoW/YjQuv06+bb22jhWSMx7DmcQ7VpXQz6tcUCZtGci4Y uFodJ69h9XItRlhcfF4A3Zjl0D0pjvMsMo7k48CPNETpIVF7++xk4hjZGcoiyBH3h3Nw j+YeDaPAG73or/bk4WlZNHvG8GOMSblIn/L0OxEFG9pbO7y2SSiYW/uXXoBYPeztYwG5 QHUVxPklh3qj4DXmG9c6YpMyNwwBJezDvDvOC8I3mAXbz9XeT48gAOOY2YZVX+a/4AuN 4dkgXap80uWEtBJa0DrECCY82fDiMU6Ofs4SBkkighGBVwKiP5mLCUwUa7Iun+LuCKAx Udmw== X-Received: by 10.68.101.130 with SMTP id fg2mr1479019pbb.118.1424490773403; Fri, 20 Feb 2015 19:52:53 -0800 (PST) Original-Received: from localhost (ppp118-209-226-212.lns20.mel8.internode.on.net. [118.209.226.212]) by mx.google.com with ESMTPSA id r8sm12103205pdp.10.2015.02.20.19.52.50 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 20 Feb 2015 19:52:52 -0800 (PST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::229 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:183342 Archived-At: Hi Sam, Thanks for offering to help out Emacs! On 2015-02-21T13:36:20+1100, Sam Auciello said: SA> Hello, I am a long time user and appreciator of emacs and I am SA> interested in contributing to it. I'm pretty comfortable with Lisp SA> generally but not super familiar with the inner workings of emacs SA> (I've written few custom macros for myself but I have yet to dive SA> in much further). I was wondering if there were any issues I could SA> look into (is there a bug tracker somewhere that I am having SA> trouble finding perhaps?) Thanks in advance, and I apologize if SA> this was the wrong forum for this question. The bug tracker is here: http://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs If you want to contribute more than several lines of code to the GNU Emacs codebase, you'll need to complete copyright assignment paperwork; others here are better placed than i to provide you with the details. Alexis.