Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 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".

#1138 fixed Don't do syntax highlighting in text mode gz Shannon Spires
Description

If the editor is in text mode, currently semicolon and #| |# comments are highlighted in color as though they were in a lisp file. This shouldn't happen.

#1143 fixed arglist-on-space-command crashes on particular files svs Shannon Spires
Description

If you make a new Hemlock window and paste the following two lines into it

#!/bin/sh ;

then put the cursor after the semicolon and hit the spacebar, CCL will crash (technically, it beachballs without AltConsole being invoked, because the "arglist on space" command goes into an infinite loop.)

The problem doesn't happen if you set the window to Text Mode -- it only happens in Lisp mode. And it doesn't happen if you first add a newline before the initial # character.

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