Mercurial > emacs
annotate admin/unidata/.gitignore @ 109754:47ffebe76e42
Misc code cleanup of octave-mode.el.
* lisp/progmodes/octave-mod.el (octave-mode-map): Remove special bindings
for (un)commenting the region and performing completion.
(octave-mode-menu): Use standard commands for help and completion.
(octave-mode-syntax-table): Support %{..%} comments (sort of).
(octave-mode): Use define-derived-mode.
Set completion-at-point-functions and don't set columns.
Don't disable adaptive-fill-regexp.
(octave-describe-major-mode, octave-comment-region)
(octave-uncomment-region, octave-comment-indent)
(octave-indent-for-comment): Remove.
(octave-indent-calculate): Rename from calculate-octave-indent.
(octave-indent-line): Update caller.
(octave-initialize-completions): No need to make an alist.
(octave-completion-at-point-function): New function.
(octave-complete-symbol): Use it.
(octave-insert-defun): Use define-skeleton.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Aug 2010 13:22:16 +0200 |
parents | c3c96e15571c |
children | ef719132ddfa |
rev | line source |
---|---|
104872
02da2479105f
* unidata/.gitignore: New file.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
1 *.elc |
02da2479105f
* unidata/.gitignore: New file.
Juanma Barranquero <lekktu@gmail.com>
parents:
diff
changeset
|
2 unidata.txt |
105070 | 3 |
4 # arch-tag: 1b0c916f-3060-47b4-a8c9-cff5c3598adf |