Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 1030)

Ticket Resolution Summary Owner Reporter
#548 fixed Hemlock movement-command implementation is spotty mikel mikel
Description

There seem to be several holes in the implementation of Hemlock movement commands.

  1. Shift+movement does not select as Mac users expect.
  1. Other move+select commands appear not to work (e.g. Forward Select Character)
  1. Several movement commands (e.g. Forward Form, Forward List) don't work in the Listener

I'll adopt this one and see if I can get most of the common movement/selection commands working as expected; the work overlaps with what I was doing on selections and listener-copying anyway.

#550 fixed Goto Definition (meta-.) should find the current version of function gz Kristian Bredin
Description

If there are multiple versions of a function definition in a file, Meta-. currently leads to the first occurrence.

It should instead find the valid (current) version of the function (the one that is evaluated last). This is oftentimes (but not always) the last version in the buffer.

#553 invalid Error on (require "COCOA-APPLICATION") Chun Tian (binghe)
Description

Current CCL trunk cannot dump standalone CCL bundle (COCOA-APPLICATION), and command (require "COCOA-APPLICATION") give me following error output on latest CCL trunk (darwinx86):

Saving application to /Users/binghe/Lisp/ccl/trunk/Clozure CL64.app/

> Error: No such file or directory : "fH"
> While executing: OPEN-DUMPLISP-FILE, in process listener(1).
> Type cmd-. to abort, cmd-\ for a list of available restarts.
> Type :? for other options.

1 > :b
 (6A5550) : 0 (OPEN-DUMPLISP-FILE #P"ccl:Clozure CL64.app;Contents;MacOS;dx86cl64" :MODE 420 :PREPEND-KERNEL T) 373
 (6A55B0) : 1 (SAVE-APPLICATION #P"ccl:Clozure CL64.app;Contents;MacOS;dx86cl64" :PREPEND-KERNEL T :APPLICATION-CLASS GUI::COCOA-APPLICATION) 557
 (6A5678) : 2 (CALL-CHECK-REGS BUILD-IDE "ccl:Clozure CL64.app;") 229
 (6A56B0) : 3 (FUNCALL #'#<(:INTERNAL WITH-COMPILATION-UNIT-BODY LOAD-FROM-STREAM)>) 773
 (6A5740) : 4 (CALL-WITH-COMPILATION-UNIT #<COMPILED-LEXICAL-CLOSURE (:INTERNAL WITH-COMPILATION-UNIT-BODY LOAD-FROM-STREAM) #x7B615F> :OVERRIDE NIL) 197
 (6A5788) : 5 (LOAD-FROM-STREAM #<BASIC-FILE-CHARACTER-INPUT-STREAM ("/Users/binghe/Lisp/ccl/trunk/cocoa-ide/cocoa-application.lisp"/4 ISO-8859-1) #x300040F447AD> NIL) 389
 (6A57C8) : 6 (%LOAD #P"/Users/binghe/Lisp/ccl/trunk/cocoa-ide/cocoa-application.lisp" NIL NIL :ERROR :DEFAULT) 3573
 (6A5918) : 7 (LOAD #P"/Users/binghe/Lisp/ccl/trunk/cocoa-ide/cocoa-application.lisp" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST :ERROR :EXTERNAL-FORMAT :DEFAULT) 1029
 (6A59B8) : 8 (MODULE-PROVIDE-SEARCH-PATH "COCOA-APPLICATION") 197
 (6A59F8) : 9 (SOME-XX-ONE 0 NIL #<COMPILED-LEXICAL-CLOSURE (:INTERNAL REQUIRE) #x7B643F> (MODULE-PROVIDE-SEARCH-PATH MODULE-PROVIDE-ASDF)) 613
 (6A5A50) : 10 (REQUIRE "COCOA-APPLICATION" NIL) 789
 (6A5AB8) : 11 (CALL-CHECK-REGS REQUIRE "COCOA-APPLICATION") 229
 (6A5AF0) : 12 (TOPLEVEL-EVAL (REQUIRE "COCOA-APPLICATION") NIL) 733
 (6A5B90) : 13 (READ-LOOP :INPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x300040F405FD> :OUTPUT-STREAM #<SYNONYM-STREAM to *TERMINAL-IO* #x300040F4049D> :BREAK-LEVEL 0 :PROMPT-FUNCTION #<Compiled-function (:INTERNAL READ-LOOP) (Non-Global)  #x30004054236F>) 2053
 (6A5DD0) : 14 (TOPLEVEL-LOOP) 109
 (6A5E00) : 15 (FUNCALL #'#<(:INTERNAL (TOPLEVEL-FUNCTION (LISP-DEVELOPMENT-SYSTEM T)))>) 117
 (6A5E20) : 16 (FUNCALL #'#<(:INTERNAL MAKE-MCL-LISTENER-PROCESS)>) 645
 (6A5EB8) : 17 (RUN-PROCESS-INITIAL-FORM #<TTY-LISTENER listener(1) [Active] #x300040F3F41D> (#<COMPILED-LEXICAL-CLOSURE # #x300040F3EF5F>)) 717
 (6A5F48) : 18 (FUNCALL #'#<(:INTERNAL (%PROCESS-PRESET-INTERNAL (PROCESS)))> #<TTY-LISTENER listener(1) [Active] #x300040F3F41D> (#<COMPILED-LEXICAL-CLOSURE # #x300040F3EF5F>)) 389
 (6A5F98) : 19 (FUNCALL #'#<(:INTERNAL THREAD-MAKE-STARTUP-FUNCTION)>) 301

In my OS environment (Mac OS X 10.5.7), CCL 1.3 is good when trying to do the same thing. And (require "COCOA") always works well on both CCL 1.3 and trunk.

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