Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (877 - 879 of 1030)

Ticket Resolution Summary Owner Reporter
#30 fixed modeline arglist display should not include symbol package qualifiers Gary Byers Andrew Shalit
Description

It's annoying to see have the argument list for STRING-CAT displayed as "CCL::STRING-CAT : (&REST CCL::STRS)". This is especially annoying when the window's package is CCL.

I can see an argument for including the package qualifier for the function name, especially if that package is different from the window's package. But I don't think there's any reason to ever include the package qualifiers for the parameters.

#118 fixed modeline font pref doesn't work Gary Byers R. Matthew Emerson
Description

The modeline font can't be set from the prefs panel.

#661 fixed multiple strings on one line colored wrong R. Matthew Emerson
Description

If there are multiple strings on one line, only the last is string-colored; the remainder are comment colored.

Ron Garret reports that this seems to fix it, but that undoubtedly interferes with other stuff that r13186 is trying to do.

(defun gui::set-temporary-character-attributes (layout pos start-line end-line)
...
               (let* ((attr (if (= istart 0)
                              (hemlock::lisp-info-begins-quoted parse-info)
                              (if t  ; (< last-end istart)                                                  <==
                                (hi:character-attribute :lisp-syntax
                                                        (hi::line-character line (1- istart)))
                                :comment)))
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.