guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-debugging and breakpoints


From: Neil Jerram
Subject: Re: guile-debugging and breakpoints
Date: Sun, 14 Jan 2007 01:30:07 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Volkan YAZICI <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]