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 08:53:17 +0000 Message-ID: <871tpnb8ua.fsf@gmail.com> References: <874mukaqyx.fsf@gmail.com> <83bnosyll4.fsf@gnu.org> <8738a3bxzb.fsf@gmail.com> <83a94bz68q.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414832032 8472 80.91.229.3 (1 Nov 2014 08:53:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2014 08:53:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 09:53:45 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 1XkURM-0008Mb-O7 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 09:53:44 +0100 Original-Received: from localhost ([::1]:45707 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkURM-0004uT-DX for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2014 04:53:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkUR4-0004sd-UZ for help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 04:53:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkUQz-0002Zw-Fe for help-gnu-emacs@gnu.org; Sat, 01 Nov 2014 04:53:26 -0400 Original-Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:36182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkUQz-0002Zp-8Y; Sat, 01 Nov 2014 04:53:21 -0400 Original-Received: by mail-wg0-f49.google.com with SMTP id x13so9288591wgg.8 for ; Sat, 01 Nov 2014 01:53:20 -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; bh=mIWE/cP+/dT1DBrfu2VpvXqb1MVCIxDTkKtrmNjytpQ=; b=ggJQ1gSDY8bGPEMaBf/yfZFIklATMkFDvWAvKpxKq+RqCYE06jO8YGyLxUDTsPE9KF uoXEx5WG+FlyCQRsAu58/Xa1fhEII4PCxLPHKIv223dxb362CDCoFUc4cLe67U5ADB/X PRNTDuxqJbxKuDASggFEB0th08tneMtuXc5axLBCeOMbURLQNBDfelISmY1Pqz7LtWPp 57TJSmRCNamRen46cs9R6MY5QuvsKiR6f+SuttjUW6xcUFdzLqP+KJac6Y61sDSSdYtB jvkn2AD4ptVzCtmNCuunRbna4MKL1LV0LGifj5umlYce5oO7/AZdbJy90k0cxZHLJvkE oAgQ== X-Received: by 10.180.39.65 with SMTP id n1mr2679754wik.13.1414831999966; Sat, 01 Nov 2014 01:53:19 -0700 (PDT) Original-Received: from ubuntu (182.117.90.146.dyn.plus.net. [146.90.117.182]) by mx.google.com with ESMTPSA id au3sm14697411wjc.15.2014.11.01.01.53.18 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 01 Nov 2014 01:53:19 -0700 (PDT) In-reply-to: <83a94bz68q.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::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:100668 Archived-At: Eli Zaretskii writes: > The equivalent for C would be to show how to edit some .c file, and > re-build Emacs. Is that what you are looking for? Yes what to look for when re-building could be interesting (at least to someone who's not a C developer). An idea could be adding some external library, doing some processing, and exposing it to Elisp. Evgeni