From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tu Do Newsgroups: gmane.emacs.help Subject: Emacs Mini Manual (PART 2) - LISP PRIMER Date: Fri, 20 Jun 2014 23:42:11 +0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1403282564 26274 80.91.229.3 (20 Jun 2014 16:42:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 16:42:44 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 20 18:42: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 1Wy1tc-0002Ou-5T for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2014 18:42:36 +0200 Original-Received: from localhost ([::1]:42014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy1tb-0000uE-PE for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2014 12:42:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy1tH-0000tP-AJ for help-gnu-emacs@gnu.org; Fri, 20 Jun 2014 12:42:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy1tG-0006gQ-3M for help-gnu-emacs@gnu.org; Fri, 20 Jun 2014 12:42:15 -0400 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:40071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy1tF-0006fy-RO for help-gnu-emacs@gnu.org; Fri, 20 Jun 2014 12:42:14 -0400 Original-Received: by mail-lb0-f178.google.com with SMTP id 10so2514240lbg.37 for ; Fri, 20 Jun 2014 09:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=krA9QmlmPLq33eR2vjVClRRnw654QamitYQ1pGWK4dI=; b=xpalar4zc7NQsIBm2gL0okEzt3geESqw5lDEn5WIfcoswj5lt+NA5miRxO9CNVr52y XaMoxtX/oviULBr39VPDNmiUn8UfYsMvJws5MeMPM2jIuFyHBg7HT1jskvM08VCaklQT Wqx0yzL4URMFL5i6NwHQwLTIzy+IL4zyTo1NA88xoyv15pZQ2LOF5toRaReRRbsslPpQ +RfvATw2f4hTep+yoFMM1gg1mIZ+ObM7Jq6NkzCMtJbkJVVUoUIsudZCrvZ5+md1Kua4 BettbE22nFznlYGzL0TO2+o1kn8RfVuvHjUDVWckLVu2BbPPQLYz5P8k/m8YnmJ07Prs 4PFQ== X-Received: by 10.112.157.68 with SMTP id wk4mr1980249lbb.85.1403282531904; Fri, 20 Jun 2014 09:42:11 -0700 (PDT) Original-Received: by 10.112.149.103 with HTTP; Fri, 20 Jun 2014 09:42:11 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:98349 Archived-At: Hi everyone, I finished part 2: http://tuhdo.github.io/emacs-tutor2.html This part is much shorter than previous part, but is a preparation for people new to Lisp to get into it. I tried to give them a motivation to learn by explaining what Lisp differs from others. If you feel something could be better, please tell me. Thanks.