Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!sdd.hp.com!hplabs!hpl-opus!hpcc05!hpsciz!hpdtczb!weeks From: weeks@hpdtczb.HP.COM (Greg Weeks) Newsgroups: comp.lang.lisp Subject: (defun :foo (x) x) okay? Message-ID: <1550001@hpdtczb.HP.COM> Date: 20 Jun 91 21:33:44 GMT Organization: HP Design Tech Center - Santa Clara, CA Lines: 9 Can Common Lisp keywords have function definitions and properties? In "Common Lisp -- The Language", Steele writes: "[Keyword] symbols are used only as labels and never to carry package-specific values or properties." This would seem to rule out properties. But it says nothing about function definitions, and it doesn't sound very definitive. The two implementations I've used have answered the question differently. Hmmm.