[Top][All Lists]
[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 10:21:49 +0000 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Volkan YAZICI <address@hidden> writes:
> On Jan 14 01:30, Neil Jerram wrote:
>> Volkan YAZICI <address@hidden> writes:
>> > gds-scheme.el:
>> > --------------
>> > 406 (define-key map [mouse-1] 'gds-show-last-stack)
>> > 407 (insert "[click here to show error stack]"
>>
>> 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.
>
> Both of these features would be nice. Umm... If it is possible, I'd
> give my vote to both!
Doing both is what I meant. These bindings will be in CVS soon and
then the next guile-debugging release.
Regards,
Neil