Custom Query (1030 matches)
Results (739 - 741 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #14 | wontfix | Extend Trac with Syntax Highlighting | ||
| Description |
In addition to the other useful Trac plugins recently added, it would be helpful to use the Pygment syntax highlighting so that source code could be displayed with some color. Note specifically the SchemeLexer. I think that adding "*.lisp/*.lsp" to the Filename patterns for this tool would get pretty close. Link: http://www.trac-hacks.org/wiki/TracPygmentsPlugin See also: http://pygments.org/ http://pygments.org/docs/lexers/ And an example: http://pygments.org/demo/295/ |
|||
| #520 | fixed | Execute-all doesn't respect current state of buffer | ||
| Description |
If a saved file has been edited then execute-all appears to execute the saved version, not the version in the buffer, e.g: Put (print 123) into a buffer. Save it. Change it to (print 456) but don't save. Execute all. Result will be 123, not 456. Not sure if this is by design, but it's not the behavior I intuitively expect. |
|||
| #879 | fixed | Exceptions occur at the time of a disconnection | ||
| Description |
On Win32 (Windows XP SP3), it seems CCL r14647 and later cause exceptions at the time of a disconnection. This is the quote from *inferior-lisp* buffer: %eax = 0x00000001 %ecx = 0x77bdc2e3 %edx = 0x00570608 %ebx = 0x012bb2b8 %esp = 0x015af510 %ebp = 0x015af528 %esi = 0x7ffaee88 %edi = 0x012bd320 %eip = 0x00026612 %eflags = 0x00010246 %cs = 0x001b %ds = 0x0023 %ss = 0x0023 %es = 0x0023 %fs = 0x003b %gs = 0x0000 Exception on foreign stack %eax = 0x012b8998 %ecx = 0x015aee98 %edx = 0x00000001 %ebx = 0x7ffaee88 %esp = 0x015aeed0 %ebp = 0x015aeee8 %esi = 0x7ffdce88 %edi = 0x00000000 %eip = 0x00027255 %eflags = 0x00010287 %cs = 0x001b %ds = 0x0023 %ss = 0x0023 %es = 0x0023 %fs = 0x003b %gs = 0x0000 Exception on foreign stack ... Can I ignore it? |
|||
