1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(mode-line-format): Specify help-echo for line

number, column number and buffer-percent part of the mode-line.
This commit is contained in:
Gerd Moellmann 2001-08-09 13:45:23 +00:00
parent f0c1cc56a0
commit 15409553ec

View file

@ -225,9 +225,9 @@ Normally nil in most modes, since there is no process to display.")
'local-map (make-mode-line-mouse2-map #'mode-line-widen))
(propertize ")%]--" 'help-echo help-echo)
`(which-func-mode ("" which-func-format ,dashes))
`(line-number-mode ("L%l" ,dashes))
`(column-number-mode ("C%c" ,dashes))
(purecopy '(-3 . "%p"))
`(line-number-mode (,(propertize "L%l" 'help-echo help-echo) ,dashes))
`(column-number-mode (,(propertize "C%c" 'help-echo help-echo) ,dashes))
`(-3 . ,(propertize "%p" 'help-echo help-echo))
(propertize "-%-" 'help-echo help-echo))))
(defvar minor-mode-alist nil "\