From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: E Sabof Newsgroups: gmane.emacs.help Subject: Re: Emacs C tutorial Date: Sat, 01 Nov 2014 18:20:30 +0000 Message-ID: <87zjcaaikx.fsf@gmail.com> References: <874mukaqyx.fsf@gmail.com> <5454FB83.7030900@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1414866064 14223 80.91.229.3 (1 Nov 2014 18:21:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 18:21:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bruno =?utf-8?Q?F=C3=A9lix?= Rezende Ribeiro Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 19:20:58 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XkdIH-0006BN-Hn for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 19:20:57 +0100 Original-Received: from localhost ([::1]:53405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkdIG-000523-Tl for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 14:20:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkdI1-00051r-32 for help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 14:20:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkdHt-000589-UH for help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 14:20:41 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:64119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkdHt-000583-NQ; Sat, 01 Nov 2014 14:20:33 -0400 Original-Received: by mail-wi0-f177.google.com with SMTP id ex7so3524975wid.16 for ; Sat, 01 Nov 2014 11:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type:content-transfer-encoding; bh=FqRR3YX1HDFp/kdupvpMWUFpHto5nICoRV5YDVvhrco=; b=kL2bcbU1soi3FAmsidZyxEP3i4v4QWuVyCrXmogHJIFnqBmvRb2+i+sJtWPD2l4MLO m8LptjYtggLNgwQpE1XFPvwkjZeNTiqlOdmLwHcPuNqjWucQ6f/Ps+tYg5qV7u/2wSLV hlTCaMnIzw6tm2tG+o+5W4oOG9/Jy5B6rJwo6DjUP0YNp5sIG1elDPVDlNte1eN7MYIC b4Wo67F+fwFqwR+1AJt7AO56xwROUD7nBj7keoGDeWKXU5vOIYqkm4Up6ObPoAg9yyVT Hru6bY7HWENcQN6d2n3sSZ+n9JTvIreicq6wLMQIKk1kMdaqIypj7SmR5bZy5VBRAE0M o/JQ== X-Received: by 10.180.81.134 with SMTP id a6mr5134554wiy.11.1414866032601; Sat, 01 Nov 2014 11:20:32 -0700 (PDT) Original-Received: from ubuntu (182.117.90.146.dyn.plus.net. [146.90.117.182]) by mx.google.com with ESMTPSA id w10sm16091581wje.10.2014.11.01.11.20.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 01 Nov 2014 11:20:31 -0700 (PDT) In-reply-to: <5454FB83.7030900@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100678 Archived-At: Bruno FĂ©lix Rezende Ribeiro writes: > E Sabof wrote: >> It occurred to me, that while there are plenty of resources on Emacs >> Lisp, I never came across a blog post/tutorial about anything C. I >> have doubts on whether making C changes could become a popular hobby, >> but I think that if someone wrote some sort of introduction, it would >> be a large step towards increasing the number of potential >> contributors. >> >> Evgeni > > What about (info "(elisp) GNU Emacs Internals")? It is good material, but I was thinking of something more practical. Evgeni