#| -*-Scheme-*-
-$Id: decls.scm,v 1.59 1997/03/07 23:34:40 cph Exp $
+$Id: decls.scm,v 1.60 1998/06/29 04:10:34 cph Exp $
-Copyright (c) 1989-97 Massachusetts Institute of Technology
+Copyright (c) 1989-98 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
"input"
"intmod"
"iserch"
+ "javamode"
"keymap"
"keyparse"
"kilcom"
;;; -*-Scheme-*-
;;;
-;;; $Id: dosfile.scm,v 1.16 1998/03/09 05:17:52 cph Exp $
+;;; $Id: dosfile.scm,v 1.17 1998/06/29 04:14:27 cph Exp $
;;;
;;; Copyright (c) 1994-98 Massachusetts Institute of Technology
;;;
(define (os/file-type-to-major-mode)
(alist-copy
- `(("asm" . midas)
+ `(("article" . text)
+ ("asm" . midas)
("bat" . text)
("bib" . text)
("c" . c)
+ ("cc" . c)
("h" . c)
- ("m4" . midas)
+ ("java" . java)
("pas" . pascal)
("s" . scheme)
("scm" . scheme)
+ ("text" . text)
("txi" . texinfo)
- ("txt" . text))))
+ ("txt" . text)
+ ("y" . c))))
(define (os/init-file-name)
(let ((name "edwin.ini"))
#| -*-Scheme-*-
-$Id: ed-ffi.scm,v 1.42 1997/03/07 23:34:42 cph Exp $
+$Id: ed-ffi.scm,v 1.43 1998/06/29 04:10:39 cph Exp $
-Copyright (c) 1990-97 Massachusetts Institute of Technology
+Copyright (c) 1990-98 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
edwin-syntax-table)
("iserch" (edwin incremental-search)
edwin-syntax-table)
+ ("javamode" (edwin)
+ edwin-syntax-table)
("key-w32" (edwin win32-keys)
edwin-syntax-table)
("key-x11" (edwin x-keys)
#| -*-Scheme-*-
-$Id: edwin.ldr,v 1.61 1998/04/30 21:32:41 cph Exp $
+$Id: edwin.ldr,v 1.62 1998/06/29 04:10:50 cph Exp $
Copyright (c) 1989-98 Massachusetts Institute of Technology
(load "bufcom" environment)
(load "bufmnu" (->environment '(EDWIN BUFFER-MENU)))
(load "c-mode" environment)
+ (load "javamode" environment)
(load "cinden" (->environment '(EDWIN C-INDENTATION)))
(load "comhst" environment)
(load "comint" environment)
#| -*-Scheme-*-
-$Id: edwin.pkg,v 1.223 1998/06/28 20:24:15 cph Exp $
+$Id: edwin.pkg,v 1.224 1998/06/29 04:10:43 cph Exp $
Copyright (c) 1989-98 Massachusetts Institute of Technology
"loadef" ; auto-load definitions
"c-mode" ; C mode
+ "javamode" ; Java mode
"midas" ; MIDAS mode
"pasmod" ; Pascal mode
"tximod" ; Texinfo mode
;;; -*-Scheme-*-
;;;
-;;; $Id: unix.scm,v 1.82 1998/02/01 06:42:49 cph Exp $
+;;; $Id: unix.scm,v 1.83 1998/06/29 04:14:31 cph Exp $
;;;
;;; Copyright (c) 1989-98 Massachusetts Institute of Technology
;;;
(alist-copy
`(("article" . text)
("asm" . midas)
+ ("bat" . text)
("bib" . text)
("c" . c)
("cc" . c)
("h" . c)
+ ("java" . java)
("pas" . pascal)
("s" . scheme)
("scm" . scheme)