/usr/share/emacs/site-lisp/auctex/context-en.el is in auctex 11.87-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 | ;;; context-en.el --- Support for the ConTeXt english interface.
;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
;; Maintainer: Berend de Boer <berend@pobox.com>
;; Keywords: tex
;; This file is part of AUCTeX.
;; AUCTeX 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 3, or (at your option)
;; any later version.
;; AUCTeX 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 AUCTeX; see the file COPYING. If not, write to the Free
;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
;; 02110-1301, USA.
;;; Commentary:
;; This file is loaded by context.el when required.
;;; Code:
;; Build upon ConTeXt
(require 'context)
;;; ConText macro names
;;; Code:
(defvar ConTeXt-environment-list-en
'("alignment" "appendices"
"background" "backmatter" "bodymatter" "bodypart" "buffer"
"code" "color" "columns" "combination"
"encoding" "extroductions"
"fact" "formula" "framedcode" "framedtext" "frontmatter"
"helptext" "hiding"
"itemize"
"legend" "line" "linecorrection" "linenumbering" "lines"
"localenvironment" "localfootnotes"
"makeup" "mapping" "marginblock" "marginedge" "marginrule" "mode"
"narrower" "notmode"
"opposite"
"packed" "pagecomment" "pagefigure" "positioning" "postponing"
"quotation"
"raster" "register"
"standardmakeup"
"table" "tabulate" "TEXpage" "text" "textbackground" "typing"
"unpacked"
;; project structure
"component" "environment" "product" "project"
;; flowcharts, if you have loaded this module
"FLOWcell" "FLOWchart"
;; typesetting computer languages
"EIFFEL" "JAVA" "JAVASCRIPT" "MP" "PASCAL" "PERL" "SQL" "TEX" "XML"
;; some metapost environments
"MPpositiongraphic" "useMPgraphic" "MPcode" "reusableMPgraphic"
"uniqueMPgraphic")
"List of the ConTeXt en interface start/stop pairs.")
(defvar ConTeXt-define-list-en
'("accent"
"background" "blank" "block" "blocks" "bodyfont" "bodyfontenvironment"
"buffer"
"casemap" "character" "color" "colorgroup" "combinedlist" "command"
"description" "enumeration"
"float" "font" "fontsynonym" "framedtext" "head"
"indenting" "label"
"logo" "overlay"
"palet" "program" "startstop" "type" "typing")
"List of the names of ConTeXt en interface macro's that define things.")
(defvar ConTeXt-setup-list-en
'("align" "arranging" "background" "backgrounds" "blackrules"
"blank" "block" "bodyfont" "bodyfontenvironment" "bottom"
"bottomtexts" "buffer" "capitals" "caption" "captions" "color"
"colors" "columns" "combinations" "combinedlist" "descriptions"
"enumerations" "externalfigures" "fillinlines" "fillinrules" "float"
"floats" "footer" "footertexts" "footnodedefinition" "footnotes"
"framed" "framedtexts" "head" "header" "headertexts" "headnumber"
"heads" "headtext" "hyphenmark" "indentations" "indenting" "inmargin"
"interlinespace" "itemize" "items" "labeltext" "language" "layout"
"linenumbering" "lines" "list" "makeup" "marginblocks"
"marginrules" "marking" "narrower" "oppositeplacing"
"pagecomment" "pagenumber" "pagenumbering" "palet" "papersize" "paragraphs"
"quote" "referencing" "register"
"screens" "section" "sectionblock" "sorting" "spacing"
"subpagenumber" "synonyms" "text" "textrules" "texttexts" "thinrules"
"tolerance" "top" "toptexts" "type" "typing" "underbar" "whitespace")
"List of the names of ConTeXt en interface macro's that setup things.")
;; referencing in ConTeXt
(defvar ConTeXt-referencing-list-en
'("in" "at" "about" "pagereference" "textreference" "reference")
"List of ConTeXt en macro's that are used for referencing."
)
;; lists some place macro's as well, should perhaps be under separate menu
(defvar ConTeXt-other-macro-list-en
'("abbreviation" "adaptlayout" "at" "combinepages" "copypages"
"externalfigure" "framed" "from" "input" "insertpages" "filterpages"
"getbuffer" "goto"
"hideblocks" "keepblocks"
"leftaligned" "midaligned"
"obeyspaces"
"page"
"placecontent" "placeexternalfigure" "placefigure" "placelogos" "placetable"
"processblocks" "protect"
"raggedcenter" "rightaligned" "rotate"
"scale" "selectblocks" "showexternalfigures" "slicepages"
"useexternalfigure" "unprotect" "url" "useblocks" "usemodule" "useURL"
"version")
"List of ConTeXt en interface macro's that are not an environment nor a setup.")
(defun ConTeXt-define-command-en (what)
"The ConTeXt en interface way of creating a define command."
(concat "define" what))
(defun ConTeXt-setup-command-en (what)
"The ConTeXt en interface way of creating a setup command."
(concat "setup" what))
(defvar ConTeXt-project-structure-list-en
'("project" "environment" "product" "component")
"List of the names of ConTeXt project structure elements for its en interface. List should be in logical order.")
(defvar ConTeXt-section-block-list-en
'("frontmatter" "bodymatter" "appendices" "backmatter")
"List of the names of ConTeXt section blocks for its en interface. List should be in logical order.")
;; TODO:
;; ConTeXt has alternative sections like title and subject. Currently
;; the level is used to find the section name, so the alternative
;; names are never found. Have to start using the section name instead
;; of the number.
(defvar ConTeXt-section-list-en
'(("part" 0)
("chapter" 1)
("section" 2)
("subsection" 3)
("subsubsection" 4))
;; ("title" 1)
;; ("subject" 2)
;; ("subsubject" 3)
;; ("subsubsubject" 4)
"List of the names of ConTeXt sections for its en interface.")
(defvar ConTeXt-text-en "text"
"The ConTeXt en interface body text group.")
(defvar ConTeXt-item-list-en
'("item" "its" "mar" "ran" "sub" "sym")
"The ConTeXt macro's that are variants of item.")
(defcustom ConTeXt-default-environment-en "itemize"
"*The default environment when creating new ones with `ConTeXt-environment'."
:group 'ConTeXt-en-environment
:type 'string)
(defvar ConTeXt-extra-paragraph-commands-en
'("crlf" "par" "place[A-Za-z]+")
"List of ConTeXt macros that should have their own line.
That is, besides the section(-block) commands.")
;; Emacs en menu names and labels should go here
;; to be done
;;; Mode
(defun ConTeXt-en-mode-initialization ()
"ConTeXt english interface specific initialization."
(mapc 'ConTeXt-add-environments (reverse ConTeXt-environment-list-en))
(TeX-add-symbols
'("but" ConTeXt-arg-define-ref (TeX-arg-literal " "))
'("item" ConTeXt-arg-define-ref (TeX-arg-literal " "))
'("items" [ConTeXt-arg-setup] (TeX-arg-string "Comma separated list"))
'("its" ConTeXt-arg-define-ref (TeX-arg-literal " "))
'("nop" (TeX-arg-literal " "))
'("ran" TeX-arg-string (TeX-arg-literal " "))
'("sub" ConTeXt-arg-define-ref (TeX-arg-literal " "))
'("sym" (TeX-arg-string "Symbol") (TeX-arg-literal " "))))
;;;###autoload
(defun context-en-mode ()
"Major mode for editing files for ConTeXt using its english interface.
Special commands:
\\{ConTeXt-mode-map}
Entering `context-mode' calls the value of `text-mode-hook',
then the value of TeX-mode-hook, and then the value
of context-mode-hook."
(interactive)
;; set the ConTeXt interface
(setq ConTeXt-current-interface "en")
;; initialization
(ConTeXt-mode-common-initialization)
(ConTeXt-en-mode-initialization)
;; set mode line
(setq TeX-base-mode-name "ConTeXt-en")
(TeX-set-mode-name))
(provide 'context-en)
;;; context-en.el ends here
|