It's easy enough to test: fire up a small EC2 instance and use Emacs over 
an SSH+tmux session. You could also try using your own local Emacs that way 
by SSH'ing to localhost.

In my experience, commands don't work in a terminal if they use modifier 
keys (Control, Meta, Shift) AND non-letter keys (arrows, ENTER, some 
punctuation). I assume it has something to do with how those combinations 
get encoded for the terminal emulator.

You can always work around it with M-x, or by rebinding the command to a 
different key. It's mildly annoying, but not a showstopper.

One consistently annoying thing is that PageUp, PageDown, and Delete don't 
work in clojure-mode buffers with Paredit in Emacs in a terminal. They 
insert weird characters like ^[ instead. I would very much like to have a 
fix for that!

-S

-- 
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