Implement HTML mode.
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1999 17:00:42 +0000 (17:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1999 17:00:42 +0000 (17:00 +0000)
v7/src/edwin/decls.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg

index 41c11b9a10267faee117a7b458309adb8890b962..4fa357791ee6756f68611641dbfab1f2e971259d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.64 1999/05/13 03:06:36 cph Exp $
+$Id: decls.scm,v 1.65 1999/10/07 17:00:42 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
@@ -145,6 +145,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                "fill"
                "grpops"
                "hlpcom"
+               "htmlmode"
                "image"
                "info"
                "input"
index 2b9559b10b48fe20a1946937ebba7d7a9c266333..4851359c364621764864c713489f3853dcbf51bd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: ed-ffi.scm,v 1.47 1999/05/13 03:06:37 cph Exp $
+$Id: ed-ffi.scm,v 1.48 1999/10/07 17:00:40 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
@@ -138,6 +138,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                syntax-table/system-internal)
     ("hlpcom"  (edwin)
                edwin-syntax-table)
+    ("htmlmode"        (edwin)
+               edwin-syntax-table)
     ("image"   (edwin)
                syntax-table/system-internal)
     ("info"    (edwin info)
index e9855509804ffc87358f12c571faf471d1e6e67f..b67b2aa42860b9187f2c729265399872a0ccca85 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.ldr,v 1.66 1999/08/10 17:01:21 cph Exp $
+$Id: edwin.ldr,v 1.67 1999/10/07 17:00:33 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
@@ -208,6 +208,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
        (load "bufmnu" (->environment '(EDWIN BUFFER-MENU)))
        (load "c-mode" environment)
        (load "javamode" environment)
+       (load "htmlmode" environment)
        (load "cinden" (->environment '(EDWIN C-INDENTATION)))
        (load "comhst" environment)
        (load "comint" environment)
index 5651d041c785fc6907cb5bae5fa644ed5871a48e..4e182aa4a33873518c9bc062ffbeebe5c33c3d39 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.239 1999/08/10 16:54:44 cph Exp $
+$Id: edwin.pkg,v 1.240 1999/10/07 17:00:36 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
@@ -84,6 +84,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
         "loadef"                       ; auto-load definitions
         "c-mode"                       ; C mode
         "javamode"                     ; Java mode
+        "htmlmode"                     ; HTML mode
         "midas"                        ; MIDAS mode
         "pasmod"                       ; Pascal mode
         "tximod"                       ; Texinfo mode