Hi,
On Aug 28, 10:36 am, viksit <[email protected]> wrote:
> Actually, I've got the same problem.
>
> (defn greet [] (println "Hello, World!"))
>
> With \et.
>
> example2.clj
> 1,7 All
> Error detected while processing function
> vimclojure#EvalToplevel:
> line 8:
> E605: Exception not caught: Error: Not in toplevel expression!
> Press ENTER or type command to continue
>
> The same problem hapens when the cursor is at d, e, or anything inside
> the parens.
>
> \sr works fine.
>
> I've tried this with syntax=on and off - which doesnt' make a
> difference.
When you place the cursor *on* the opening paren and execute the
following command:
:echo synIDattr(synID(line("."), col("."), 1), "name")
What does it say?
Sincerely
Meikel
PS: Which VC version are you using, BTW.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---