Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (622 - 624 of 1030)

Ticket Resolution Summary Owner Reporter
#1137 fixed list definitions doesn't work unless defs are separated by a blank line Zach Beane R. Matthew Emerson
Description

It appears that collect-definition-lines requires definitions to be separated by blank lines.

Example:

(in-package :cl-user)

(defun foo () 1)
(defun bar () 2)
(defun baz () 3)

M-x list definitions will not show "bar".

#1152 fixed Add/update List Definitions window Zach Beane Zach Beane
Description

From alms:

There are a few features in Opusmodus that would be useful to have in the CCL IDE:

...

  1. The List Definitions window. (my personal most-missed feature in the CCL IDE relative to MCL).

From gz:

FWIW, the list definitions window (well, *a* list definitions window, maybe OM has a nicer one) is in the IDE, accessible via M-x List Definitions. Adding a menu item to invoke it would be very useful, and also make for a useful learning exercise (one which I haven't personally gone through yet, which is why it's only available via M-x....).

#1166 fixed make m-x grep output same as Search Files Zach Beane gz
Description

Currently we have both m-x grep and Search Files menu item. It's fine to have the two ways to request this, but there is no reason why they should present their results in gratuitously different ways. M-x grep should be changed to present the output in a Search Files dialog (i.e. as if the user filled in all the fields in Search files and already hit Search once).

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