An open API service indexing awesome lists of open source software.

https://github.com/coldnew/ac-octave

An auto-complete source for Octave in emacs
https://github.com/coldnew/ac-octave

auto-complete emacs-lisp octave

Last synced: over 1 year ago
JSON representation

An auto-complete source for Octave in emacs

Awesome Lists containing this project

README

          

Emacs Logo
## ac-octave.el
*An auto-complete source for Octave*

---
[![License GPLv2](https://img.shields.io/badge/license-GPL_v2-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
[![MELPA](http://melpa.org/packages/ac-octave-badge.svg)](http://melpa.org/#/ac-octave)
[![MELPA Stable](http://stable.melpa.org/packages/ac-octave-badge.svg)](http://stable.melpa.org/#/ac-octave)

### Installation

If you have `melpa` and `emacs24` installed, simply type:

M-x package-install ac-octave

Add following lines to your init file:

```elisp
(require 'ac-octave)
(add-hook 'octave-mode-hook
'(lambda () (ac-octave-setup)))
```

### Note

If you can't use ac-octave in octave-mode,
check whether `auto-complete-mode` is running or not.

### Function and Macro Documentation

#### `(ac-octave-init)`

Start inferior-octave in background before use ac-octave.

#### `(ac-octave-setup)`

Add the Octave completion source to the front of `ac-sources`.

-----


Markdown README file generated by
make-readme-markdown.el