Innehållsförteckning RecentChanges News ElispArea HowTo Problems Suggestions

Forth-mode

Skillnad (från version 4 till rådande version)

Sammanfattning: Rollback to 2008-09-05 00:16 UTC

Information om ändring är inte tillgänglig.

Support for Editing Forth Code

gforth.el provides auto-indent, documentation search and an interactive environment.

gforth.el is typically included with an install of gForth (GNU Forth).

Basic Setup

    (autoload 'forth-mode "gforth.el")
    (autoload 'forth-block-mode "gforth.el")
    (add-to-list 'auto-mode-alist '("\\.fs$" . forth-mode))

CategoryModes ProgrammingModes