no title added by aeiou__ on Tue Dec 16 13:07:18 2014

Code:

       	      (display (alist-keys i))
	      (display "\n---------------------------\n")
	      (display (alist-ref i 'key))

Result:

---------------------------

Error: Key not found -- ALIST-REF: key

	Call history:

	<syntax>	  (alist-ref i (quote key))
	<syntax>	  (quote key)
        .
        .
        .