emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5644369: * doc/emacs/frames.texi (Multiple Displays


From: Juri Linkov
Subject: [Emacs-diffs] master 5644369: * doc/emacs/frames.texi (Multiple Displays): Add make-frame-on-monitor.
Date: Wed, 27 Feb 2019 15:55:50 -0500 (EST)

branch: master
commit 5644369008966ef7a69a2a36dd0c08c52d4bc720
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * doc/emacs/frames.texi (Multiple Displays): Add make-frame-on-monitor.
    
    * doc/lispref/frames.texi (Multiple Terminals): Add make-frame-on-monitor.
    (Bug#34516)
---
 doc/emacs/frames.texi   | 10 ++++++++++
 doc/lispref/frames.texi | 11 +++++++++++
 2 files changed, 21 insertions(+)

diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 05aabd0..6001096 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -899,6 +899,16 @@ input stream for each server.  Each server also has its 
own selected
 frame.  The commands you enter with a particular X server apply to
 that server's selected frame.
 
+  On multi-monitor displays it is possible to use the command
address@hidden:
+
address@hidden make-frame-on-monitor
address@hidden @kbd
address@hidden M-x make-frame-on-monitor @key{RET} @var{monitor} @key{RET}
+Create a new frame on monitor @var{monitor} whose screen area is
+a part of the current display.
address@hidden table
+
 @node Frame Parameters
 @section Frame Parameters
 @vindex default-frame-alist
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 8cb406c..820006a 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -440,6 +440,17 @@ This function returns the attributes of the physical 
monitor
 dominating (see above) @var{frame}, which defaults to the selected frame.
 @end defun
 
+On multi-monitor displays it is possible to use the command
address@hidden to make frames on the specified monitor.
+
address@hidden Command make-frame-on-monitor monitor &optional display 
parameters
+This function creates and returns a new frame on @var{monitor} located
+on @var{display}, taking the other frame parameters from the alist
address@hidden  @var{monitor} should be the name of the physical
+monitor, the same string as returned by the function
address@hidden in the attribute @code{name}.
address@hidden should be the name of an X display (a string).
address@hidden deffn
 
 @node Frame Geometry
 @section Frame Geometry



reply via email to

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