diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-03-28 03:51:21 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-03-28 03:59:05 +0300 |
commit | 124c48619e2c68c497d9075e6e940142c174c77b (patch) | |
tree | 013cb50ed9f472ea2f7f036f310be00c4d98770b /etc | |
parent | e65c3079c65595d95749348366af9811fafff062 (diff) | |
download | emacs-remove-prog-indentation-context.tar.gz |
Remove prog-indentation-contextremove-prog-indentation-context
* lisp/progmodes/prog-mode.el: (prog-indentation-context)
(prog-first-column, prog-widen): Remove, as discussed in
http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg01425.html.
* doc/lispref/text.texi (Mode-Specific Indent): Remove references
to them.
* etc/NEWS: Ditto.
* lisp/progmodes/python.el: (prog-widen, prog-first-column):
Remove the compatibility aliases and all uses.
Do not merge to master.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -396,18 +396,6 @@ the ordering of object keys by default. 'json-pretty-print-buffer-ordered' pretty prints JSON objects with object keys sorted alphabetically. -+++ -** Prog mode has some support for multi-mode indentation. -This allows better indentation support in modes that support multiple -programming languages in the same buffer, like literate programming -environments or ANTLR programs with embedded Python code. - -A major mode can provide indentation context for a sub-mode through -the 'prog-indentation-context' variable. To support this, modes that -provide indentation should use 'prog-widen' instead of 'widen' and -'prog-first-column' instead of a literal zero. See the node -"Mode-Specific Indent" in the ELisp manual for more details. - ** Prettify Symbols mode +++ |