swank-picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/swank-picolisp.git/
Log | Files | Refs

commit 83414a9227a5ebfe417707bf1068fc4a6bd64e67
parent 65e437f0501592cccda9e52a24f94613d2712102
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed, 27 Apr 2011 00:16:48 +0200

a few empty swank: handlers

Diffstat:
Mswank-picolisp.l | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -126,5 +126,18 @@ (flush) ) (de swank:fuzzy-completions (Str Pkg . @) + ## TODO how to get list of all (interned) symbols for completion? + ) + +(de swank:find-definitions-for-emacs (Nm) + ## TODO how to find where sym defined? + ) + +(de swank:swank-toggle-trace (Nm) + (trace (intern Nm))) + +(de swank:swank-expand-1 (Nm)) + +(de swank:describe-symbol (Nm) )