[slime-devel] Daily ChangeLog diff

Paulo Madeira acelent at gmail.com
Tue Nov 22 13:46:28 UTC 2011


2011/11/22 Helmut Eller:
> +2011-11-21  Helmut Eller  <heller at common-lisp.net>
> +
> +       * slime.el (sldb-eval-in-frame): Try to figure the package out.
> +       Ask Lisp if the function for frame was defined in a particular
> +       package and use it to read the form.
> +       (sldb-read-form-for-frame): New helper.
> +
> +       * swank-backend (frame-package): New.
> +       * swank-cmucl (frame-package): Implement it.
> +
> +       * swank.lisp (frame-package-name, eval-in-frame-aux): New.
> +       (eval-string-in-frame, pprint-eval-string-in-frame): Use package
> +       argument.

Could frame-package's default implementation be (eval-in-frame
'cl:*package* frame-number)?

Paulo Madeira




More information about the slime-devel mailing list