From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Olavi Niemitalo To: guile-emacs@sourceware.cygnus.com Subject: scheme-describe-symbol Date: Sat, 29 Apr 2000 01:25:00 -0000 Message-id: <87zoqdgvp7.fsf@PC486.Niemitalo.LAN> X-SW-Source: 2000-q2/msg00008.html TODO says: > ** Write scheme-describe-symbol and scheme-describe-object. > > scheme-describe-symbol describes a symbol literally. > scheme-describe-object describes the object associated with a symbol. What exactly would scheme-describe-symbol tell the user about the symbol, other than its name? How does scheme-describe-object choose the module where it takes the definition of the symbol? (Common Lisp has different symbols in different packages... Guile doesn't.)