[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with hash-table-setf and system-functions
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Problems with hash-table-setf and system-functions
- From: Ulrich Hoffmann <uho@informatik.uni-kiel.dbp.de>
- Date: Wed, 19 May 1993 17:42:24 +0200
- X400-content-type: P2-1984 (2)
- X400-mts-identifier: [/PRMD=uni-kiel/ADMD=dbp/C=de/;gutemine 024663.0737826144000]
- X400-originator: uho@informatik.uni-kiel.dbp.de
- X400-received: by mta ixgate.gmd.de in /PRMD=GmD/ADMD=DbP/C=DE/; Relayed; Wed, 19 May 1993 17:41:53 +0200
- X400-received: by /PRMD=uni-kiel/ADMD=dbp/C=de/; Relayed; Wed, 19 May 1993 17:42:24 +0200
- X400-recipients: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
Shame on me - the example should look like:
--------------------------------------------------------------------------------
(defvar *v*)
(defun f()
(setq *v* (make-hash-table))
(setf (gethash 'list *v*) #'list))
--------------------------------------------------------------------------------
Anyway, the effect is still the same.
Ulrich
Ulrich Hoffmann email: uho@informatik.uni-kiel.dbp.de
Institut fuer Informatik, Universitaet Kiel Tel: +49 431 560426
Preusserstr 1-9, D-2300 Kiel 1, Germany Fax: +49 431 566143