From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.help Subject: Re: on ``An Introduction to Programming in Emacs Lisp'' Date: Fri, 29 Jan 2016 15:38:17 +0300 Message-ID: References: <0q60ygusbh.fsf@toledo.com> <87fuxhfe88.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454071136 13388 80.91.229.3 (29 Jan 2016 12:38:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Jan 2016 12:38:56 +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 Jan 29 13:38:45 2016 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 1aP8K2-00018h-OH for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jan 2016 13:38:43 +0100 Original-Received: from localhost ([::1]:33825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP8K1-0007G4-Ru for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jan 2016 07:38:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP8Jo-0007Ez-P3 for help-gnu-emacs@gnu.org; Fri, 29 Jan 2016 07:38:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP8Jj-00065T-MK for help-gnu-emacs@gnu.org; Fri, 29 Jan 2016 07:38:28 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP8Jj-00064e-IS for help-gnu-emacs@gnu.org; Fri, 29 Jan 2016 07:38:23 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4CE18204E9 for ; Fri, 29 Jan 2016 07:38:20 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 29 Jan 2016 07:38:20 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=XQoKT 4ZIRClHXD3O29GkW14EndU=; b=YqLtlHVT0Sv1VpVDkZZ10d6cJJbvcAMXOV4E5 ifCNXvY5u5c/EjirGT9U2ScidYyYntNvoGqoljwOHVGE8MPkySt6xE5wd7BDmw+D zSwUCL6gsobGsEndWYa2hslN2UiAOw14qOiywCJE/LxetfrCZ2HvR9tcuU5FpLo1 DqLVpE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=XQoKT4ZIRClHXD3O29GkW14EndU=; b=sPgqT jOMNS5PlTqk66xsRKVD7t5+FgV6xxJefbRJ1PwDaA54ReaFWp6n7lYhOmPBim0ws RDzvHXlSSf2kllMdxEU8O2MtaB6/1rfmrcRyYJnFdJs72ArMozt3OuRQVZd/2j1M s4WCEh39Y8pNRBAHyRVwGUAmf7NL5V7C7Bh9KM= X-Sasl-enc: sxQZn1HpiD9IK83+I+P4xsvb1xgVE5Xl1nFmbKWWQlGw 1454071099 Original-Received: from fgunbin.local (unknown [94.25.218.10]) by mail.messagingengine.com (Postfix) with ESMTPA id B0E566800FD for ; Fri, 29 Jan 2016 07:38:19 -0500 (EST) In-Reply-To: <87fuxhfe88.fsf@debian.uxu> (Emanuel Berg's message of "Fri, 29 Jan 2016 00:58:47 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 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:108912 Archived-At: On 29/01/2016 00:58 +0100, Emanuel Berg wrote: > Anyway, if I find Chassell's book as a PDF I'll sure > print it and give it look. It's meant to be an introduction into Emacs Lisp programming for people who are new to Emacs Lisp and Lisp in general. Besides, it gives some insight into how Emacs works and some good advices on how to use it. It was a joy to read it. > The title rings a little off-key - shouldn't it be "An > introduction to *Lisp*, with some of the intricacies > of *Emacs Lisp* on top"? According to its purpose - no, it shouldn't :-) Filipp