emacs-devel
[Top][All Lists]
Advanced

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

Re: let-alias


From: Daniel Colascione
Subject: Re: let-alias
Date: Wed, 6 May 2020 13:39:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/6/20 1:31 PM, Philipp Stephani wrote:
Am Mi., 6. Mai 2020 um 20:51 Uhr schrieb Helmut Eller <address@hidden>:

After the recent discussion about namespaces, it occurred to me that it
would be useful to have a special form that allows one to create
lexically scoped aliases for function bindings.

The idea is quite simple and is supposed to provide a locally scoped
version of defalias.  A possible syntax would be:

   (let-alias ((new-name old-name) ...)
      body...)

Isn't that just symbol-macrolet?



reply via email to

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