emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6577f20: * packages/other-frame-window: add text for list-


From: Stephen Leake
Subject: [elpa] master 6577f20: * packages/other-frame-window: add text for list-packages long description
Date: Mon, 15 May 2017 00:53:46 -0400 (EDT)

branch: master
commit 6577f206f9db7cb9cdbe2a6c7f6de792b7410eea
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    * packages/other-frame-window: add text for list-packages long description
---
 packages/other-frame-window/other-frame-window.el | 48 ++++++++++++++++++-----
 1 file changed, 39 insertions(+), 9 deletions(-)

diff --git a/packages/other-frame-window/other-frame-window.el 
b/packages/other-frame-window/other-frame-window.el
index bb55535..3892bec 100644
--- a/packages/other-frame-window/other-frame-window.el
+++ b/packages/other-frame-window/other-frame-window.el
@@ -24,6 +24,43 @@
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
+;;
+;; C-x 7 <command> causes a buffer displayed by <command>
+;; to appear in another window in the same frame; a window
+;; is created if necessary.
+;;
+;; C-x 9 <command> causes a buffer displayed by <command>
+;; to appear in another frame; a frame is created if necessary.
+;;
+;; C-x W moves the current buffer to another window in the same frame.
+;;
+;; C-x F moves the current buffer to another frame.
+;;
+;; In addition, C-x 7 and C-x 9 can be followed by these keys:
+;;
+;; 0 - deletes the current window.
+;;
+;; 1 - deletes the other windows/frames.
+;;
+;; 2 - shows another view of the current buffer in a new
+;;     window/frame.
+;;
+;; a - creates a commit log entry for the current defun in
+;;     another window/frame.
+;;
+;; b - switches to another buffer in another window/frame.
+;;
+;; d - start dired in another window/frame.
+;;
+;; f - find-file in another window/frame.
+;;
+;; m - compose mail in another window/frame.
+;;
+;; o - move to another window/frame.
+;;
+;; r - find-file-read-only in another window/frame.
+;;
+;; To extend this list, add key bindings to ‘ofw-transient-map’.
 
 ;;;; Usage:
 ;;
@@ -35,11 +72,6 @@
 ;;
 ;; (other-frame-window-mode t)
 ;;
-;; C-x 7 <command> causes a buffer displayed by <command> to appear in
-;; another window in the same frame; a window is created if necessary.
-;;
-;; C-x 9 <command> causes a buffer displayed by <command> to appear in
-;; another frame; a frame is created if necessary.
 
 ;;;; Design:
 ;;
@@ -235,10 +267,6 @@ is created if necessary.
 \\[ofw-other-frame] <command> causes a buffer displayed by <command>
 to appear in another frame; a frame is created if necessary.
 
-\\[ofw-other-window] 0 deletes the current window.
-
-\\[ofw-other-frame] 0 deletes the current frame.
-
 \\[ofw-move-to-other-window] moves the current buffer to another
 window in the same frame.
 
@@ -247,6 +275,8 @@ frame.
 
 In addition, \\[ofw-other-window] and \\[ofw-other-frame] can be followed by 
these keys:
 
+0 - deletes the current window/frame
+
 1 - deletes the other windows/frames.
 
 2 - shows another view of the current buffer in a new



reply via email to

[Prev in Thread] Current Thread [Next in Thread]