bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-guile] Problem with symbol-pref


From: Keisuke Nishida
Subject: [Bug-guile] Problem with symbol-pref
Date: 19 Sep 2000 17:40:25 -0400
User-agent: T-gnus/6.14.4 (based on Gnus v5.8.6) (revision 02) SEMI/1.13.7 (Awazu) Chao/1.14.0 (Momoyama) Emacs/20.7 (i686-pc-linux-gnu) MULE/4.1 (AOI)

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...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]