On Fri, Dec 16, 2005 at 02:01:48PM -0800, Brad Beveridge wrote: > I've been trying to dig up some documentation on the Swank > protocol/internals so I can start wrapping my brain around how > Swank/Slime works on Emacs - so far I haven't found much.
Use the Source, Luke! I found both slime.el and swank.lisp pretty readable, even though I don't know Elisp. > I also haven't found much in the way of a tutorial on how to use > Vim's scripting language. > Anybody have links to interesting stuff? :help vim-script-intro, http://vimdoc.sourceforge.net/htmldoc/usr_41.html :help eval, http://vimdoc.sourceforge.net/htmldoc/eval.html Some of the scripts at Vim.org (maybe): http://www.vim.org/scripts/script_search_results.php?keywords=&script_type=utility&order_by=rating&direction=descending&search=search I downloaded the first script on the list (taglist; outscores the #2 script by more than a factor of 2; http://www.vim.org/scripts/script.php?script_id=273) and quickly scrolled through its 3400 lines of Vim script. It looks well organized and well commented. Probably both some good code examples there and a lot of useful functionality, to boot. If you read the two help files I mentioned and remain unenlightened, try also asking on comp.editors. -- Larry -- Gardeners, where are you? http://www.frappr.com/lispgardeners _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
