diff options
| author | Andreas Rottmann | 2011-06-25 11:05:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-06-25 11:05:48 -0700 |
| commit | 18a4ce5ea1b06bd077e87fd1ac8966b19b10ee8c (patch) | |
| tree | 3a84ffb4fba8030f72c58f07dbbabe1d3eb67a36 /doc | |
| parent | 919bbce05b7757431247a771efd3943eab251eb2 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 5 | ||||
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacsclient.1 | 3 |
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 @@ | |||
| 1 | 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at> | ||
| 2 | |||
| 3 | * misc.texi (emacsclient Options): Mention --frame-parameters. | ||
| 4 | |||
| 1 | 2011-06-09 Glenn Morris <rgm@gnu.org> | 5 | 2011-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 | |||
| 1623 | argument while supplying the @samp{-c} option, the new frame displays | 1623 | argument while supplying the @samp{-c} option, the new frame displays |
| 1624 | the @samp{*scratch*} buffer (@pxref{Buffers}). | 1624 | the @samp{*scratch*} buffer (@pxref{Buffers}). |
| 1625 | 1625 | ||
| 1626 | @item -F | ||
| 1627 | @itemx --frame-parameters=@var{alist} | ||
| 1628 | Set 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} |
| 1628 | Tell Emacs to open the given files on the X display @var{display} | 1633 | Tell 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 @@ | |||
| 1 | 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at> | ||
| 2 | |||
| 3 | * emacsclient.1: Mention --frame-parameters. | ||
| 4 | |||
| 1 | 2011-03-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-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 |
| 59 | create a new frame instead of trying to use the current Emacs frame | 59 | create a new frame instead of trying to use the current Emacs frame |
| 60 | .TP | 60 | .TP |
| 61 | .B \-F, \-\-frame-parameters=ALIST | ||
| 62 | set the parameters of a newly-created frame. | ||
| 63 | .TP | ||
| 61 | .B \-d, \-\-display=DISPLAY | 64 | .B \-d, \-\-display=DISPLAY |
| 62 | tell the server to display the files on the given display. | 65 | tell the server to display the files on the given display. |
| 63 | .TP | 66 | .TP |