all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco Parrone <marc0@autistici.org>
Subject: Re: [search] private functions function
Date: Sat, 24 Jul 2004 11:33:47 GMT	[thread overview]
Message-ID: <87r7r1r6cr.fsf@marc0.dyndns.org> (raw)
In-Reply-To: 41022261.5070200@ecocentre.org

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]

      reply	other threads:[~2004-07-24 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-24  8:48 [search] private functions function abel elenas
2004-07-24 11:33 ` Marco Parrone [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r7r1r6cr.fsf@marc0.dyndns.org \
    --to=marc0@autistici.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.