From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Rankin Newsgroups: gmane.emacs.help Subject: Re: Define skeleton from alist? Date: Thu, 14 Jul 2016 11:12:09 +1000 Message-ID: <1468458729.2101395.665712729.54015CC0@webmail.messagingengine.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1468458785 4360 80.91.229.3 (14 Jul 2016 01:13:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Jul 2016 01:13:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 14 03:12:56 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 1bNVCx-00083q-Jj for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Jul 2016 03:12:55 +0200 Original-Received: from localhost ([::1]:50776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNVCw-0008WI-Bu for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jul 2016 21:12:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNVCW-0008Vz-UJ for help-gnu-emacs@gnu.org; Wed, 13 Jul 2016 21:12:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNVCS-0004FX-4B for help-gnu-emacs@gnu.org; Wed, 13 Jul 2016 21:12:28 -0400 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:44625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNVCP-0004DJ-Jf for help-gnu-emacs@gnu.org; Wed, 13 Jul 2016 21:12:24 -0400 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DAF502062D for ; Wed, 13 Jul 2016 21:12:09 -0400 (EDT) Original-Received: from web1 ([10.202.2.211]) by compute1.internal (MEProxy); Wed, 13 Jul 2016 21:12:09 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=paulwrankin.com; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=FhfqWf2guEk/AWqVfQqT2M1HanY=; b=hjCSvu alEzScH0Vi264bXprhT4cKYPbtxbUKl3QyJveHSm348qEE2Ma1U9b11zo/jX7Nqb mF657Vx3OxKXtmP7LmT6u4nppC8Vnx3uVDCauOSZm2V8H5XuIKVErSz9rPdBxe2W fMrIVV/4NQHZXXI1UdabHxd7keaM9E+y5/FKQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=FhfqWf2guEk/AWq VfQqT2M1HanY=; b=iwHaXpx/AX5TifnnmxN1H4oO6O+edi+iOowJsNC3sEMS7wJ t1yxpGXJIfClWUPs77eTcydyLtV8K3KwLK0MGzyV50kId5vlE+cOorH8g9kGaxcq cLZNRuEpdj15eonGUaYbtQvvOuRvgegyBc4ctW/X3O3/Hh2hw2PCqmpbI9Lk= Original-Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9F2AF6A23B; Wed, 13 Jul 2016 21:12:09 -0400 (EDT) X-Sasl-Enc: 8e4t5nVEJPyBksdiEQcrSCiIM3FKHT9wyhRgHJYHjO6s 1468458729 X-Mailer: MessagingEngine.com Webmail Interface - ajax-bf4e2c8f In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110825 Archived-At: Gene on Wed, 13 Jul 2016 14:37 -0700: > At first blush it seems as you might have an impoverished mental model Okay. > Thus I present the following for your `eval'uation: > > (mapcar 'identity fountain-title-page-list) > > (mapcar (lambda (elt)(identity elt)) fountain-title-page-list) > > (mapcar (lambda (elt)(car elt)) fountain-title-page-list) > > (mapcar (lambda (elt)(cdr elt)) fountain-title-page-list) > > (mapcar (lambda (elt)(cons (car elt)(cdr elt))) fountain-title-page-list) None of this produces a skeleton. See (info "(autotype) Skeleton Language")