home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mitsch75.zip / scheme-7_5_17-src.zip / scheme-7.5.17 / src / imail / .edwin-ffi next >
Text File  |  2001-05-25  |  2KB  |  52 lines

  1. ;;; -*-Scheme-*-
  2. ;;;
  3. ;;; $Id: ed-ffi.scm,v 1.14 2001/05/26 02:58:27 cph Exp $
  4. ;;;
  5. ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology
  6. ;;;
  7. ;;; This program is free software; you can redistribute it and/or
  8. ;;; modify it under the terms of the GNU General Public License as
  9. ;;; published by the Free Software Foundation; either version 2 of the
  10. ;;; License, or (at your option) any later version.
  11. ;;;
  12. ;;; This program is distributed in the hope that it will be useful,
  13. ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15. ;;; General Public License for more details.
  16. ;;;
  17. ;;; You should have received a copy of the GNU General Public License
  18. ;;; along with this program; if not, write to the Free Software
  19. ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  20. ;;; 02111-1307, USA.
  21.  
  22. ;;;; IMAIL mail reader: Edwin buffer packaging info
  23.  
  24. (standard-scheme-find-file-initialization
  25.  '#(("imail-browser"    (edwin imail front-end folder-browser)
  26.             edwin-syntax-table)
  27.     ("imail-core"    (edwin imail)
  28.             system-global-syntax-table)
  29.     ("imail-file"    (edwin imail file-folder)
  30.             system-global-syntax-table)
  31.     ("imail-imap"    (edwin imail imap-folder)
  32.             system-global-syntax-table)
  33.     ("imail-rmail"    (edwin imail file-folder rmail-folder)
  34.             system-global-syntax-table)
  35.     ("imail-summary"    (edwin imail front-end summary)
  36.             edwin-syntax-table)
  37.     ("imail-top"    (edwin imail front-end)
  38.             edwin-syntax-table)
  39.     ("imail-umail"    (edwin imail file-folder umail-folder)
  40.             system-global-syntax-table)
  41.     ("imail-util"    (edwin imail)
  42.             system-global-syntax-table)
  43.     ("imap-response"    (edwin imail imap-response)
  44.             system-global-syntax-table)
  45.     ("imap-syntax"    (edwin imail imap-syntax)
  46.             system-global-syntax-table)
  47.     ("parser"        (edwin imail parser)
  48.             system-global-syntax-table)
  49.     ("rexp"        (edwin imail rexp)
  50.             system-global-syntax-table)
  51.     ("url"        (edwin imail url)
  52.             system-global-syntax-table)))