On Wed, Jul 21, 2010 at 3:10 PM, Mark Fredrickson
<mark.m.fredrick...@gmail.com> wrote:
> I've been playing around with a Emacs mode (more properly looking at
> existing multi-major-mode work). I'm open to ideas on how to make it
> play better with a REPL. As always, any form can be sent via C-C C-C.
> What more did you have in mind?

Thanks for making progress on this!  I'll take a look at it.

I would probably want:
1. Paren-matching and indenting to work properly in clojure blocks
(and ability to reformat whole file), without screwing up the text
blocks.  Similarly, quotes and parentheses in the text area shouldn't
screw up the formatting of the code blocks.
2. C-C C-K to compile all the code in the file, with stacktraces
reporting errors at a sensible line number within the file.
3. A way to AOT-compile the project that understands how to find the
clojure blocks, (perhaps a lein plugin?).
4. A keystroke combination to do the latex processing (I don't need it
to happen every time I compile).

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to