* [search] private functions function
@ 2004-07-24 8:48 abel elenas
2004-07-24 11:33 ` Marco Parrone
0 siblings, 1 reply; 2+ messages in thread
From: abel elenas @ 2004-07-24 8:48 UTC (permalink / raw)
Hi,
I search a function in emacs who do the same job as let but for a
functional bind something likes
(fun-let ((toto (lambda (a) (+ 4 a))))
(toto 5 6))
anyone know if this exist , and the name of this function ?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [search] private functions function
2004-07-24 8:48 [search] private functions function abel elenas
@ 2004-07-24 11:33 ` Marco Parrone
0 siblings, 0 replies; 2+ messages in thread
From: Marco Parrone @ 2004-07-24 11:33 UTC (permalink / raw)
abel elenas on Sat, 24 Jul 2004 10:48:33 +0200 writes:
> I search a function in emacs who do the same job as let but for a
> functional bind something likes
> (fun-let ((toto (lambda (a) (+ 4 a))))
> (toto 5 6))
>
> anyone know if this exist , and the name of this function ?
See `flet'.
(flet ((say (msg) (message msg)))
(say "hello"))
--
Marco Parrone <marc0@autistici.org> [0x45070AD6]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-24 11:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-24 8:48 [search] private functions function abel elenas
2004-07-24 11:33 ` Marco Parrone
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.