2008/8/16 Tobia Conforto <[EMAIL PROTECTED]>: > 4. > schemeTempStruc should be placed at the beginning of scheme.vim, before > schemeQuoted, otherwise the contents of quoted s-exprs '(...) won't be > highlighted at all. > > 5. > For some reason the wiki system mangles <silent>, <cr>, and other Vim > commands. > > 6. > Some Vims, such as mine, dislike :set values longer than 1kB; lispwords is > full of Common Lisp cruft, so I had to redefine it from scratch. This is my > current list (all on one line): > > setl lispwords=case,define,define-syntax,do,lambda,let,let*,let-syntax, > letrec,letrec-syntax,set!,,syntax-rules,and-let*,cond-expand,declare, > define-macro,foreign-lambda,foreign-lambda*,let*-values,let-optionals, > let-optionals*,let-values,letrec-values,receive,case-lambda, > condition-case,define-values,eval-when,rec,syntax-case,when, > with-input-from-string,with-output-to-string,with-syntax,call/cc > > > Kudos for the send-to-screen function, it's ingenious! > > > Tobia >
Thanks for all these suggestions. 1. I can't find "suggested by Alex Querioz" lines in my Slackware's VIM-7.1. But I find them in 7.2. Well, I copy 7.2's scheme.vim to syntax/ and move these line to the end. 2. You can just add it to the wiki. 3. This too. And so is 6. All these are wonderful suggestions. :) 4. Thanks. Fixed. 5. Fixed. And the send-to-screen function was stolen from http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/. So the kudos is for Jonathan Palardy. I will add this link to the wiki. Xin _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
