unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* use of flet in notmuch-emacs
@ 2013-05-19 11:31 David Bremner
  2013-05-19 15:14 ` [PATCH] emacs: Avoid deprecated function flet Austin Clements
  0 siblings, 1 reply; 12+ messages in thread
From: David Bremner @ 2013-05-19 11:31 UTC (permalink / raw)
  To: Notmuch Mail List


Today I noticed

,----
| emacs --quick --directory emacs -batch -f batch-byte-compile emacs/notmuch-show.el
| 
| In notmuch-show-view-part:
| emacs/notmuch-show.el:541:22:Warning: `flet' is an obsolete macro (as of
|     24.3); use either `cl-flet' or `cl-letf'.
`----

Chatter on #emacs suggests that cl-flet is not in fact a replacement for
our use case since it does not do dynamic binding. I'm not really 100%
sure what the best plan is, but the old definition of flet is available
at

        https://github.com/sigma/el-x/blob/master/lisp/dflet.el

d

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-26 23:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-19 11:31 use of flet in notmuch-emacs David Bremner
2013-05-19 15:14 ` [PATCH] emacs: Avoid deprecated function flet Austin Clements
2013-05-20 15:45   ` David Bremner
2013-05-20 17:04     ` Austin Clements
2013-05-20 20:08       ` [PATCH] emacs: Don't override mm-show-part in notmuch-show-view-part Austin Clements
2013-05-21  6:09         ` Mark Walters
2013-05-21 19:13           ` Mark Walters
2013-05-26  6:36             ` Austin Clements
2013-05-26  6:34           ` [PATCH v2] " Austin Clements
2013-05-26  7:04             ` Mark Walters
2013-05-26  7:31             ` Tomi Ollila
2013-05-26 23:35             ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).