From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.devel Subject: Re: Hello All! Date: Thu, 19 Nov 2015 16:21:30 +0300 Message-ID: References: <87h9kjv0a1.fsf@msundjoakimj.tritech.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447939400 6540 80.91.229.3 (19 Nov 2015 13:23:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 13:23:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Joakim Jalap Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 14:23:09 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 1ZzPA3-0001gN-4b for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 14:22:04 +0100 Original-Received: from localhost ([::1]:41585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzP9w-0003L1-QA for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2015 08:21:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzP9i-0003Kf-H5 for emacs-devel@gnu.org; Thu, 19 Nov 2015 08:21:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzP9e-00014b-Ft for emacs-devel@gnu.org; Thu, 19 Nov 2015 08:21:42 -0500 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzP9e-00014O-Bm for emacs-devel@gnu.org; Thu, 19 Nov 2015 08:21:38 -0500 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6FE9F20C02 for ; Thu, 19 Nov 2015 08:21:34 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 19 Nov 2015 08:21:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=2oE8y AKdYY/TetV+sH4BGuBr2+w=; b=isYC3GgxiNv8f5cTh058zO53wnKUSK1PL1ePz kcSueLDn74XO98grQv6iG3/uAunh/rc8OJb0cx07K//q54jmlYXiIRmc+Dg60PF2 4F49WVjBrjg/iVzNoChr7gJ7xUl24NCwsMO1OH55FBoKuZ2OIzMURj37D6whwZKG cTxKIs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=2oE8yAKdYY/TetV+sH4BGuBr2+w=; b=GpWKl zaYlweo0O/I9SyUNwuLzrK3G1U1uukY+tz1z1ItMJ+ws+zoKmbeCJxRAhLXz1TLn B/WqqfAkIEPqvztWJcpEX09oifRTT/XrqdIS/l2bMPasNV/xP5dg2bo6/PzdLvZj 3fMmsjSdvlQlnUjWgyNyX6+9Psl5aJzzE01QoE= X-Sasl-enc: mOBk9hAykZaQIjTWIgb7/catbG1stuLwmaSVHx3UQz8T 1447939293 Original-Received: from fgunbin.local (unknown [94.25.218.10]) by mail.messagingengine.com (Postfix) with ESMTPA id A102A6801EA; Thu, 19 Nov 2015 08:21:33 -0500 (EST) In-Reply-To: <87h9kjv0a1.fsf@msundjoakimj.tritech.se> (Joakim Jalap's message of "Wed, 18 Nov 2015 15:40:22 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.29 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:194785 Archived-At: On 18/11/2015 15:40 +0100, Joakim Jalap wrote: > I would like to work on the C core someday when I grow up, on > things like threading, GC and such. But the code isn't super easy to > grok, so I'll probably need some hand holding at first :). Maybe you'll find it pleasant to contribute some documentation on C core when you get at it, in addition to what we have now. That'd be great! My plan also includes studying C part of Emacs which I've looked into only for a few times by now. Welcome! Filipp