Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 1030)

Ticket Resolution Summary Owner Reporter
#49 fixed meta-dot for structure accessors should work Gary Byers Jeremy Jones
Description

Currently, meta-dot on a structure accessor quietly fails. It should go to the defstruct, and ideally the cursor should be at the line that defines the slot.

#95 fixed meta-. refuses to work in many contexts Gary Byers gz
Description

meta-. doesn't work, in the sense that nothing happens if you put in point in the middle of a symbol and hit meta-., in a number of perfectly reasonable contexts:

  • comments: ;; (foo)
  • Strings: "This is a doc string about foo"
  • Quotes: (funcall 'foo) or (funcall #'foo)

It needs to try harder. If standard hemlock parsing doesn't yield anything useful, it should just gather up all the symbol constituents around point and try that.

#425 fixed messed-up error message on x8632 Gary Byers R. Matthew Emerson
Description
? (defun foo () (push 'a (list 'x 'x)))
;Compiler warnings :
;   In FOO: Undefined function SETF::|COMMON-LISP::LIST|
FOO
? (foo)
> Error: Undefined function (SETF LIST) called with arguments (-335123572 X X) .
> While executing: CCL::TOPLEVEL-EVAL, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry applying (SETF LIST) to (-335123572 X X).
> Type :? for other options.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.