~ubuntu-elisp/emacs/+git/master:feature/mhtml-mode

Last commit made on 2017-03-24
Get this branch:
git clone -b feature/mhtml-mode https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/mhtml-mode
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

3499915... by Tom Tromey <email address hidden>

enable mhtml-mode by default

* lisp/files.el (auto-mode-alist): Reference mhtml-mode, not
html-mode.
(magic-fallback-mode-alist): Likewise.
* lisp/net/eww.el (eww-view-source): Use mthml-mode.

23e71eb... by Tom Tromey <email address hidden>

add mhtml-mode.el

* etc/NEWS: Update.
* lisp/textmodes/mhtml-mode.el: New file.
* test/manual/indent/html-multi.html: New file.
* test/lisp/textmodes/mhtml-mode-tests.el: New file.
* doc/emacs/text.texi (HTML Mode): Mention mhtml-mode.

48f5cbb... by Tom Tromey <email address hidden>

change sgml-mode to help multi-html mode

* lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-rules): New
defconst.
(sgml-syntax-propertize): Use it.
(sgml--find-<>-backward): New function.
(sgml-parse-tag-backward): Use it.

3adbe84... by Tom Tromey <email address hidden>

make js.el respect prog-first-column

* lisp/progmodes/js.el (js--proper-indentation): Call prog-first-column.

c366e52... by Tom Tromey <email address hidden>

make smie.el respect prog-first-column

* lisp/emacs-lisp/smie.el (smie-indent-bob): Call prog-first-column.

60be4b7... by Tom Tromey <email address hidden>

change viper to use derived-mode-p

* lisp/subr.el (provided-mode-derived-p): New function.
(derived-mode-p): Use it.
* lisp/emulation/viper.el (viper-mode): Use derived-mode-p.
(this-major-mode-requires-vi-state): Use provided-mode-derived-p.
(set-viper-state-in-major-mode): Use derived-mode-p.

fe83525... by Tom Tromey <email address hidden>

change align to use derived-mode-p

* lisp/align.el (align-region): Use derived-mode-p.

2d377d2... by Tom Tromey <email address hidden>

change org to use derived-mode-p

* lisp/org/org-list.el (org-list-insert-radio-list): Use
derived-mode-p.
* lisp/org/org-table.el (orgtbl-setup, orgtbl-toggle-comment): Use
derived-mode-p.

bf7dd0c... by Tom Tromey <email address hidden>

change semantic to use derived-mode-p

* lisp/cedet/semantic.el (semantic-new-buffer-fcn): Use derived-mode-p.

6c3ceb6... by Tom Tromey <email address hidden>

change calc to use derived-mode-p

* lisp/calc/calc-embed.el (calc-embedded-find-modes)
(calc-embedded-make-info): Use derived-mode-p.