]> git.eshelyaron.com Git - emacs.git/commit
Allow controlling the look of the line/column indicators
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Sep 2020 15:07:31 +0000 (17:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Sep 2020 15:15:59 +0000 (17:15 +0200)
commit3beb8bc9940b1de7ecee3d58b32c888898bb3ee0
tree4fc8e223739e742ccbc4fa03d2e145d2654d1932
parentcaf64ae08bff5c89a8eb0433891cc81f789b3efc
Allow controlling the look of the line/column indicators

* doc/lispref/modes.texi (Mode Line Variables): Document them.

* lisp/bindings.el (mode-line-position-line-format): New variable
(bug#28648).
(mode-line-position-column-format): Ditto.
(mode-line-position): Use them.

* lisp/simple.el (column-number-mode): Mention them.
(line-number-mode): Ditto.
doc/lispref/modes.texi
etc/NEWS
lisp/bindings.el
lisp/simple.el