Server IP : 111.118.215.189 / Your IP : 18.117.158.174 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/progmodes/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:09:30 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/progmodes/simula.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-declare-group 'simula nil "Major mode for editing Simula code." :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) :prefix "simula-" :group 'languages) #@175 Non-nil means TAB in SIMULA mode should always reindent the current line. Otherwise TAB indents only when point is within the run of whitespace at the beginning of the line. (defconst simula-tab-always-indent-default nil (#$ . 741)) #@175 Non-nil means TAB in SIMULA mode should always reindent the current line. Otherwise TAB indents only when point is within the run of whitespace at the beginning of the line. (custom-declare-variable 'simula-tab-always-indent 'simula-tab-always-indent-default '(#$ . 981) :type 'boolean :group 'simula) #@68 Indentation of SIMULA statements with respect to containing block. (defconst simula-indent-level-default 3 (#$ . 1289)) #@68 Indentation of SIMULA statements with respect to containing block. (custom-declare-variable 'simula-indent-level 'simula-indent-level-default '(#$ . 1415) :type 'integer :group 'simula) #@61 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE. (defconst simula-substatement-offset-default 3 (#$ . 1607)) #@61 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE. (custom-declare-variable 'simula-substatement-offset 'simula-substatement-offset-default '(#$ . 1733) :type 'integer :group 'simula) #@239 Extra indentation for lines not starting a statement or substatement. If value is a list, each line in a multipleline continued statement will have the car of the list extra indentation with respect to the previous line of the statement. (defconst simula-continued-statement-offset-default 3 (#$ . 1933)) #@239 Extra indentation for lines not starting a statement or substatement. If value is a list, each line in a multipleline continued statement will have the car of the list extra indentation with respect to the previous line of the statement. (custom-declare-variable 'simula-continued-statement-offset 'simula-continued-statement-offset-default '(#$ . 2245) :type 'integer :group 'simula) #@61 Offset of SIMULA label lines relative to usual indentation. (defconst simula-label-offset-default -4711 (#$ . 2636)) #@61 Offset of SIMULA label lines relative to usual indentation. (custom-declare-variable 'simula-label-offset 'simula-label-offset-default '(#$ . 2759) :type 'integer :group 'simula) #@208 Extra indentation of THEN and ELSE with respect to the starting IF. Value is a cons cell, the car is extra THEN indentation and the cdr extra ELSE indentation. IF after ELSE is indented as the starting IF. (defconst simula-if-indent-default '(0 . 0) (#$ . 2945)) #@208 Extra indentation of THEN and ELSE with respect to the starting IF. Value is a cons cell, the car is extra THEN indentation and the cdr extra ELSE indentation. IF after ELSE is indented as the starting IF. (custom-declare-variable 'simula-if-indent 'simula-if-indent-default '(#$ . 3216) :type '(cons integer integer) :group 'simula) #@167 Extra indentation of WHEN and OTHERWISE with respect to the INSPECT. Value is a cons cell, the car is extra WHEN indentation and the cdr extra OTHERWISE indentation. (defconst simula-inspect-indent-default '(0 . 0) (#$ . 3558)) #@167 Extra indentation of WHEN and OTHERWISE with respect to the INSPECT. Value is a cons cell, the car is extra WHEN indentation and the cdr extra OTHERWISE indentation. (custom-declare-variable 'simula-inspect-indent 'simula-inspect-indent-default '(#$ . 3793) :type '(cons integer integer) :group 'simula) #@73 Non-nil means `simula-indent-line' function may reindent previous line. (defconst simula-electric-indent-default nil (#$ . 4103)) #@73 Non-nil means `simula-indent-line' function may reindent previous line. (custom-declare-variable 'simula-electric-indent 'simula-electric-indent-default '(#$ . 4239) :type 'boolean :group 'simula) #@175 Specify how to convert case for SIMULA keywords. Value is one of the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table' or nil if they should not be changed. (defconst simula-abbrev-keyword-default 'upcase (#$ . 4443)) #@175 Specify how to convert case for SIMULA keywords. Value is one of the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table' or nil if they should not be changed. (custom-declare-variable 'simula-abbrev-keyword 'simula-abbrev-keyword-default '(#$ . 4685) :type '(choice (const upcase) (const downcase) (const capitalize) (const nil)) :group 'simula) #@202 Specify how to convert case for standard SIMULA procedure and class names. Value is one of the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table', or nil if they should not be changed. (defconst simula-abbrev-stdproc-default 'abbrev-table (#$ . 5053)) (byte-code "\300\301\302\303\304\305\306\307&\210\300\310\311\312\304\313\306\307&\207" [custom-declare-variable simula-abbrev-stdproc simula-abbrev-stdproc-default "Specify how to convert case for standard SIMULA procedure and class names.\nValue is one of the symbols `upcase', `downcase', `capitalize',\n(as in) `abbrev-table', or nil if they should not be changed." :type (choice (const upcase) (const downcase) (const capitalize) (const abbrev-table) (const nil)) :group simula simula-abbrev-file nil "File with extra abbrev definitions for use in SIMULA mode.\nThese are used together with the standard abbrev definitions for SIMULA.\nPlease note that the standard definitions are required\nfor SIMULA mode to function correctly." (choice file (const nil))] 8) #@38 Syntax table in SIMULA mode buffers. (defvar simula-mode-syntax-table nil (#$ . 6096)) (defconst simula-syntax-propertize-function #[(start end) "b\210` W\205\\ \302\303 \304#\205\\ \305\224\203\"