Emacs file variable

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
m (Specifications)
 
Line 12: Line 12:
  
 
== Specifications ==
 
== Specifications ==
* [https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html GNU Emacs Manual §48.2.4.1 Specifying File Variables]
+
* [https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html GNU Emacs Manual: Specifying File Variables]
 
* [https://www.python.org/dev/peps/pep-0263/ PEP 263 -- Defining Python Source Code Encodings]
 
* [https://www.python.org/dev/peps/pep-0263/ PEP 263 -- Defining Python Source Code Encodings]
  
 
[[Category:Text-based data]]
 
[[Category:Text-based data]]
 
[[Category:Source code]]
 
[[Category:Source code]]

Latest revision as of 17:01, 21 November 2017

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 file.

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

[edit] Specifications

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox