home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / lisp / 2905 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.2 KB  |  63 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sunic!aun.uninett.no!nuug!dhhalden.no!fenris.dhhalden.no!eskilb
  3. From: eskilb@dhhalden.no (Eskil Brun)
  4. Subject: Re: 'manpage'-like CL-Definitions availiable ?
  5. Message-ID: <eskilb.722097175@fenris.dhhalden.no>
  6. Organization: Ostfold College
  7. References: <1992Nov17.112647.274@wavehh.hanse.de>
  8. Date: Wed, 18 Nov 1992 14:32:55 GMT
  9. Lines: 52
  10.  
  11. cracauer@wavehh.hanse.de (Martin Cracauer) writes:
  12.  
  13. >Does anybody know a place, where I could find the definitions of
  14. >common lisp as an easy-to-index-file (plain ascii, one file per
  15. >definition or group of definitions) or perhaps as UNIX-like manpages ?
  16.  
  17. Well. If you happen to have a TI Explorer Lisp machine on your
  18. network, you can use my GNU Emacs interface, rpc-hm, to access
  19. Explorer functions like DOCUMENTATION, in your case.
  20.  
  21. (lisp-dir-apropos "rpc") gives me:
  22.  
  23.              GNU Emacs Lisp Code Directory Apropos -- "rpc"
  24. "~/" refers to
  25. archive.cis.ohio-state.edu:/pub/gnu/emacs/elisp-archive/
  26.  
  27. rpc-hm (1.0)          92-07-20
  28.      Eyvind Ness, <Eyvind.Ness@HRP.No>
  29.      ugle.unit.no:/pub/gnu/emacs-lisp/rpc-hm-1.0.tar.Z
  30.      Networking library for interfacing GNU Emacs with remote Lisp
  31. Machines
  32.  
  33. Check out the Elisp function called rld-describe-function/variable: 
  34.  
  35. E.g. (rld-describe-function 'machine-instance) gives:
  36.  
  37. Function LISP:MACHINE-INSTANCE ()
  38.  
  39.         Return a string that identifies which particular machine this
  40. implementation is.
  41.  
  42. ;;; End of documentation for MACHINE-INSTANCE provided by REMULUS.
  43.  
  44.  
  45. Typically I bind this function to C-h f when working with Lisp code to
  46. easily access doc for the functions appearing in the source code.
  47.  
  48. rpc-hm works with Symbolics as well, but unfortunately Symbolics
  49. doesn't make the documentation available outside their own Document
  50. Examiner, so it won't be of any help to you.
  51.  
  52.  
  53. Cheers,
  54. Eyvind.
  55.  
  56. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  57.   Eyvind Ness         Internet: Eyvind.Ness@HRP.No
  58.   Research Scientist  Voicenet: +47 9 183100 ext. 275
  59.   CRS Division        Faxnet:   +47 9 187109
  60.   OECD HRP            Papernet: PO Box 173, N-1751 Halden, Norway
  61.  
  62. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  63.