summaryrefslogtreecommitdiff
path: root/sci-mathematics/geomview/files/gvcl-mode.el
blob: cbfadafc205f534e641bc45a01eb9c114afa75f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
;;; gvcl-mode.el --- A major mode for editing Geomview Command Language files

;; Copyright (C) 2007  Claus-Justus Heine

;; Author: Claus-Justus Heine
;; Keywords: extensions

;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.

;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING.  If not, write to
;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.

;;; Commentary:

;; Writing an Emacs major mode is really a non-trivial task. This file
;; really covers only some basic things (comment-start,
;; syntax-highlighting, crude indentation support).

;;; Code:

;; Setup

;;First, we define some variables that all modes should
;;define. gvlisp-mode-hook allows the user to run their own code when
;;your mode is run

(defvar gvcl-mode-hook nil)

(defvar gvcl-indent-offset 2 "Incremental indentation offset.")

;;Now we create a keymap. This map, here called gvcl-mode-map, allows
;;both you and users to define their own keymaps. The keymap is
;;immediately set to a default keymap. Then, using define-key, we
;;insert an example keybinding into the keymap, which maps the
;;newline-and-indent function to Control-j (which is actually the
;;default binding for this function, but is included anyway as an
;;example). Of course, you may define as many keybindings as you wish.
;;
;;If your keymap will have very few entries, then you may want to
;;consider make-sparse-keymap rather than make-keymap
(defvar gvcl-mode-map
  (let ((gvcl-mode-map (make-keymap)))
    (define-key gvcl-mode-map "\C-j" 'newline-and-indent)
    gvcl-mode-map)
  "Keymap for Geomview Command Language major mode.")

;;Here, we append a definition to auto-mode-alist. This tells emacs
;;that when a buffer with a name ending with .wpd is opened, then
;;gvcl-mode should be started in that buffer. Some modes leave this
;;step to the user.
(add-to-list 'auto-mode-alist '("\\.gcl\\'" . gvcl-mode))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Syntax highlighting using keywords

(defconst gvcl-font-lock-keywords-1
  (list
   '("(\\s-*\\(redraw\\|process-events\\|interest\\|time-interests\\|and\\|sleep-\\(for\\|until\\)\\|or\\|hdefine\\|geometry\\|quote\\|eval\\|if\\|while\\|setq\\|echo\\|let\\|exit\\|quit\\|lambda\\|defun\\|progn\\|backcolor\\|read\\|camera\\|new-geometry\\|car\\|cdr\\|cons\\|emodule\\S-*\\|ui-\\S-+\\|normalization\\)\\>" . font-lock-builtin-face)
   '("\\(\"\\w*\"\\)" . font-lock-variable-name-face))
  "Minimal highlighting expressions for GVCL mode.")

(defconst gvcl-font-lock-keywords-2
  (append gvcl-font-lock-keywords-1
		  (list
		   '("\\<\\(\\(location\\|origin\\)\\s-+\\(camera\\|local\\|global\\|ndc\\|screen\\)\\)\\>" . font-lock-constant-face)
		   '("\\<\\(define\\|geom\\(etry\\)?\\|camera\\|window\\|inertia\\|allgeoms\\|focus-change\\)\\>" . font-lock-keyword-face)))
  "Additional Keywords to highlight in GVCL mode.")

(defconst gvcl-font-lock-keywords-3
  (append gvcl-font-lock-keywords-2
		  (list
		   '("\\<\\(INST\\|T?LIST\\|\\(ST\\)?Z?u?v?C?N?U?4?n?\\(OFF\\|MESH\\|SKEL\\|VECT\\|QUAD\\|BEZ\\|BBP\\|BBOX\\|SPHERE\\|GROUP\\|DISCGRP\\|COMMENT\\)\\)\\>" . font-lock-type-face)
		   ;; more OOGL keywords
		   '("\\<\\(SINUSOIDAL\\|CYLINDRICAL\\|RECTANGULAR\\|STEREOGRAPHIC\\|ONEFACE\\)\\>" . font-lock-keyword-face)
		   ;; apperance constants
		   '("\\<\\(blend\\|modulate\\|replace\\|decal\\|replacelights\\|face\\|edge\\|vect\\|transparent\\|normal\\|normscale\\|evert\\|texturing\\|mipmap\\|linear\\|mipinterp\\|backcull\\|concave\\|shadelines\\|keepcolor\\|smooth\\|flat\\|constant\\|csmooth\\|vcflat\\|replacelights\\|clamp\\s-+\\(s\\|t\\|st\\|none\\)\\)\\>" . font-lock-constant-face)
		   ;; image constants
		   '("\\<\\(RGB\\|RGBA\\|ALPHA\\|LUMINANCE\\|LUMINANCE_ALPHA\\)\\>" . font-lock-constant-face)
		   ;; image keywords
		   '("\\<\\(inertia\\|width\\|height\\|channels\\|maxval\\|data\\)\\>" . font-lock-keyword-face)
		   ;; apperance keywords
		   '("\\<\\(apply\\|shading\\|localviewer\\|attenconst\\|attenmult2?\\|normscale\\|shading\\|linewidth\\|patchdice\\|ka\\|ambient\\|kd\\|diffuse\\|ks\\|specular\\|shininess\\|backdiffuse\\|alpha\\|edgecolor\\|normalcolor\\|color\\|position\\|file\\|alphafile\\|background\\|texturing\\)\\>" . font-lock-keyword-face)
		   ;; some more types
		   '("\\<\\(texture\\|light\\|material\\|lighting\\|light\\|image\\|appearance\\|n?transforms?\\|tlist\\)\\>" . font-lock-type-face)
		   ;; some more constants
		   '("\\<\\(yes\\|no\\|on\\|off\\|toggle\\|center\\|none\\)\\>" . font-lock-constant-face)
		   ))
  "Balls-out highlighting in GVCL mode.")

;;I've now defined more GVCL constants. This completes the list of
;;GVCL keywords.

(defvar gvcl-font-lock-keywords gvcl-font-lock-keywords-3
  "Default highlighting expressions for GVCL mode.")

;;Here I've defined the default level of highlighting to be the
;;maximum. This is just my preference\u2014 the user can change this
;;variable (if the user knows how! This might be something to put in
;;the documentation for your own mode).

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Indentation

(defun gvcl-indent-line ()
  "Indent current line as GVCL code."
  (interactive)
;;  (beginning-of-line)
  (let ((savep (> (current-column) (current-indentation)))
	(indent (condition-case nil (max (gvcl-calculate-indentation) 0)
		  (error 0))))
    (if savep
	(save-excursion (indent-line-to indent))
      (indent-line-to indent))))

(defun gvcl-calculate-indentation ()
   "Return the column to which the current line should be indented."
   (save-excursion
     (beginning-of-line)
     (if (< (point) 2)
	 0
       (skip-chars-forward " \t")
       (let ((indent-above (if (eq (char-syntax (following-char)) ?\) )
			       0
			     gvcl-indent-offset)))
	 (up-list -1)
	 (+ (current-indentation) indent-above)))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; The syntax table

(defvar gvcl-mode-syntax-table
  (let ((st (make-syntax-table)))
    (modify-syntax-entry ?_ "w" st)
    (modify-syntax-entry ?# "<" st)
    (modify-syntax-entry ?\n ">" st)
    (modify-syntax-entry ?{ "(}" st)
    (modify-syntax-entry ?} "){" st)
    (modify-syntax-entry ?( "()" st)
    (modify-syntax-entry ?) ")(" st)
    st)
  "Syntax table for `gvcl-mode'.")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Derive the stuff from fundamental mode

(define-derived-mode gvcl-mode fundamental-mode "GVCL"
  "Major mode for editing Geomview Command Language files."
  (set (make-local-variable 'font-lock-defaults) '(gvcl-font-lock-keywords))
  (set (make-local-variable 'comment-start) "# ")
  (set (make-local-variable 'comment-start-skip) "#+\\s-*")
  (set (make-local-variable 'indent-line-function) 'gvcl-indent-line))


(provide 'gvcl-mode)

(provide 'gvcl-mode)

;;; gvcl-mode.el ends here