How to scroll disabled editor panes?
Hi! My "Regex Coach" application[1] uses a couple of editor panes to display data. They have to be editor panes because I use EDITOR::PUSH-REGION-FACE to colorize them partly. Because the user is not supposed to edit the contents of these panes I've initialized them with :ENABLED NIL but it turns out that with this option you can't scroll anymore... :( Is there a way to have the cake and eat it too, i.e. to disable the editor panes but enable the user to scroll the contents? Thanks, Edi. [1] <http://weitz.de/regex-coach/>