aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rottmann2011-06-25 11:05:48 -0700
committerGlenn Morris2011-06-25 11:05:48 -0700
commit18a4ce5ea1b06bd077e87fd1ac8966b19b10ee8c (patch)
tree3a84ffb4fba8030f72c58f07dbbabe1d3eb67a36 /doc
parent919bbce05b7757431247a771efd3943eab251eb2 (diff)
downloademacs-18a4ce5ea1b06bd077e87fd1ac8966b19b10ee8c.tar.gz
emacs-18a4ce5ea1b06bd077e87fd1ac8966b19b10ee8c.zip
Allow emacsclient to set parameters of new graphical frames (bug#5864)
* lib-src/emacsclient.c (longopts, decode_options, main): Add frame-parameters. * lisp/server.el (server-create-window-system-frame): Add parameters arg. (server-process-filter): Doc fix. Handle frame-parameters. * doc/emacs/misc.texi (emacsclient Options): Mention --frame-parameters. * doc/man/emacsclient.1: Mention --frame-parameters. * etc/NEWS: Mention this.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/misc.texi5
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacsclient.13
4 files changed, 16 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8853eb099d6..ab0abcd43d3 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2
3 * misc.texi (emacsclient Options): Mention --frame-parameters.
4
12011-06-09 Glenn Morris <rgm@gnu.org> 52011-06-09 Glenn Morris <rgm@gnu.org>
2 6
3 * custom.texi (Specifying File Variables): 7 * custom.texi (Specifying File Variables):
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 290e5dc53bf..f83ac38469a 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1623,6 +1623,11 @@ text-only terminal frame (@pxref{Frames}). If you omit a filename
1623argument while supplying the @samp{-c} option, the new frame displays 1623argument while supplying the @samp{-c} option, the new frame displays
1624the @samp{*scratch*} buffer (@pxref{Buffers}). 1624the @samp{*scratch*} buffer (@pxref{Buffers}).
1625 1625
1626@item -F
1627@itemx --frame-parameters=@var{alist}
1628Set the parameters for a newly-created graphical frame
1629(@pxref{Frame Parameters}).
1630
1626@item -d @var{display} 1631@item -d @var{display}
1627@itemx --display=@var{display} 1632@itemx --display=@var{display}
1628Tell Emacs to open the given files on the X display @var{display} 1633Tell Emacs to open the given files on the X display @var{display}
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index 06ff5782003..88f70e410c8 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,3 +1,7 @@
12011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2
3 * emacsclient.1: Mention --frame-parameters.
4
12011-03-07 Chong Yidong <cyd@stupidchicken.com> 52011-03-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 23.3 released. 7 * Version 23.3 released.
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index cae4d76634b..4843053666a 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -58,6 +58,9 @@ daemon mode and emacsclient will try to connect to it.
58.B -c, \-\-create-frame 58.B -c, \-\-create-frame
59create a new frame instead of trying to use the current Emacs frame 59create a new frame instead of trying to use the current Emacs frame
60.TP 60.TP
61.B \-F, \-\-frame-parameters=ALIST
62set the parameters of a newly-created frame.
63.TP
61.B \-d, \-\-display=DISPLAY 64.B \-d, \-\-display=DISPLAY
62tell the server to display the files on the given display. 65tell the server to display the files on the given display.
63.TP 66.TP