1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module
Brian Templeton c6920dc8ba lexical function binding for elisp
* module/language/elisp/compile-tree-il.scm (access-variable)
  (reference-variable, set-variable!): Handle globally-bound non-special
  variables.

  (bind-lexically?): Create lexical bindings for flet and flet*.

* module/language/elisp/runtime.scm (reference-variable, set-variable!):
  Handle globally-bound non-special variables.

  (built-in-func): Set the variable directly instead of storing the
  function in a fluid.

* module/language/elisp/runtime/subrs.scm (funcall): Call apply
  directly.

* test-suite/tests/elisp-compiler.test ("Function Definitions")["flet
  and flet*"]:

Signed-off-by: Andy Wingo <wingo@pobox.com>
2010-12-07 13:21:03 +01:00
..
ice-9 autoload compile-file in (guile-user) 2010-12-07 13:21:01 +01:00
language lexical function binding for elisp 2010-12-07 13:21:03 +01:00
oop Remove goops-version, which is no longer defined 2010-10-02 18:14:45 +01:00
rnrs Some tweaks to the R6RS support 2010-11-25 23:04:12 +01:00
scripts Have "frisk" recognize #:use-module' and #:autoload'. 2010-10-27 23:31:49 +02:00
srfi Add implementation of SRFI 38 2010-11-03 00:19:54 +01:00
sxml sxml->xml fix 2010-12-02 22:24:26 +01:00
system Allow user-defined meta-commands 2010-11-20 23:55:19 +01:00
texinfo Fix typos. 2010-09-02 00:04:39 +02:00
web http-read calls setvbuf only once 2010-12-06 19:52:51 +01:00
Makefile.am store macro definitions in the function slot 2010-12-07 13:21:02 +01:00
rnrs.scm Work towards a more complete implementation of `(rnrs io ports)' 2010-11-24 23:04:24 +01:00
statprof.scm remove a number of debug options 2010-09-24 20:57:01 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00