annotate lisp/progmodes/m4-mode.el @ 110523:a5ad4f188e19

Synch Semantic to CEDET 1.0. Move CEDET ChangeLog entries to new file lisp/cedet/ChangeLog. * semantic.el (semantic-version): Update to 2.0. (semantic-mode-map): Add "," and "m" bindings. (navigate-menu): Update. * semantic/symref.el (semantic-symref-calculate-rootdir): New function. (semantic-symref-detect-symref-tool): Use it. * semantic/symref/grep.el (semantic-symref-grep-shell): New var. (semantic-symref-perform-search): Use it. Calculate root dir with semantic-symref-calculate-rootdir. (semantic-symref-derive-find-filepatterns): Improve error message. * semantic/symref/list.el (semantic-symref-results-mode-map): New bindings. (semantic-symref-auto-expand-results): New option. (semantic-symref-results-dump): Obey auto-expand. (semantic-symref-list-expand-all, semantic-symref-regexp) (semantic-symref-list-contract-all) (semantic-symref-list-map-open-hits) (semantic-symref-list-update-open-hits) (semantic-symref-list-create-macro-on-open-hit) (semantic-symref-list-call-macro-on-open-hits): New functions. (semantic-symref-list-menu-entries) (semantic-symref-list-menu): New vars. (semantic-symref-list-map-open-hits): Move cursor to beginning of match before calling the mapped function. * semantic/doc.el (semantic-documentation-comment-preceeding-tag): Do nothing if the mode doesn't provide comment-start-skip. * semantic/scope.el (semantic-analyze-scope-nested-tags-default): Strip duplicates. (semantic-analyze-scoped-inherited-tag-map): Take the tag we are looking for as part of the scoped tags list. * semantic/html.el (semantic-default-html-setup): Add senator-step-at-tag-classes. * semantic/decorate/include.el (semantic-decoration-on-unknown-includes): Change light bgcolor. (semantic-decoration-on-includes-highlight-default): Check that the include tag has a postion. * semantic/complete.el (semantic-collector-local-members): (semantic-complete-read-tag-local-members) (semantic-complete-jump-local-members): New class and functions. (semantic-complete-self-insert): Save excursion before completing. * semantic/analyze/complete.el (semantic-analyze-possible-completions-default): If no completions are found, return the raw by-name-only completion list. Add FLAGS arguments. Add support for 'no-tc (type constraint) and 'no-unique, or no stripping duplicates. (semantic-analyze-possible-completions-default): Add FLAGS arg. * semantic/util-modes.el (semantic-stickyfunc-show-only-functions-p): New option. (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for the very first line in a buffer. * semantic/util.el (semantic-hack-search) (semantic-recursive-find-nonterminal-by-name) (semantic-current-tag-interactive): Deleted. (semantic-describe-buffer): Fix expand-nonterminal. Add lex-syntax-mods, type relation separator char, and command separation char. (semantic-sanity-check): Only message if called interactively. * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the :filename property and the tag position. * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): Add recursion limit. * semantic/imenu.el (semantic-imenu-bucketize-type-members): Make this buffer local, not the obsoleted variable. * semantic/idle.el: Add breadcrumbs support. (semantic-idle-summary-current-symbol-info-default) (semantic-idle-tag-highlight) (semantic-idle-completion-list-default): Use semanticdb-without-unloaded-file-searches for speed, and to conform to the controls that specify if the idle timer is supposed to be parsing unparsed includes. (semantic-idle-symbol-highlight-face) (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*. Callers changed. (semantic-idle-work-parse-neighboring-files-flag): Default to nil. (semantic-idle-work-update-headers-flag): New var. (semantic-idle-work-for-one-buffer): Use it. (semantic-idle-local-symbol-highlight): Rename from semantic-idle-tag-highlight. (semantic-idle-truncate-long-summaries): New option. * semantic/ia.el (semantic-ia-cache) (semantic-ia-get-completions): Deleted. Callers changed. (semantic-ia-show-variants): New command. (semantic-ia-show-doc): If doc is empty, don't make a temp buffer. (semantic-ia-show-summary): If there isn't anything to show, say so. * semantic/grammar.el (semantic-grammar-create-package): Save the buffer even in batch mode. * semantic/fw.el (semanticdb-without-unloaded-file-searches): New macro. * semantic/dep.el (semantic-dependency-find-file-on-path): Fix case dereferencing ede-object when it is a list. * semantic/db-typecache.el (semanticdb-expand-nested-tag) (semanticdb-typecache-faux-namespace): New functions. (semanticdb-typecache-file-tags) (semanticdb-typecache-merge-streams): Use them. (semanticdb-typecache-file-tags): When deriving tags from a file, give the mode a chance to monkey with the tag copy. (semanticdb-typecache-find-default): Wrap find in save-excursion. (semanticdb-typecache-find-by-name-helper): Merge found names down. * semantic/db-global.el (semanticdb-enable-gnu-global-in-buffer): Don't show messages if GNU Global is not available and we don't want to throw an error. * semantic/db-find.el (semanticdb-find-result-nth-in-buffer): When trying to normalize the tag to a buffer, don't error if set-buffer method doesn't exist. * semantic/db-file.el (semanticdb-save-db): Simplify msg. * semantic/db.el (semanticdb-refresh-table): If forcing a refresh on a file not in a buffer, use semantic-find-file-noselect and delete the buffer after use. (semanticdb-current-database-list): When calculating root via hooks, force it through true-filename and skip the list of possible roots. * semantic/ctxt.el (semantic-ctxt-imported-packages): New. * semantic/analyze/debug.el (semantic-analyzer-debug-insert-tag): Reset standard output to current buffer. (semantic-analyzer-debug-global-symbol) (semantic-analyzer-debug-missing-innertype): Change "prefix" to "symbol" in messages. * semantic/analyze/refs.el: (semantic-analyze-refs-impl) (semantic-analyze-refs-proto): When calculating value, make sure the found tag is 'similar' to the originating tag. (semantic--analyze-refs-find-tags-with-parent): Attempt to identify matches via imported symbols of parents. (semantic--analyze-refs-full-lookup-with-parents): Do a deep search during the brute search. * semantic/analyze.el (semantic-analyze-find-tag-sequence-default): Be robust to calculated scopes being nil. * semantic/bovine/c.el (semantic-c-describe-environment): Add project macro symbol array. (semantic-c-parse-lexical-token): Add recursion limit. (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag): New overrides. (semantic-expand-c-tag-namelist): Split a full type from a typedef out to its own tag. (semantic-expand-c-tag-namelist): Do not split out a typedef'd inline type if it is an anonymous type. (semantic-c-reconstitute-token): Use the optional initializers as a clue that some function is probably a constructor. When defining the type of these constructors, split the parent name, and use only the class part, if applicable. * semantic/bovine/c-by.el: * semantic/wisent/python-wy.el: Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 18 Sep 2010 22:49:54 -0400
parents 1d1d5d9bd884
children b47e85affa59 376148b31b5e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 ;;; m4-mode.el --- m4 code editing commands for Emacs
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100908
diff changeset
3 ;; Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
64699
629afbe74e61 Update copyright for release of 22.1 for progmodes directory.
Nick Roberts <nickrob@snap.net.nz>
parents: 64085
diff changeset
4 ;; Free Software Foundation, Inc.
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
20344
229f31952731 Update author email address.
Richard M. Stallman <rms@gnu.org>
parents: 19779
diff changeset
6 ;; Author: Andrew Csillag <drew_csillag@geocities.com>
229f31952731 Update author email address.
Richard M. Stallman <rms@gnu.org>
parents: 19779
diff changeset
7 ;; Maintainer: Andrew Csillag <drew_csillag@geocities.com>
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 ;; Keywords: languages, faces
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 ;; This file is part of GNU Emacs.
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94206
diff changeset
12 ;; GNU Emacs is free software: you can redistribute it and/or modify
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 ;; it under the terms of the GNU General Public License as published by
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94206
diff changeset
14 ;; the Free Software Foundation, either version 3 of the License, or
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94206
diff changeset
15 ;; (at your option) any later version.
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 ;; GNU Emacs is distributed in the hope that it will be useful,
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 ;; GNU General Public License for more details.
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
94673
52b7a8c22af5 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94206
diff changeset
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 ;;; Commentary:
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
27 ;; A smart editing mode for m4 macro definitions. It seems to have most of the
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 ;; syntax right (sexp motion commands work, but function motion commands don't).
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 ;; It also sets the font-lock syntax stuff for colorization
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 ;; To Do's:
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
33 ;; * want to make m4-m4-(buffer|region) look sorta like M-x compile look&feel ?
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
34 ;; * sexp motion commands don't seem to work right
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
35
49598
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
36 ;;; Thanks:
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
37 ;;; to Akim Demaille and Terry Jones for the bug reports
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
38 ;;; to Simon Marshall for the regexp tip
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
39 ;;; to Martin Buchholz for some general fixes
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
40
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
41 ;;; Code:
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
42
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
43 (defgroup m4 nil
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
44 "m4 code editing commands for Emacs."
66963
a11fdee52c05 Add :link (custom-group-link font-lock-faces) to defgroup.
Juri Linkov <juri@jurta.org>
parents: 64699
diff changeset
45 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
46 :prefix "m4-"
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
47 :group 'languages)
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
48
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
49 (defcustom m4-program
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
50 (cond
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
51 ((file-exists-p "/usr/local/bin/m4") "/usr/local/bin/m4")
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
52 ((file-exists-p "/usr/bin/m4") "/usr/bin/m4")
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
53 ((file-exists-p "/bin/m4") "/bin/m4")
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
54 ((file-exists-p "/usr/ccs/bin/m4") "/usr/ccs/bin/m4")
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
55 ( t "m4")
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
56 )
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
57 "File name of the m4 executable."
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
58 :type 'file
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
59 :group 'm4)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
60
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
61 ;;options to m4
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
62 (defcustom m4-program-options nil
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
63 "Options to pass to `m4-program'."
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
64 :type '(repeat string)
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
65 :group 'm4)
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
66
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
67 ;;to use --prefix-builtins, you can use
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
68 ;;(defconst m4-program-options '("-P"))
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
69 ;;or
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
70 ;;(defconst m4-program-options '("--prefix-builtins"))
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
71
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
72 (defvar m4-font-lock-keywords
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
73 `(
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
74 ("\\(\\b\\(m4_\\)?dnl\\b\\|^\\#\\).*$" . font-lock-comment-face)
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
75 ; ("\\(\\bdnl\\b\\|\\bm4_dnl\\b\\|^\\#\\).*$" . font-lock-comment-face)
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
76 ("\\$[*#@0-9]" . 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
77 ("\\\$\\\@" . 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
78 ("\\\$\\\*" . font-lock-variable-name-face)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
79 ("\\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)
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
80 ("\\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))
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
81 "Default font-lock-keywords for `m4 mode'.")
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
82
21447
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
83 (defcustom m4-mode-hook nil
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
84 "*Hook called by `m4-mode'."
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
85 :type 'hook
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
86 :group 'm4)
42e8acda5021 Customize
Stephen Eglen <stephen@gnu.org>
parents: 20344
diff changeset
87
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
88 ;;this may still need some work
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
89 (defvar m4-mode-syntax-table nil
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
90 "Syntax table used while in `m4-mode'.")
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
91 (setq m4-mode-syntax-table (make-syntax-table))
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
92 (modify-syntax-entry ?` "('" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
93 (modify-syntax-entry ?' ")`" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
94 (modify-syntax-entry ?# "<\n" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
95 (modify-syntax-entry ?\n ">#" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
96 (modify-syntax-entry ?{ "_" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
97 (modify-syntax-entry ?} "_" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
98 (modify-syntax-entry ?* "w" m4-mode-syntax-table)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
99 (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
100 (modify-syntax-entry ?\" "w" m4-mode-syntax-table)
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
101 (modify-syntax-entry ?\" "w" m4-mode-syntax-table)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
102
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
103 (defvar m4-mode-map
94206
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
104 (let ((map (make-sparse-keymap))
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
105 (menu-map (make-sparse-keymap)))
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
106 (define-key map "\C-c\C-b" 'm4-m4-buffer)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
107 (define-key map "\C-c\C-r" 'm4-m4-region)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
108 (define-key map "\C-c\C-c" 'comment-region)
94206
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
109 (define-key map [menu-bar m4-mode] (cons "M4" menu-map))
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
110 (define-key menu-map [m4c]
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
111 '(menu-item "Comment Region" comment-region
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
112 :help "Comment Region"))
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
113 (define-key menu-map [m4b]
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
114 '(menu-item "M4 Buffer" m4-m4-buffer
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
115 :help "Send contents of the current buffer to m4"))
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
116 (define-key menu-map [m4r]
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
117 '(menu-item "M4 Region" m4-m4-region
10db3330138c * progmodes/asm-mode.el (asm-mode-map):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 93975
diff changeset
118 :help "Send contents of the current region to m4"))
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
119 map))
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
120
30469
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
121 (defvar m4-mode-abbrev-table nil
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
122 "Abbrev table used while in `m4-mode'.")
30469
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
123
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
124 (unless m4-mode-abbrev-table
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
125 (define-abbrev-table 'm4-mode-abbrev-table ()))
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
126
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
127 (defun m4-m4-buffer ()
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
128 "Send contents of the current buffer to m4."
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
129 (interactive)
76685
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
130 (shell-command-on-region
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
131 (point-min) (point-max)
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
132 (mapconcat 'identity (cons m4-program m4-program-options) "\s")
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
133 "*m4-output*" nil)
23961
7a6b8dd13afb (m4-m4-region, m4-m4-buffer): Use shell-command-on-region.
Richard M. Stallman <rms@gnu.org>
parents: 21447
diff changeset
134 (switch-to-buffer-other-window "*m4-output*"))
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
135
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
136 (defun m4-m4-region ()
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
137 "Send contents of the current region to m4."
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
138 (interactive)
76685
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
139 (shell-command-on-region
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
140 (point) (mark)
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
141 (mapconcat 'identity (cons m4-program m4-program-options) "\s")
fe088e460c01 (m4-m4-buffer, m4-m4-region): Fix omission bug:
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 75347
diff changeset
142 "*m4-output*" nil)
23961
7a6b8dd13afb (m4-m4-region, m4-m4-buffer): Use shell-command-on-region.
Richard M. Stallman <rms@gnu.org>
parents: 21447
diff changeset
143 (switch-to-buffer-other-window "*m4-output*"))
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
144
19779
fc52884e1dfc (m4-mode): Add autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents: 17899
diff changeset
145 ;;;###autoload
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
146 (defun m4-mode ()
19779
fc52884e1dfc (m4-mode): Add autoload cookie.
Richard M. Stallman <rms@gnu.org>
parents: 17899
diff changeset
147 "A major mode to edit m4 macro files.
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
148 \\{m4-mode-map}
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
149 "
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
150 (interactive)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
151 (kill-all-local-variables)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
152 (use-local-map m4-mode-map)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
153
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
154 (make-local-variable 'comment-start)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
155 (setq comment-start "#")
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
156 (make-local-variable 'parse-sexp-ignore-comments)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
157 (setq parse-sexp-ignore-comments t)
30469
2fce61fd82ec (m4-mode-abbrev-table): New variable.
Gerd Moellmann <gerd@gnu.org>
parents: 23961
diff changeset
158 (setq local-abbrev-table m4-mode-abbrev-table)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
159
47666
537f1778caaf (m4-font-lock-keywords)
John Paul Wallington <jpw@pobox.com>
parents: 38436
diff changeset
160 (make-local-variable 'font-lock-defaults)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
161 (setq major-mode 'm4-mode
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
162 mode-name "m4"
17899
88e528f3dc49 (m4-program): Guess which m4 binary to use.
Richard M. Stallman <rms@gnu.org>
parents: 16618
diff changeset
163 font-lock-defaults '(m4-font-lock-keywords nil)
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
164 )
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
165 (set-syntax-table m4-mode-syntax-table)
62772
f2892faa87d4 * progmodes/ada-mode.el (ada-mode):
Lute Kamstra <lute@gnu.org>
parents: 52401
diff changeset
166 (run-mode-hooks 'm4-mode-hook))
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
167
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
168 (provide 'm4-mode)
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
169 ;;stuff to play with for debugging
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
170 ;(char-to-string (char-syntax ?`))
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
171
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
172 ;;;how I generate the nasty looking regexps at the top
49598
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
173 ;;;(make-regexp '("builtin" "changecom" "changequote" "changeword" "debugfile"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
174 ;;; "debugmode" "decr" "define" "defn" "divert" "divnum" "dnl"
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
175 ;;; "dumpdef" "errprint" "esyscmd" "eval" "file" "format" "gnu"
49598
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
176 ;;; "ifdef" "ifelse" "include" "incr" "index" "indir" "len" "line"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
177 ;;; "m4exit" "m4wrap" "maketemp" "patsubst" "popdef" "pushdef" "regexp"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
178 ;;; "shift" "sinclude" "substr" "syscmd" "sysval" "traceoff" "traceon"
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
179 ;;; "translit" "undefine" "undivert" "unix"))
49598
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
180 ;;;(make-regexp '("m4_builtin" "m4_changecom" "m4_changequote" "m4_changeword"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
181 ;;; "m4_debugfile" "m4_debugmode" "m4_decr" "m4_define" "m4_defn"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
182 ;;; "m4_divert" "m4_divnum" "m4_dnl" "m4_dumpdef" "m4_errprint"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
183 ;;; "m4_esyscmd" "m4_eval" "m4_file" "m4_format" "m4_ifdef" "m4_ifelse"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
184 ;;; "m4_include" "m4_incr" "m4_index" "m4_indir" "m4_len" "m4_line"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
185 ;;; "m4_m4exit" "m4_m4wrap" "m4_maketemp" "m4_patsubst" "m4_popdef"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
186 ;;; "m4_pushdef" "m4_regexp" "m4_shift" "m4_sinclude" "m4_substr"
0d8b17d428b5 Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 47666
diff changeset
187 ;;; "m4_syscmd" "m4_sysval" "m4_traceoff" "m4_traceon" "m4_translit"
16482
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
188 ;;; "m4_m4_undefine" "m4_undivert"))
4e58112986fd Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
189
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 79717
diff changeset
190 ;; arch-tag: 87811d86-94c1-474b-9666-587f6da74af1
38436
b174db545cfd Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 30469
diff changeset
191 ;;; m4-mode.el ends here