Mercurial > emacs
comparison src/ChangeLog @ 107853:de5ba6f3514c
Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html
* window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
`scroll-up-command' and `M-v' from `scroll-down' to
`scroll-down-command'.
* tutorial.el (tutorial--default-keys): Rebind `C-v' to
`scroll-up-command' and `M-v' to `scroll-down-command'.
* emulation/cua-rect.el (cua--init-rectangles):
* forms.el (forms--change-commands):
* image-mode.el (image-mode-map):
Remap scroll-down-command and scroll-up-command
in addition to scroll-down and scroll-up.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Apr 2010 03:33:32 +0300 |
parents | 4abde609aac9 |
children | d1934720d87a |
comparison
equal
deleted
inserted
replaced
107852:4abde609aac9 | 107853:de5ba6f3514c |
---|---|
1 2010-04-14 Juri Linkov <juri@jurta.org> | |
2 | |
3 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to | |
4 `scroll-up-command' and `M-v' from `scroll-down' to | |
5 `scroll-down-command'. | |
6 | |
1 2010-04-14 Juri Linkov <juri@jurta.org> | 7 2010-04-14 Juri Linkov <juri@jurta.org> |
2 | 8 |
3 * window.c (Vscroll_preserve_screen_position_commands): New variable | 9 * window.c (Vscroll_preserve_screen_position_commands): New variable |
4 with the default value as the list of Qscroll_down and Qscroll_up. | 10 with the default value as the list of Qscroll_down and Qscroll_up. |
5 (window_scroll_pixel_based, window_scroll_line_based): Search the | 11 (window_scroll_pixel_based, window_scroll_line_based): Search the |