[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: local binding, too local...
From: |
Jean-Christophe Helary |
Subject: |
Re: local binding, too local... |
Date: |
Sat, 8 Dec 2018 16:39:07 +0900 |
> On Dec 8, 2018, at 15:07, Drew Adams <drew.adams@oracle.com> wrote:
>
>> In a defun I wrote I have a let* block that does something, then some
>> setf code, then a let block that does something on the values created
>> by setf, but the let block needs a value that it set in the let* block.
>>
>> I would like to keep things local, but not *that* local, just *defun*
>> local.
>>
>> Is there a clean way to declare variables local to a defun and without
>> being locked by let\*? blocks ?
>
> How about an example? It's not clear to me what
> you are describing.
Sorry I was going to reply but that's exactly what Yuri described and the
solution I adopted is exactly what he suggested.
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
- local binding, too local..., Jean-Christophe Helary, 2018/12/07
- RE: local binding, too local..., Drew Adams, 2018/12/08
- Re: local binding, too local...,
Jean-Christophe Helary <=
- Re: local binding, too local..., Yuri Khan, 2018/12/08
- Re: local binding, too local..., Jean-Christophe Helary, 2018/12/08
- Re: local binding, too local..., tomas, 2018/12/08
- Re: local binding, too local..., Jean-Christophe Helary, 2018/12/08
- Re: local binding, too local..., tomas, 2018/12/08
- Re: local binding, too local..., Jean-Christophe Helary, 2018/12/08
- Re: local binding, too local..., tomas, 2018/12/09
- Re: local binding, too local..., Jean-Christophe Helary, 2018/12/09
Message not available