Christophe Weblog Wiki Code Publications Music
fix swank:compile-file-for-emacs when loadp is true
[swankr.git] / swank.R
2011-04-06 Christophe Rhodesfix swank:compile-file-for-emacs when loadp is true
2011-04-06 Christophe Rhodessupport translation of t and nil
2011-04-06 Christophe Rhodesimplement swank:quit-lisp
2011-04-06 Christophe Rhodesabsolutify some more source file finding
2010-10-08 Christophe Rhodescapture output from evaluating swank requests
2010-10-08 Christophe Rhodessrcrefs in swank:compile-string-for-emacs
2010-10-07 Christophe Rhodesbetter swank:find-definitions-for-emacs
2010-10-07 Christophe Rhodesless debugging output cruft in `swank:frame-locals...
2010-10-07 Christophe Rhodesmore working `swank:compile-file-for-emacs`
2010-10-01 Christophe Rhodesimplement swank:load-file and swank:compile-file-for...
2010-10-01 Christophe Rhodesimplement swank:default-directory and swank:set-default...
2010-10-01 Christophe Rhodessort out printing functions
2010-09-16 Christophe Rhodesnew makeReplResultFunction hook
2010-09-12 Christophe Rhodesimplement swank:eval-string-in-frame
2010-09-12 Christophe Rhodesimplement swank:inspect-current-condition and swank...
2010-09-12 Christophe Rhodesimplement a default method for emacsInspect
2010-09-11 Christophe Rhodesimplement swank:inspector-eval
2010-09-10 Christophe Rhodesimplement swank:inspector-pop and swank:inspector-next
2010-09-09 Christophe Rhodesfix one multiple-string bug in the inspector
2010-09-09 Christophe Rhodesslightly more working inspector
2010-09-09 Christophe Rhodesimplement `swank:quit-inspector`
2010-09-09 Christophe Rhodesthe beginnings of an inspector
2010-09-07 Christophe Rhodesimplement withRetryRestart
2010-09-07 Christophe Rhodesimplement withOutputToString
2010-09-03 Christophe Rhodesswank:value-for-editing and swank:commit-edited-value
2010-09-03 Christophe Rhodesalternative printing for the REPL
2010-09-03 Christophe Rhodesintegrate into R's event loop, possibly
2010-09-01 Christophe Rhodesimplement swank:find-definitions-for-emacs
2010-09-01 Christophe Rhodesuse srcfile$wd when going to source for an sldb frame
2010-08-31 Christophe Rhodesinitial implementation of support for REPL presentations
2010-08-30 Christophe RhodesA proper implementation of swank:swank-require
2010-08-30 Christophe Rhodesimplement a mini code-walker to support nested function...
2010-08-30 Christophe Rhodesmake swank:listener-eval be a bit more like the CL...
2010-08-30 Christophe Rhodesuse an environment holding the Slime I/O connection
2010-08-26 Christophe RhodesAdd licence information to swank.R
2010-08-25 Christophe Rhodesimplement swank:frame-source-location
2010-08-25 Christophe Rhodesfactor out backtraceForEmacs() into `swank:backtrace`
2010-08-25 Christophe Rhodesimplement swank:interactive-eval and swank:eval-and...
2010-08-25 Christophe Rhodesensure that the fifo is closed in printToString()
2010-08-24 Christophe Rhodesimplement swank:compile-string-for-emacs
2010-08-20 Christophe Rhodesimplement swank:simple-completions
2010-08-20 Christophe Rhodesstub for swank:operator-arglist
2010-08-19 Christophe Rhodesreturn properly from sldbLoop()
2010-08-15 Christophe Rhodesput abort restarts around the main and sldb loops
2010-08-14 Christophe RhodesThe beginnings of a vaguely-useful sldb
2010-08-14 Christophe Rhodesstore calls and frames on entry to sldb itself
2010-08-13 Christophe Rhodesimplement swank:buffer-first-change
2010-08-13 Christophe Rhodesreturn stack frames in slime's order (most recent first)
2010-08-13 Christophe Rhodesget definitions (use of <-) to work in the REPL
2010-08-13 Christophe Rhodessupport invoking restarts from sldb
2010-08-13 Christophe Rhodesuse a restart description for restart printing, if...
2010-08-13 Christophe Rhodesrework to support sldb
2010-08-11 Christophe Rhodesimplement swank:throw-to-toplevel
2010-08-11 Christophe Rhodesinclude swank.R hacks from today