xquery-mode / cider-any

Evaluate any buffer in cider – Replaced by Oook
0 stars 1 forks source link

Make XQuery result buffer read only & focused #5

Closed hanshuebner closed 8 years ago

hanshuebner commented 8 years ago

The XQuery result buffer should be read-only, focused after evaluation and be buried when "q" is pressed.

hanshuebner commented 8 years ago

This works, but when "q" is typed to close the buffer, the XQuery buffer should be focused again. Currently, the buffer under the XQuery result buffer gets the focus.

hanshuebner commented 8 years ago

Also, when the window is split to display the XQuery result buffer, it should be unsplit again when "q" is typed.

proofit404 commented 8 years ago

Ok, I will fix this tonight.

proofit404 commented 8 years ago

I think quit-window should work for you.

hanshuebner commented 8 years ago

Works great! Thanks!