Emacs file variable

From Just Solve the File Format Problem
Revision as of 20:51, 17 May 2016 by Jsummers (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
File Format
Name Emacs file variable
Ontology

By Emacs file variable, we mean the boilerplate runes that appear near the beginning of some source code files, usually delimited by "-*-". For example:

#!/usr/bin/python
# -*- coding: utf-8 -*-

The variable definitions can help to (for example) interpret or display the files.

This syntax apparently originates from the Emacs text editor. Subsets and extensions of it have been borrowed by many other text editors, viewers, and other software.

Specifications

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox