Hello,

The current Guile's symbol-pref returns #f for pre-defined symbols:

  % guile -q
  guile> (symbol-pref 'foo)
  ()
  guile> (symbol-pref 'quote)
  #f
  guile> (symbol-pref 'assq)
  #f

I'm not sure where is the best place to fix this...
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to