GDS usability: operation without a mouse
authorNeil Jerram <neil@ossau.uklinux.net>
Mon, 21 Sep 2009 23:00:59 +0000 (00:00 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Mon, 21 Sep 2009 23:39:57 +0000 (00:39 +0100)
commite8e655e21bc315a9522b66dd6de1dc76d928ccd5
tree09b3677b3613af40663a6bf309fddf3febf34c96
parentb77afe82a4205bca706a853d7a62aea4ea9b7eed
GDS usability: operation without a mouse

Derek Peschel provided this patch and described it as follows.

"Most of the time I use Terminal in OS X, rather than xterm.  I also don't
bother with the GUI versions of Emacs.  So unfortunately I have no mouse
support in Emacs.  Also the system I'm testing Guile on thinks my terminal
doesn't support color and I haven't fixed it yet.  The attached patch makes
GDS more usable for me.

"With no mouse, the "[click here to show error stack]" design is very
inconvenient.  You added a C-M (return) binding at some point.  I copied
that, but I also changed the message to show it.  And I made the return
work when the cursor is after the right bracket."

* emacs/gds-scheme.el (gds-display-results): Make "click here" message
  more helpful for people without mice.  Also extend text properties
  so that a RET key press works at the end of that line.
THANKS
emacs/gds-scheme.el