Mercurial > hg > xemacs-beta
comparison tests/automated/keymap-tests.el @ 5793:cf0201de66df
Help buffer behaviour synced with GNU
lisp/ChangeLog:
2014-04-19 Mats Lidell <matsl@xemacs.org>
* help.el: Sync from GNU - Link to customize if applicable and
display version info. Other changes: Remove use of button-2.
return and button-1 use activate-function. Move between
activate-function-extents with tab.
tests/ChangeLog:
2014-04-19 Mats Lidell <matsl@xemacs.org>
* automated/keymap-tests.el: Use
help-activate-function-or-scroll-up.
author | Mats Lidell <mats.lidell@cag.se> |
---|---|
date | Fri, 25 Apr 2014 23:38:16 +0200 |
parents | a81a739181dc |
children | e34c3557e14e |
comparison
equal
deleted
inserted
replaced
5792:8ef8d5e7c920 | 5793:cf0201de66df |
---|---|
34 describe-function-at-point v | 34 describe-function-at-point v |
35 describe-variable-at-point i Info-elisp-ref F | 35 describe-variable-at-point i Info-elisp-ref F |
36 find-function-at-point Q help-mode-bury button2 | 36 find-function-at-point Q help-mode-bury button2 |
37 help-mouse-find-source-or-track p | 37 help-mouse-find-source-or-track p |
38 help-prev-section n help-next-section return | 38 help-prev-section n help-next-section return |
39 help-find-source-or-scroll-up) | 39 help-activate-function-or-scroll-up) |
40 by #'cddr | 40 by #'cddr |
41 do (define-key map (vector keys) def)) | 41 do (define-key map (vector keys) def)) |
42 (loop for (keys def) on '(u view-scroll-some-lines-down % view-goto-percent | 42 (loop for (keys def) on '(u view-scroll-some-lines-down % view-goto-percent |
43 \2 digit-argument p view-goto-percent \? | 43 \2 digit-argument p view-goto-percent \? |
44 view-search-backward - negative-argument k | 44 view-search-backward - negative-argument k |