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: Emacs C tutorial Date: Fri, 31 Oct 2014 21:07:02 +0000 Message-ID: <874mukaqyx.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414789666 29092 80.91.229.3 (31 Oct 2014 21:07:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 21:07:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 31 22:07:40 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 1XkJQ0-0005PN-H8 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Oct 2014 22:07:36 +0100 Original-Received: from localhost ([::1]:43960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJQ0-0006hY-21 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Oct 2014 17:07:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJPf-0006YV-1c for help-gnu-emacs@gnu.org; Fri, 31 Oct 2014 17:07:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkJPW-0008Rd-1I for help-gnu-emacs@gnu.org; Fri, 31 Oct 2014 17:07:14 -0400 Original-Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:64229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJPV-0008RS-Rh for help-gnu-emacs@gnu.org; Fri, 31 Oct 2014 17:07:05 -0400 Original-Received: by mail-wg0-f54.google.com with SMTP id n12so1976276wgh.41 for ; Fri, 31 Oct 2014 14:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=A4LfcKc1qUTMyFdlu5rDJBDVfOC4dICQxCIRnFZVAKw=; b=aSIuc6II3s/p9SITvNpEXm2MdvHcH/qsxO9+pw/w7WZ+MbqV1sNclUD/kx8v4XoRzZ Q4fN+dezldDeY0urFO6JrDZcFJV/gyB85Ot3zlmazVlHA1OvdxokyWrF1WXT5Mgktblf cOHhUhIJilZmXLHf/qc+luzm6qGWSqGueXdm7Ic44ZxYzE1FCSc5YnlPzix6DXyvuN2g RhRJf8KPyqLJXyEHnigaVKEXNcWTt7lFs0fM7RNYDkm+5WSOF9dXpm0UeOyDMyJCaR8y 80zsQj/nMQIhWlwkIuGknjtfY0bzHOKP44P7i7NxnI44x1ciZwY2VhTvkfyBTVH4YJvK f2/w== X-Received: by 10.194.9.1 with SMTP id v1mr5228542wja.124.1414789624423; Fri, 31 Oct 2014 14:07:04 -0700 (PDT) Original-Received: from ubuntu (182.117.90.146.dyn.plus.net. [146.90.117.182]) by mx.google.com with ESMTPSA id hi8sm2171565wjc.34.2014.10.31.14.07.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 31 Oct 2014 14:07:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::236 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:100659 Archived-At: 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