Re: lispy.el - a vi-like Paredit. Some Clojure features added.

2014-02-04 Thread Oleh
OK, I've added a second screencast as both video and gif: https://raw.github.com/abo-abo/lispy/master/doc/screencast-2.ogv https://raw.github.com/abo-abo/lispy/master/doc/screencast-2.gif Oleh On Tuesday, February 4, 2014 7:41:15 AM UTC+1, Benjamin Peter wrote: > > Thanks but it is

[ANN] lispy.el 0.8: jump to any Clojure tag in current directory screencast

2014-02-14 Thread Oleh
ely), you could extend clojure-semantic to distinguish stuff like defmacro, defmulti, defmethod etc. Same functionality is also available for Emacs Lisp, Scheme and Common Lisp, if you like using anything else besides Clojure:) regards, Oleh -- You received this message because you are subscribed

Re: [ANN] lispy.el 0.8: jump to any Clojure tag in current directory screencast

2014-02-17 Thread Oleh
works so I can put up these steps as a tutorial somewhere. If it doesn't work, write anyway and I'll give more details. Oleh On Sunday, February 16, 2014 4:28:27 PM UTC+1, Olli Piepponen wrote: > > This looks very neat, but I was unable to figure out how to use > lispy/clo

Re: paredit+regex question

2014-03-04 Thread Oleh
or issues, raise them here: https://github.com/abo-abo/lispy/issues?state=open. Oleh On Monday, March 3, 2014 10:09:47 PM UTC+1, Erlis Vidal wrote: > > Hi this is not a clojure question but I'm sure some one on this list can > help me. > > I'm trying to write a regex u

lispy.el - a vi-like Paredit. Some Clojure features added.

2014-02-02 Thread Oleh
description and some screenshots can be found at https://github.com/abo-abo/lispy. Here's a list of Clojure-specific features (cider is used for most): - look up doc inline in an overlay with "C-1" - look up function arguments inline with "C-2" - eval with "e" -

Re: lispy.el - a vi-like Paredit. Some Clojure features added.

2014-02-03 Thread Oleh
I've added a screencast at https://raw.github.com/abo-abo/lispy/master/doc/screencast-1.gif I'm not experienced with screencasts, so I'm not sure if this one will attract people or scare them away. In any case, it does cover some of the features in a combination. Oleh On Mon