@@ -1374,6 +1374,8 @@ Boom, the buffers are swapped. This works across frames as well.
13741374If you have just two windows in an Emacs frame, you can swap their buffers
13751375from the keyboard. Use this Hyperbole minibuffer menu key sequence to swap
13761376the buffers and quit from the Hyperbole minibuffer menu: {C-h h s w ~ Q}.
1377+ Similarly, if you have two single window frames, you can swap buffers between
1378+ them with {C-h h s f ~ Q}.
13771379
13781380*** Displaying Buffers
13791381
@@ -1391,10 +1393,11 @@ split before the buffer is displayed.
13911393You can do the same thing with items in dired, buffer menu and ibuffer menu
13921394listing buffers rather than buffers themselves. Drag with the Action Mouse Key
13931395and the selected item will be displayed in any Emacs window in which you
1394- release. Drag outside Emacs and it will be displayed in a new frame. To
1395- display the last item you want, press the Action Key on it and it will display
1396- within the listing window itself. (If you use the Treemacs file viewer package,
1397- item dragging works there as well).
1396+ release. To display the last item you want, press the Action Key on it and it
1397+ will display within the listing window itself. (If you use the Treemacs file
1398+ viewer package, item dragging works there as well). Under the MacOS window
1399+ manager, you can also drag outside of an Emacs frame and the item will be
1400+ displayed in a newly created and selected frame.
13981401
13991402So now you can rapidly put a bunch of buffers and files on your screen wherever
14001403you like. Typically, a brief visual pulse is shown first at the source item and
@@ -1418,12 +1421,11 @@ buffer with that of another window, use M-o r <window-id>. To instead swap the
14181421selected window's buffer with that of another window, use M-o m <window-id>.
14191422Try these commands out and they will speed your work.
14201423
1421- You can also throw the active (highlighted) region of text to another
1422- window. Simply activate a region and then use M-o t <window-id> just
1423- like before. If you don't use region highlighting,
1424- i.e. transient-mark-mode, then use C-u M-o t <window-id> for the same
1425- effect. The buffer in the target window must differ from the one in
1426- the source window. With no region active, this command throws
1424+ You can also throw the active (highlighted) region of text to another window.
1425+ Simply activate a region and then use M-o t <window-id> just like before. If
1426+ you don't use region highlighting, i.e. transient-mark-mode, then use C-u M-o t
1427+ <window-id> for the same effect. The buffer in the target window must differ
1428+ from the one in the source window. With no region active, this command throws
14271429the source buffer to the target window.
14281430
14291431*** Cloning Windows
0 commit comments