emacs-devel
[Top][All Lists]
Advanced

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

Re: New assoc-let package


From: Leo Liu
Subject: Re: New assoc-let package
Date: Fri, 05 Dec 2014 10:49:42 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (CentOS Linux 7 (Core))

On 2014-12-05 00:36 +0000, Artur Malabarba wrote:
> Indeed, I was doing almost the same thing initially (just using cl-flet
> instead), but eventually even that grew tiresome.

Or do something like this:

(pcase (alist-get-keys alist key1 key2 key3)
  (`(,val1 ,val2 ,val3) body))

Leo




reply via email to

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