| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
case, otherwise, and endswitch.
(octave-begin-keywords): Add switch.
(octave-else-keywords): Add case and otherwise.
(octave-end-keywords): Add endswitch.
(octave-block-match-alist): Add an entry for switch syntax.
(calculate-octave-indent): Add support for switch syntax.
(octave-block-end-offset): New function.
(octave-comment-indent): Fix typo.
|
| |
|
| |
|
|
|
|
|
|
| |
so that "flags=-o:1" is treated as an assignment, not a dependency.
(makefile-dependency-regex, makefile-macroassign-regex): Disallow
spaces in symbol name.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
exit message function in a way that works when async processes
aren't supported.
(grep): Use `grep-process-setup'.
|
|
|
|
|
| |
before calling `compile-reinitialize-errors', so that it always
sees the entire filename.
|
|
|
|
|
| |
(compile-internal): Call compilation-process-setup-function if
it is non-nil.
|
|
|
|
| |
(compilation-leave-directory-regexp): Add .* at beginning.
|
|
|
|
|
| |
In the GNU message with program name alternative,
allow digits in the program name after the first character.
|
|
|
|
|
|
| |
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.
|
|
|
|
|
| |
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs. Require newline at start in MIPS lint.
|
|
|
|
|
|
| |
Provide octave-mod.
Move the variables formerly in octave.el
to the top of the file.
|
| |
|
|
|
|
|
|
|
|
| |
Don't require octave-inf.el.
(octave-mode): Delete the startup message.
(octave-maintainer-address): Add bug-gnu-emacs.
(octave-version): Variable deleted.
(octave-submit-bug-report): Use emacs-version.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(mantemp-make-mantemps-buffer): Simplify message.
(mantemp-make-mantemps-region): Simplify message.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
case and remove the executable extension, if any.
(sh-other-keywords): Define an entry for `sh' and make `bourne'
inherit from that.
(sh-mode): Always pass nil as 3rd arg to sh-set-shell.
|
| |
|
|
|
|
| |
(cpp-edit-save): Doc fix.
|
|
|
|
| |
using the truename of default-directory.
|
| |
|
|
|
|
| |
highlighting in comments and other constructions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and insert-flag to executable-set-magic.
Don't call executable-set-magic if insert-flag is nil.
(sh-mode): Always call sh-set-shell, but use insert-flag arg
to control whether to call executable-set-magic.
No need to set comment-start-skip directly here.
(sh-mode): Parse the interpreter from the file text.
|
|
|
|
|
|
|
|
|
| |
comment-end for newline, string for `, and excape for $.
rc can use the same as sh. Move csh after sh.
(sh-comment-prefix, sh-font-lock-keyw-rds-only): Variables deleted.
(sh-mode): Adjust setting of font-lock-defaults.
(sh-font-lock-keywords): No need for anything special for comments.
(sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.
|
|
|
|
| |
only set if `sh-set-shell' gets called.
|
|
|
|
| |
compile-highlight-display-limit.
|
|
|
|
|
|
|
|
| |
(compilation-handle-exit): Parse error messages here
as specified by compile-highlight-display-limit.
(compile-reinitialize-errors): Add highlighting to error messages
once they are parsed.
(compilation-forget-errors): Remove highlighting properties here.
|
|
|
|
|
|
| |
first and variable references after.
(makefile-dependency-regex, makefile-macroassign-regex):
Accept spaces at the beginning of the line.
|
| |
|
| |
|
|
|
|
|
| |
(perl-backward-to-noncomment, indent-perl-exp): Avoid error if
comment-start-skip is nil.
|
| |
|
|
|
|
| |
if edpos is at end of buffer.
|
|
|
|
| |
variable names.
|
| |
|
| |
|
|
|
|
| |
(compilation-next-error-locus, compilation-parse-errors): Respect it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
elsewhere and elseif.
(f90-looking-at-where-or-forall): Now allows for labelled forall
and where statements.
(f90-font-lock-keywords-2): New highlighting for labelled where
and forall. Fixed small bug with else highlighting.
(f90-fill-region): Moved indentation to f90-break-line.
(f90-break-line): Will now always indent the second line.
(f90-indent-line): Simpler test for auto-fill.
(f90-auto-fill-mode): Removed.
(f90-electric-insert): Added for possibility of auto-filling of
lines without spaces, as well as early updating of line.
(f90-mode-map): Added bindings of operators to f90-electric-insert.
(f90-do-auto-fill): Now also updates line (changes case).
|