Mercurial > emacs
comparison lisp/simple.el @ 72880:56bb239a5814
(line-number-mode): Group mode-line instead of editing-basics.
(column-number-mode, size-indication-mode): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 14 Sep 2006 23:55:31 +0000 |
parents | 4ee2b4b1cf76 |
children | 3462f8c114c9 |
comparison
equal
deleted
inserted
replaced
72879:3931d05c811a | 72880:56bb239a5814 |
---|---|
4364 in the mode line. | 4364 in the mode line. |
4365 | 4365 |
4366 Line numbers do not appear for very large buffers and buffers | 4366 Line numbers do not appear for very large buffers and buffers |
4367 with very long lines; see variables `line-number-display-limit' | 4367 with very long lines; see variables `line-number-display-limit' |
4368 and `line-number-display-limit-width'." | 4368 and `line-number-display-limit-width'." |
4369 :init-value t :global t :group 'editing-basics) | 4369 :init-value t :global t :group 'mode-line) |
4370 | 4370 |
4371 (define-minor-mode column-number-mode | 4371 (define-minor-mode column-number-mode |
4372 "Toggle Column Number mode. | 4372 "Toggle Column Number mode. |
4373 With arg, turn Column Number mode on iff arg is positive. | 4373 With arg, turn Column Number mode on iff arg is positive. |
4374 When Column Number mode is enabled, the column number appears | 4374 When Column Number mode is enabled, the column number appears |
4375 in the mode line." | 4375 in the mode line." |
4376 :global t :group 'editing-basics) | 4376 :global t :group 'mode-line) |
4377 | 4377 |
4378 (define-minor-mode size-indication-mode | 4378 (define-minor-mode size-indication-mode |
4379 "Toggle Size Indication mode. | 4379 "Toggle Size Indication mode. |
4380 With arg, turn Size Indication mode on iff arg is positive. When | 4380 With arg, turn Size Indication mode on iff arg is positive. When |
4381 Size Indication mode is enabled, the size of the accessible part | 4381 Size Indication mode is enabled, the size of the accessible part |
4382 of the buffer appears in the mode line." | 4382 of the buffer appears in the mode line." |
4383 :global t :group 'editing-basics) | 4383 :global t :group 'mode-line) |
4384 | 4384 |
4385 (defgroup paren-blinking nil | 4385 (defgroup paren-blinking nil |
4386 "Blinking matching of parens and expressions." | 4386 "Blinking matching of parens and expressions." |
4387 :prefix "blink-matching-" | 4387 :prefix "blink-matching-" |
4388 :group 'paren-matching) | 4388 :group 'paren-matching) |