home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / 2086 < prev    next >
Encoding:
Text File  |  1992-07-22  |  886 b   |  22 lines

  1. Newsgroups: comp.lang.lisp,uiuc.lisp
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jmrg9881
  3. From: jmrg9881@uxa.cso.uiuc.edu (Jon Reid)
  4. Subject: Re: Want to prepend colon to symbol
  5. References: <BruGyy.HDF@news.cso.uiuc.edu> <BruJ08.I0s@news.cso.uiuc.edu>
  6. Message-ID: <BruL50.IyD@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Thu, 23 Jul 1992 15:17:22 GMT
  10. Lines: 10
  11.  
  12. I feel kind of silly doing all the follow-ups to my own question, but
  13. that's what I get for not subscribing to this group.  It also keeps
  14. redundant e-mail down, and gives me more refined answers.
  15.  
  16. There is a more elegant solution to my problem than using read-from-string.
  17. It is: (intern foo 'keyword).
  18.  
  19. Thanks to everyone for your help!
  20.  
  21. -- Jon  (j-reid@uiuc.edu)
  22.