Volkan YAZICI <[EMAIL PROTECTED]> writes:
> Hi,
>
> I think we should support emacs console users too. AFAIK, below lines
> just work with emacs under X.
>
> gds-scheme.el:
> --------------
> 406 (define-key map [mouse-1] 'gds-show-last-stack)
> 407 (insert "[click here to show error stack]"
>
> As an emacs user who prefers to use emacs under GNU screen, it'd be
> better to bind that action to a key too. (It's not very easy to type
> M-x gds-show-last-stack everytime.)
Good point, thanks. How about adding two possibilities here?
1. `RET' as a text-property binding within the "[click here to show
error stack]" text - i.e. same scope as mouse-1.
2. `C-h S' in scheme-mode-map. This means that `C-h S' will work
anywhere in both the *Guile Evaluation* buffer and the source code
buffer.
Regards,
Neil
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user