From de7f530b99b24ff4d1e2611fddd23a9e5882422a Mon Sep 17 00:00:00 2001 From: yoni-r Date: Mon, 6 Nov 2006 14:30:00 +0000 Subject: bind SPC to `scroll-up' in emms-playlist-mode and update manual. darcs-hash:20061106143048-85c19-3d182e8db9986ecaa1780b823ef9cc55a4ea3592.gz --- emms-playlist-mode.el | 3 +-- emms.texinfo | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index c41cbe3..e3ae807 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -128,10 +128,9 @@ This is true for every invocation of `emms-playlist-mode-go'." (define-key map (kbd "d") 'emms-playlist-mode-kill-entire-track) (define-key map (kbd "n") 'emms-next) (define-key map (kbd "p") 'emms-previous) - + (define-key map (kbd "SPC") 'scroll-up) (define-key map (kbd ">") 'emms-seek-forward) (define-key map (kbd "<") 'emms-seek-backward) - (define-key map (kbd "P") 'emms-pause) (define-key map (kbd "s") 'emms-stop) (define-key map (kbd "f") 'emms-show) diff --git a/emms.texinfo b/emms.texinfo index db4bd60..6c80c88 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -849,6 +849,9 @@ Display the current track in the center of the screen. @findex emms-playlist-mode-play-current-track Start playing the track under point. Note that this is also available with @kbd{}. +@item SPC +@findex scroll-up +Scroll up a near full page. @item M-< @findex emms-playlist-mode-first Go to the first track in the playlist. @kbd{M->} completes this -- cgit v1.2.3