-
Notifications
You must be signed in to change notification settings - Fork 0
/
matlab-load.el
181 lines (136 loc) · 6.36 KB
/
matlab-load.el
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
;;; matlab-load.el --- Auto-generated CEDET autoloads
;;
;;; Code:
;;;### (autoloads nil "cedet-matlab" "cedet-matlab.el" (22874 29371
;;;;;; 577402 392000))
;;; Generated autoloads from cedet-matlab.el
(autoload 'matlab-cedet-setup "cedet-matlab" "\
Update various paths to get SRecode to identify our macros.
\(fn)" t nil)
;;;***
;;;### (autoloads nil "company-matlab-shell" "company-matlab-shell.el"
;;;;;; (22874 29371 577402 392000))
;;; Generated autoloads from company-matlab-shell.el
(autoload 'company-matlab-shell "company-matlab-shell" "\
A `company-mode' completion back-end for Matlab-Shell.
\(fn COMMAND &optional ARG &rest IGNORED)" t nil)
;;;***
;;;### (autoloads nil "linemark" "linemark.el" (22874 29371 577402
;;;;;; 392000))
;;; Generated autoloads from linemark.el
(autoload 'enable-visual-studio-bookmarks "linemark" "\
Bind the viss bookmark functions to F2 related keys.
\\<global-map>
\\[viss-bookmark-toggle] - To=ggle a bookmark on this line.
\\[viss-bookmark-next-buffer] - Move to the next bookmark.
\\[viss-bookmark-prev-buffer] - Move to the previous bookmark.
\\[viss-bookmark-clear-all-buffer] - Clear all bookmarks.
\(fn)" t nil)
;;;***
;;;### (autoloads nil "matlab" "matlab.el" (22874 29371 577402 392000))
;;; Generated autoloads from matlab.el
(add-to-list 'auto-mode-alist '("\\.m$" . matlab-mode))
(autoload 'matlab-mode "matlab" "\
MATLAB(R) mode is a major mode for editing MATLAB dot-m files.
\\<matlab-mode-map>
Convenient editing commands are:
\\[matlab-comment-region] - Comment/Uncomment out a region of code.
\\[matlab-fill-comment-line] - Fill the current comment line.
\\[matlab-fill-region] - Fill code and comments in region.
\\[matlab-fill-paragraph] - Refill the current command or comment.
\\[matlab-complete-symbol] - Symbol completion of matlab symbolsbased on the local syntax.
\\[matlab-indent-sexp] - Indent syntactic block of code.
Convenient navigation commands are:
\\[matlab-beginning-of-command] - Move to the beginning of a command.
\\[matlab-end-of-command] - Move to the end of a command.
\\[matlab-beginning-of-defun] - Move to the beginning of a function.
\\[matlab-end-of-defun] - Move do the end of a function.
\\[matlab-forward-sexp] - Move forward over a syntactic block of code.
\\[matlab-backward-sexp] - Move backwards over a syntactic block of code.
Convenient template insertion commands:
\\[tempo-template-matlab-function] - Insert a function definition.
\\[tempo-template-matlab-if] - Insert an IF END block.
\\[tempo-template-matlab-for] - Insert a FOR END block.
\\[tempo-template-matlab-switch] - Insert a SWITCH END statement.
\\[matlab-insert-next-case] - Insert the next CASE condition in a SWITCH.
\\[matlab-insert-end-block] - Insert a matched END statement. With optional ARG, reindent.
\\[matlab-stringify-region] - Convert plaintext in region to a string with correctly quoted chars.
Variables:
`matlab-indent-level' Level to indent blocks.
`matlab-cont-level' Level to indent continuation lines.
`matlab-cont-requires-ellipsis' Does your MATLAB support implied elipsis.
`matlab-case-level' Level to unindent case statements.
`matlab-indent-past-arg1-functions'
Regexp of functions to indent past the first
argument on continuation lines.
`matlab-maximum-indents' List of maximum indents during lineups.
`matlab-comment-column' Goal column for on-line comments.
`fill-column' Column used in auto-fill.
`matlab-indent-function-body' If non-nil, indents body of MATLAB functions.
`matlab-functions-have-end' If non-nil, MATLAB functions terminate with end.
`matlab-return-function' Customize RET handling with this function.
`matlab-auto-fill' Non-nil, do auto-fill at startup.
`matlab-fill-code' Non-nil, auto-fill code.
`matlab-fill-strings' Non-nil, auto-fill strings.
`matlab-verify-on-save-flag' Non-nil, enable code checks on save.
`matlab-highlight-block-match-flag'
Enable matching block begin/end keywords.
`matlab-vers-on-startup' If t, show version on start-up.
`matlab-handle-simulink' If t, enable simulink keyword highlighting.
All Key Bindings:
\\{matlab-mode-map}
\(fn)" t nil)
(autoload 'matlab-shell "matlab" "\
Create a buffer with MATLAB running as a subprocess.
MATLAB shell cannot work on the MS Windows platform because MATLAB is not
a console application.
\(fn)" t nil)
;;;***
;;;### (autoloads nil "mlint" "mlint.el" (22874 29371 577402 392000))
;;; Generated autoloads from mlint.el
(autoload 'mlint-minor-mode "mlint" "\
Toggle mlint minor mode, a mode for showing mlint errors.
With prefix ARG, turn mlint minor mode on iff ARG is positive.
\\{mlint-minor-mode-map\\}
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil "semantic-matlab" "semantic-matlab.el" (22874
;;;;;; 29371 577402 392000))
;;; Generated autoloads from semantic-matlab.el
(autoload 'semantic-default-matlab-setup "semantic-matlab" "\
Set up a buffer for parsing of MATLAB files.
\(fn)" nil nil)
;;;***
;;;### (autoloads nil "srecode-matlab" "srecode-matlab.el" (22874
;;;;;; 29371 577402 392000))
;;; Generated autoloads from srecode-matlab.el
(autoload 'srecode-semantic-handle-:matlab "srecode-matlab" "\
Add macros into the dictionary DICT based on the current MATLAB buffer.
Adds the following:
FILE_SYMBOL - The file name as a symbol.
FILE_DOC_SYMBOL - The file name as a symbol for doc strings.
PACKAGE - The package this file is in, or empty if none.
FILE_CLASS - Show section if filename should be a class.
FILE_FUNCTION - Show setion if filename is a function.
On class prediction - when filling in an empty file, if the filename and directory it is in
match, for example @foo/foo.m then foo should be a classdef.
\(fn DICT)" nil nil)
;;;***
;;;### (autoloads nil "tlc" "tlc.el" (22874 29371 577402 392000))
;;; Generated autoloads from tlc.el
(autoload 'tlc-mode "tlc" "\
Major mode for editing Tlc files, or files found in tlc directories.
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.tlc$" . tlc-mode))
;;;***
;;;### (autoloads nil nil ("matlab-mode-pkg.el" "matlab-publish.el"
;;;;;; "semanticdb-matlab.el") (22874 29371 577402 392000))
;;;***
(provide 'matlab-load)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; matlab-load.el ends here