1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 18:21:19 -08:00
emacs/doc
Perry E. Metzger 7df0777945 Implement 1-based column numbering in mode line
* src/xdisp.c (decode_mode_spec): Implement the %C construct.

* lisp/bindings.el (column-number-indicator-zero-based): New
defcustom.
(mode-line-position): Use %C when
column-number-indicator-zero-based is nil.

* src/xdisp.c (syms_of_xdisp) <frame-title-format>:
* src/buffer.c (syms_of_buffer) <mode-line-format>:
* doc/lispref/modes.texi (%-Constructs):
* doc/lispref/frames.texi (Frame Titles): Document the %C
construct.

* doc/emacs/display.texi (Optional Mode Line): Document
'column-number-indicator-zero-based'.

* etc/NEWS: Mention 'column-number-indicator-zero-based' and the
%C construct.
2017-05-10 20:57:21 +03:00
..
emacs Implement 1-based column numbering in mode line 2017-05-10 20:57:21 +03:00
lispintro Allow occur command to operate on the region 2017-02-02 19:13:05 +09:00
lispref Implement 1-based column numbering in mode line 2017-05-10 20:57:21 +03:00
man Merge from origin/emacs-25 2017-03-19 12:34:03 -07:00
misc Merge from origin/emacs-25 2017-04-27 22:03:56 -07:00