--- gforth/gforth.el 2010/09/04 10:15:57 1.80 +++ gforth/gforth.el 2010/09/08 21:48:29 1.82 @@ -256,6 +256,7 @@ PARSED-TYPE specifies what kind of text "[ \t\n]" t string (font-lock-string-face . 1)) (("char") non-immediate (font-lock-keyword-face . 1) "[ \t\n]" t string (font-lock-string-face . 1)) + ("'.'?" non-immediate (font-lock-string-face . 1)) (("s\"" "c\"") immediate (font-lock-string-face . 1) "[\"\n]" nil string (font-lock-string-face . 1)) ((".\"") compile-only (font-lock-string-face . 1) @@ -1115,7 +1116,6 @@ exceeds 64 characters." (define-key forth-mode-map "\C-x\\" 'comment-region) (define-key forth-mode-map "\C-x~" 'forth-remove-tracers) (define-key forth-mode-map "\C-x\C-m" 'forth-split) -(define-key forth-mode-map "\e " 'forth-reload) (define-key forth-mode-map "\t" 'forth-indent-command) (define-key forth-mode-map "\C-m" 'forth-reindent-then-newline-and-indent) (define-key forth-mode-map "\M-q" 'forth-fill-paragraph)