Custom Query (1030 matches)
Results (421 - 423 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1143 | fixed | arglist-on-space-command crashes on particular files | ||
| Description |
If you make a new Hemlock window and paste the following two lines into it #!/bin/sh ; then put the cursor after the semicolon and hit the spacebar, CCL will crash (technically, it beachballs without AltConsole being invoked, because the "arglist on space" command goes into an infinite loop.) The problem doesn't happen if you set the window to Text Mode -- it only happens in Lisp mode. And it doesn't happen if you first add a newline before the initial # character. |
|||
| #25 | fixed | Text Window Problems | ||
| Description |
There are a number of problems with the graphic components of text windows in the IDE that make it look cobbled together rather than like a real cocoa application.
One way to address these would be to move the modeline down into the region to the left of the resize box. Make that region shadowed gray all the way across (cf Finder windows, which put file count and available space in the gray region at the bottom of the window). Make the horizontal scrollbar take the full width of the window. I'd also try having the modeline be roman rather than italic font. All this applies to the listener, too. |
|||
| #40 | fixed | misspellings in x86-disassemble.lisp | ||
| Description |
Index: x86-disassemble.lisp
===================================================================
--- x86-disassemble.lisp (revision 6984)
+++ x86-disassemble.lisp (working copy)
@@ -2273,8 +2273,8 @@
(setf (x86-di-mnemonic instruction)
(case intop
- (#xc0 "uuo-error-two-few-args")
- (#xc1 "uuo-error-two-many-args")
+ (#xc0 "uuo-error-too-few-args")
+ (#xc1 "uuo-error-too-many-args")
(#xc2 "uuo-error-wrong-number-of-args")
(#xc4 (progn (setq stop nil) "uuo-gc-trap"))
(#xc5 "uuo-alloc")
|
|||
