Mercurial > emacs
annotate lisp/progmodes/m4-mode.el @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch
Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Tue, 07 Jan 1997 19:29:28 +0000 |
parents | 7f975e29d4ee |
children | 88e528f3dc49 |
rev | line source |
---|---|
16482 | 1 ;;; m4-mode.el --- m4 code editing commands for Emacs |
2 | |
3 ;;; Copyright (C) 1996 Free Software Foundation, Inc. | |
4 | |
5 ;; Author: Andrew Csillag <drew@staff.prodigy.com> | |
6 ;; Maintainer: Andrew Csillag <drew@staff.prodigy.com> | |
7 ;; Keywords: languages, faces | |
8 | |
9 ;; This file is part of GNU Emacs. | |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
13 ;; the Free Software Foundation; either version 2, or (at your option) | |
14 ;; any later version. | |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
25 | |
26 ;;; Commentary: | |
27 | |
28 ;; A smart editing mode for m4 macro definitions. It seems to have most of the | |
29 ;; syntax right (sexp motion commands work, but function motion commands don't). | |
30 ;; It also sets the font-lock syntax stuff for colorization | |
31 | |
32 ;; To Do's: | |
33 | |
34 ;; * want to make m4-m4-(buffer|region) look sorta like M-x compile look&feel ? | |
35 ;; * sexp motion commands don't seem to work right | |
36 | |
37 ;; to autoload m4 lisp code: | |
38 ;; (autoload 'm4-mode "m4-mode" nil t) | |
39 ;; | |
40 ;; or can use (load "m4-mode") or (require 'm4-mode) to just load it | |
41 ;; | |
42 ;; to try to "auto-detect" m4 files: | |
43 ;; (setq auto-mode-alist | |
44 ;; (cons '(".*\\.m4$" . m4-mode) | |
45 ;; auto-mode-alist)) | |
46 | |
47 ;;; Thanks: | |
48 ;;; to Akim Demaille and Terry Jones for the bug reports | |
49 | |
50 ;;; Code: | |
51 | |
52 ;;path to the m4 program | |
53 (defvar m4-program "/usr/local/bin/m4") | |
54 | |
55 ;;thank god for make-regexp.el! | |
56 (defvar m4-font-lock-keywords | |
57 `( | |
58 ("^\\\#.*" . font-lock-comment-face) | |
59 ("\\\$\\\*" . font-lock-variable-name-face) | |
60 ("\\\$[0-9]" . font-lock-variable-name-face) | |
61 ("\\\$\\\#" . font-lock-variable-name-face) | |
16618
7f975e29d4ee
Fixed syntax table for quotes since they messed up
Richard M. Stallman <rms@gnu.org>
parents:
16482
diff
changeset
|
62 ("\\\$\\\@" . font-lock-variable-name-face) |
7f975e29d4ee
Fixed syntax table for quotes since they messed up
Richard M. Stallman <rms@gnu.org>
parents:
16482
diff
changeset
|
63 ("\\\$\\\*" . font-lock-variable-name-face) |
16482 | 64 ("\\b\\(builtin\\|change\\(com\\|quote\\|word\\)\\|d\\(e\\(bug\\(file\\|mode\\)\\|cr\\|f\\(ine\\|n\\)\\)\\|iv\\(ert\\|num\\)\\|nl\\|umpdef\\)\\|e\\(rrprint\\|syscmd\\|val\\)\\|f\\(ile\\|ormat\\)\\|gnu\\|i\\(f\\(def\\|else\\)\\|n\\(c\\(lude\\|r\\)\\|d\\(ex\\|ir\\)\\)\\)\\|l\\(en\\|ine\\)\\|m\\(4\\(exit\\|wrap\\)\\|aketemp\\)\\|p\\(atsubst\\|opdef\\|ushdef\\)\\|regexp\\|s\\(hift\\|include\\|ubstr\\|ys\\(cmd\\|val\\)\\)\\|tra\\(ceo\\(ff\\|n\\)\\|nslit\\)\\|un\\(d\\(efine\\|ivert\\)\\|ix\\)\\)\\b" . font-lock-keyword-face) |
65 ("\\b\\(m4_\\(builtin\\|change\\(com\\|quote\\|word\\)\\|d\\(e\\(bug\\(file\\|mode\\)\\|cr\\|f\\(ine\\|n\\)\\)\\|iv\\(ert\\|num\\)\\|nl\\|umpdef\\)\\|e\\(rrprint\\|syscmd\\|val\\)\\|f\\(ile\\|ormat\\)\\|i\\(f\\(def\\|else\\)\\|n\\(c\\(lude\\|r\\)\\|d\\(ex\\|ir\\)\\)\\)\\|l\\(en\\|ine\\)\\|m\\(4\\(_undefine\\|exit\\|wrap\\)\\|aketemp\\)\\|p\\(atsubst\\|opdef\\|ushdef\\)\\|regexp\\|s\\(hift\\|include\\|ubstr\\|ys\\(cmd\\|val\\)\\)\\|tra\\(ceo\\(ff\\|n\\)\\|nslit\\)\\|undivert\\)\\)\\b" . font-lock-keyword-face) | |
66 "default font-lock-keywords") | |
67 ) | |
68 | |
69 ;;this may still need some work | |
70 (defvar m4-mode-syntax-table nil | |
71 "syntax table used in m4 mode") | |
72 (setq m4-mode-syntax-table (make-syntax-table)) | |
73 (modify-syntax-entry ?` "('" m4-mode-syntax-table) | |
74 (modify-syntax-entry ?' ")`" m4-mode-syntax-table) | |
75 (modify-syntax-entry ?# "<\n" m4-mode-syntax-table) | |
76 (modify-syntax-entry ?\n ">#" m4-mode-syntax-table) | |
77 (modify-syntax-entry ?{ "_" m4-mode-syntax-table) | |
78 (modify-syntax-entry ?} "_" m4-mode-syntax-table) | |
79 (modify-syntax-entry ?* "w" m4-mode-syntax-table) | |
80 (modify-syntax-entry ?_ "w" m4-mode-syntax-table) | |
16618
7f975e29d4ee
Fixed syntax table for quotes since they messed up
Richard M. Stallman <rms@gnu.org>
parents:
16482
diff
changeset
|
81 (modify-syntax-entry ?\" "w" m4-mode-syntax-table) |
16482 | 82 |
83 (defvar m4-mode-map | |
84 (let ((map (make-sparse-keymap))) | |
85 (define-key map "\C-c\C-b" 'm4-m4-buffer) | |
86 (define-key map "\C-c\C-r" 'm4-m4-region) | |
87 (define-key map "\C-c\C-c" 'comment-region) | |
88 map)) | |
89 | |
90 (defun m4-m4-buffer () | |
91 "send contents of the current buffer to m4" | |
92 (interactive) | |
93 (start-process "m4process" "*m4 output*" m4-program "-e") | |
94 (process-send-region "m4process" (point-min) (point-max)) | |
95 (process-send-eof "m4process") | |
96 (switch-to-buffer "*m4 output*") | |
97 ) | |
98 | |
99 (defun m4-m4-region () | |
100 "send contents of the current region to m4" | |
101 (interactive) | |
102 (start-process "m4process" "*m4 output*" m4-program "-e") | |
103 (process-send-region "m4process" (point) (mark)) | |
104 (process-send-eof "m4process") | |
105 (switch-to-buffer "*m4 output*") | |
106 ) | |
107 | |
108 (defun m4-mode () | |
109 "A major-mode to edit m4 macro files | |
110 \\{m4-mode-map} | |
111 " | |
112 (interactive) | |
113 (kill-all-local-variables) | |
114 (use-local-map m4-mode-map) | |
115 | |
116 (make-local-variable 'comment-start) | |
117 (setq comment-start "#") | |
118 (make-local-variable 'parse-sexp-ignore-comments) | |
119 (setq parse-sexp-ignore-comments t) | |
120 | |
121 | |
122 (make-local-variable 'font-lock-defaults) | |
123 (setq major-mode 'm4-mode | |
124 mode-name "m4" | |
125 font-lock-defaults `(m4-font-lock-keywords nil) | |
126 ) | |
127 (set-syntax-table m4-mode-syntax-table) | |
128 (run-hooks 'm4-mode-hook)) | |
129 | |
130 (provide 'm4-mode) | |
131 ;;stuff to play with for debugging | |
132 ;(char-to-string (char-syntax ?`)) | |
133 | |
134 ;;;how I generate the nasty looking regexps at the top | |
135 ;;;(make-regexp '("builtin" "changecom" "changequote" "changeword" "debugfile" | |
136 ;;; "debugmode" "decr" "define" "defn" "divert" "divnum" "dnl" | |
137 ;;; "dumpdef" "errprint" "esyscmd" "eval" "file" "format" "gnu" | |
138 ;;; "ifdef" "ifelse" "include" "incr" "index" "indir" "len" "line" | |
139 ;;; "m4exit" "m4wrap" "maketemp" "patsubst" "popdef" "pushdef" "regexp" | |
140 ;;; "shift" "sinclude" "substr" "syscmd" "sysval" "traceoff" "traceon" | |
141 ;;; "translit" "undefine" "undivert" "unix")) | |
142 ;;;(make-regexp '("m4_builtin" "m4_changecom" "m4_changequote" "m4_changeword" | |
143 ;;; "m4_debugfile" "m4_debugmode" "m4_decr" "m4_define" "m4_defn" | |
144 ;;; "m4_divert" "m4_divnum" "m4_dnl" "m4_dumpdef" "m4_errprint" | |
145 ;;; "m4_esyscmd" "m4_eval" "m4_file" "m4_format" "m4_ifdef" "m4_ifelse" | |
146 ;;; "m4_include" "m4_incr" "m4_index" "m4_indir" "m4_len" "m4_line" | |
147 ;;; "m4_m4exit" "m4_m4wrap" "m4_maketemp" "m4_patsubst" "m4_popdef" | |
148 ;;; "m4_pushdef" "m4_regexp" "m4_shift" "m4_sinclude" "m4_substr" | |
149 ;;; "m4_syscmd" "m4_sysval" "m4_traceoff" "m4_traceon" "m4_translit" | |
150 ;;; "m4_m4_undefine" "m4_undivert")) | |
151 | |
152 ;;; m4.el ends here |