Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 1030)

Ticket Resolution Summary Owner Reporter
#810 worksforme (directoryp (get-ide-bundle-path)) returns nil on the Windows IDE ender2012
Description

This is especially annoying when build an application, because the build-application method uses (directoryp (get-ide-bundle-path)) as error checking and this always returns false on Windows so the build-application fails here.

To reproduce: In the listener simply type (ccl::directoryp (ccl::get-ide-bundle-path)) on the mac this will return t and on the pc it will return false (even though the return from get-ide-bundle-path is clearly a directory). Part of the problem may have to do with (get-ide-bundle-path) returning in a mac oriented format on the PC (it returns something like /Users/Mike... instead c:\users\mike...)

#825 worksforme Hunchentoot / usocket installation fails Andrew Pennebaker
Description

Using dx86cl from SVN, usocket and therefore Hunchentoot installation fails.

Note: Using MacPorts or Lispbox CCL, Hunchentoot installs just fine.

Specs:

  • SVN CCL darwin x86
  • Mac OS X 10.6.6
  • MacBook Pro 5,1

Trace:

$ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.6/darwinx86/ccl/

...

$ cd ccl
$ wget http://beta.quicklisp.org/quicklisp.lisp

...

$ ./dx86cl
? (load "quicklisp")
? (ql:quickload "hunchentoot")
; Loading "hunchentoot"
..................................................
[package alexandria.0.dev]........................
..................................................
..................................................
[package bordeaux-threads]........................
[package usocket]..
Read error between positions 195 and 295 in /Users/andrew/quicklisp/dists/quicklisp/software/usocket-20110219-svn/vendor/ccl-send.lisp.
> Error: Foreign function not found: X86-DARWIN32::|send|
> While executing: LOAD-EXTERNAL-FUNCTION, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
#895 worksforme Lion overlay scrollers can't be clicked in Hemlock windows R. Matthew Emerson
Description

On Lion, it appears that overlay-style scroll bars can't be clicked in Hemlock editor windows. The clicks appear to go to the underlying text view, and they make a selection rather than scrolling the window content.

To reproduce:

  • open a file large enough to need scrolling
  • scroll by gesture so that the scroll bars appear
  • try to drag the scrollbar

Observe that the scrollbar cannot be grabbed.

Using "legacy" scrollbars works fine.

1.8-dev-r15098, Mac OS X 10.7.2. I see the behavior in both 32-bit and 64-bit lisps.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.