From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: help-gnu-emacs@gnu.org
Subject: Re: How to shadow a function temporarily? (flet and cl-flet)
Date: Sun, 26 Jan 2014 20:03:27 +0100 [thread overview]
Message-ID: <20140126200327.410f58eb@aga-netbook> (raw)
In-Reply-To: <87k3dm4yv4.fsf@gmail.com>
Dnia 2014-01-26, o godz. 18:11:11
Alex Kost <alezost@gmail.com> napisał(a):
> Hello, I have 2 questions.
>
> 1. The main question is: how can I override a function with another
> compatible function (with the same args) temporarily?
>
> I want something like this:
>
> (let-shadow ((+ '-))
> (+ 3 2)) ; should return 1, not 5
>
> 2. If there is no such macro, I can use `flet' for my purposes, but it
> is obsolete and `cl-flet' doesn't do what I need (see attached
> example).
>
> According to (info "(cl) Obsolete Macros"), `flet' makes a dynamic
> binding (unlike `cl-flet'). So the second question is: how can I
> avoid using obsolete `flet` if I need a dynamic binding?
Am I right that this could be done with advising?
HTH,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
next prev parent reply other threads:[~2014-01-26 19:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-26 14:11 How to shadow a function temporarily? (flet and cl-flet) Alex Kost
2014-01-26 14:50 ` Stefan Monnier
2014-01-26 19:24 ` Alex Kost
2014-01-26 22:08 ` Stefan Monnier
2014-01-27 5:57 ` Alex Kost
2014-01-27 13:40 ` Stefan Monnier
2014-01-27 14:59 ` Alex Kost
2014-01-26 19:03 ` Marcin Borkowski [this message]
2014-01-26 19:31 ` Alex Kost
[not found] <mailman.12843.1390745495.10748.help-gnu-emacs@gnu.org>
2014-01-26 16:22 ` Emanuel Berg
2014-01-26 19:25 ` Alex Kost
2014-01-26 18:32 ` Emanuel Berg
2014-01-26 19:38 ` Alex Kost
2014-01-26 19:36 ` Barry Margolin
2014-01-26 19:45 ` Michael Heerdegen
2014-01-26 22:07 ` Alex Kost
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=20140126200327.410f58eb@aga-netbook \
--to=mbork@wmi.amu.edu.pl \
--cc=help-gnu-emacs@gnu.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.