Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 1030)

Ticket Resolution Summary Owner Reporter
#218 fixed German keyboard: cannot enter certain characters directly (listener, etc) R. Matthew Emerson Rainer Joswig
Description

Using a MacBook Pro with a German keyboard and Mac OS X 10.5.1.

Typing one of the keys äöü´ß does not work. Nothing is inserted. Typing one of the shifted keys ÖÄÜ`°§ does not work. Nothing is inserted.

I can enter those keys quoted (c-q).

#363 fixed German umlaut #\Latin_Small_Letter_Sharp_S is not alpha-char-p gz bernd.beuster@googlemail.com
Description

German umlaut ß (#\Latin_Small_Letter_Sharp_S) is not alpha-char-p

CL-USER> (lisp-implementation-version)

"Version 1.3-dev-r11173M-trunk (DarwinX8664)"

CL-USER> (map 'list #'alpha-char-p "äöüÄÖÜß")

(T T T T T T NIL)

CL-USER> (char-code #\ß)

223

CL-USER> (code-char 223)

#\Latin_Small_Letter_Sharp_S

SBCL does it right:

  • (lisp-implementation-version)

"1.0.20"

  • (map 'list #'alpha-char-p "äöüÄÖÜß")

(T T T T T T T)'

#777 fixed Get Info dialog data outdated R. Matthew Emerson p2
Description

Current (CCL v1.7) Get Info dialog shows Copyright Clozure 2002-2009 Clozure Associates and contributors. Version 1.4-dev

When looking for which file "Open with" association application to use, it might make life easier if Get Info was up to date.

This in 1.7-dev-r14416M-trunk (DarwinX8664).

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