| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
itself, i.e. only indent the contents in it.
|
|
|
|
|
| |
delsel and pending-del packages wrt to the new function
`c-electric-delete-forward'.
|
|
|
|
| |
hs-mouse-toggle-hiding.
|
|
|
|
| |
underscores too when separating a parenthesis.
|
| |
|
|
|
|
| |
bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
|
| |
|
| |
|
|
|
|
| |
(compilation-forget-errors): Remove help-echo property as well.
|
|
|
|
|
|
|
|
| |
(perl-font-lock-syntactic-face-function): New function.
(perl-mode): Use them.
(perl-continuation-line-p): New function, from perl-calculate-indent.
(perl-calculate-indent): Use it, to properly handle continuation
lines of continuation lines.
|
|
|
|
| |
and :type spec.
|
|
|
|
|
|
|
| |
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.
|
| |
|
|
|
|
|
|
|
|
| |
(cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
Renamed from perl-font-lock-keywords to avoid clashes.
(cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
(cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
Updated correspondingly.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion. `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.
(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.
|
|
|
|
|
| |
rather than font-lock-string-face.
(sh-get-indent-info): Treat heredocs like strings.
|
|
|
|
|
| |
optional backslash at the start of the here-document delimiter.
(sh-font-lock-syntactic-keywords): Likewise.
|
|
|
|
|
| |
Rationalize the rules for includes and conditionals and use the
keyword face for them.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(sql-db2): Set comint-input-sender to
sql-escape-newlines-and-send.
(sql-db2-program): New option.
(sql-db2-options): New option.
(sql-db2): New function.
(sql-mode-menu): Added highlighting entries.
(sql-highlight-oracle-keywords): New function.
(sql-highlight-postgres-keywords): New function.
(sql-highlight-ansi-keywords): New function.
(sql-help): Doc change.
|
|
|
|
| |
parameter.
|
|
|
|
|
| |
instead of literal /dev/null. Reported by Jens Schmidt
<schmidt@mathematik.uni-kl.de>.
|
|
|
|
|
| |
Bind buffer-invisibility-spec. Originally from Dave Love, but
got lost when incorporating version 5.26.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(hs-minor-mode-map): Change bindings to use `C-c @' prefix.
|
|
|
|
|
| |
file that isn't interesting. In an interesting file, push the old
value of point on the mark ring.
|
|
|
|
|
|
|
| |
* progmodes/etags.el (tags-compression-info-list): New variable.
(find-tag-in-order): Use it to deal with compressed source files.
(tag-file-name-match-p): New function.
(etags-recognize-tags-table): Use it for better match of file names.
|
|
|
|
|
|
| |
(sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
(sh-mode): Remove `make-local-variable' for unused var
`font-lock-unfontify-region-function'.
|
|
|
|
| |
Check major-mode for `cperl-mode' as well.
|
|
|
|
|
|
|
|
|
|
|
|
| |
so that C-h m shows the correct information.
Use make-local-variable rather than make-variable-buffer-local.
(cperl-info-buffer, cperl-setup-tmp-buf):
Use make-local-variable rather than make-variable-buffer-local.
Updated to author version 4.23.
(cperl-electric-pod): SYNOPSIS was misspelled.
(cperl-find-pods-heres): @if ? a : b was considered a REx.
(cperl-after-expr-p): Make true after __END__.
|
|
|
|
|
|
| |
(sql-interbase-program): New option.
(sql-interbase-options): New option.
And some typos fixed: "customise" to "customize".
|
|
|
|
|
|
|
|
| |
times instead of server and database).
(sql-sybase): Doc change.
(sql-mysql): Doc change.
(sql-postgres): Doc change.
|
| |
|
|
|
|
|
| |
the character class after the (optional) drive, to support file
names with embedded blanks.
|
| |
|
| |
|
| |
|
|
|
|
| |
of `font-lock-defaults' to `backward-paragraph' rather than nil.
|
|
|
|
|
|
| |
(ebnf-version): New version (3.5).
(ebnf-eps-finish-and-write): Replace time-stamp functions by
format-time-string.
|
| |
|
|
|
|
|
|
|
|
| |
compiling.
(tcl-using-emacs-19-23): Consider Emacs 21+.
(tcl-help-directory-list, tcl-command-switches): Fix :type.
(tcl-add-emacs-menu): Supply menu name.
(tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
|
|
|
|
| |
tags-file-name.
|
|
|
|
| |
(delphi-keyword-face, delphi-other-face): Fix :type.
|