Custom Query (1030 matches)
Results (817 - 819 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1066 | duplicate | improve coercion to difficult complex types | ||
| Description |
Welcome to Clozure Common Lisp Version 1.8 (LinuxX8632)! ? (deftype foo () '(complex double-float)) FOO ? (coerce #c(2 4) '(complex double-float)) #C(2.0D0 4.0D0) ? (coerce #c(2 4) 'foo) > Error: value #C(2 4) is not of the expected type REAL. > While executing: COMPLEX, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 > Basically this happens because coerce-to-complex works on the literal type specifier instead of the canonicalized ctype. I've included a small patch to remedy this. |
|||
| #117 | duplicate | improve hemlock modeline | ||
| Description |
The hemlock modeline, uh, has a nice personality. Perhaps consider moving it to the top of the window (like Xcode does, maybe with a pop-up menu of defuns within the file, too), or else moving it down to the bottom of the window, below the minibuffer. Use a different font in any case. |
|||
| #846 | fixed | in HELP, say that quotes are required for toplevel cd command | ||
| Description |
The toplevel :cd command differs from typical system shell usage in that quotes are required around the directory name. This can create quite a lot of stumbling for a new user, making the command seem broken. This could be alleviated by changing the :? HELP entry for the cd command to: (:CD DIR) Change to directory DIR. Quotes are required, i.e. (:cd "..") |
|||
