From 859baae6071bab5a981811cad8024ce106550915 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Oct 1999 17:00:42 +0000 Subject: [PATCH] Implement HTML mode. --- v7/src/edwin/decls.scm | 3 ++- v7/src/edwin/ed-ffi.scm | 4 +++- v7/src/edwin/edwin.ldr | 3 ++- v7/src/edwin/edwin.pkg | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/decls.scm b/v7/src/edwin/decls.scm index 41c11b9a1..4fa357791 100644 --- a/v7/src/edwin/decls.scm +++ b/v7/src/edwin/decls.scm @@ -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" diff --git a/v7/src/edwin/ed-ffi.scm b/v7/src/edwin/ed-ffi.scm index 2b9559b10..4851359c3 100644 --- a/v7/src/edwin/ed-ffi.scm +++ b/v7/src/edwin/ed-ffi.scm @@ -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) diff --git a/v7/src/edwin/edwin.ldr b/v7/src/edwin/edwin.ldr index e98555098..b67b2aa42 100644 --- a/v7/src/edwin/edwin.ldr +++ b/v7/src/edwin/edwin.ldr @@ -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) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 5651d041c..4e182aa4a 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -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 -- 2.25.1