Examples:

(let ((x 10))
 (defun foo (n)
  (+ n x)))
;compiled

(defun defun-bar ()
 (defun bar (x)
  (1+ x)))
;compiled

(defun-bar)
;evaluated

slime-edit-definition foo - No known definition for: foo
The expected behavior - move cursor to start of (defun foo...

slime-edit-definition bar - cursor moved to start of (defun defun-bar...
The expected behavior - move cursor to start of (defun bar...


You can see expected behavior with slime and ClozureCl.


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to