help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Define skeleton from alist?


From: Paul Rankin
Subject: Re: Define skeleton from alist?
Date: Thu, 14 Jul 2016 11:12:09 +1000

Gene <gene.sullivan@gmail.com> 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]