home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / lisp / quintaux.el < prev    next >
Text File  |  1992-05-26  |  1KB  |  42 lines

  1. ;;;  SCCS: @(#)89/11/28 quintaux.el    3.4
  2. ;;;            Quintus Prolog - GNU Emacs Interface
  3. ;;;                         Support Functions
  4. ;;;
  5. ;;;                Consolidated by Sitaram Muralidhar
  6. ;;;
  7. ;;;                   sitaram@quintus.com
  8. ;;;              Quintus Computer Systems, Inc.
  9. ;;;                  2 May 1989       
  10. ;;;
  11. ;;; This file defines functions that support the Quintus Prolog - GNU Emacs
  12. ;;; interface.
  13. ;;;
  14. ;;;                   Acknowledgements
  15. ;;;
  16. ;;;
  17. ;;; This interface was made possible by contributions from Fernando 
  18. ;;; Pereira and various customers of Quintus Computer Systems, Inc.,
  19. ;;; based on code for Quintus's Unipress Emacs interface. 
  20. ;;; 
  21. ;;; Load file for Quintus Prolog Emacs interface
  22.  
  23. (provide 'quintaux)
  24. ; ----------------------------------------------------------------------
  25. ;                          Quintus files
  26. ; ----------------------------------------------------------------------
  27.  
  28. (load "qptokens" nil t)
  29. (load "qpaux" nil t)
  30. (load "qpcommands" nil t)
  31. (load "qpfindpred" nil t)
  32. (load "qprocess" nil t)
  33. (load "qpdelete" nil t)
  34. (load "qprolog" nil t)
  35. (load "qprolog-indent" nil t)
  36. ;;;
  37. ;;; The following elisp file provides file completion anywhere in emacs
  38. ;;; - useful for commands like unix(cd(..)).
  39. ;;;
  40. (load "qpfile-compl.el" nil t)                ;; due to Paul Davis
  41. (qprequire 'qphelp)
  42.