Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I launch emacsclient maximized from the commandline
    primarykey
    data
    text
    <p>I am wonder how to start emacsclient in a new maximized frame.</p> <pre><code>emacsclient -c </code></pre> <p>starts a new frame <em>but</em> the man page indicated no way to maximize this frame. There are no such options as <code>--maximized</code>.</p> <p><em>Warning</em> : this is no a duplicate from the post : <a href="https://stackoverflow.com/questions/8363808/how-do-i-provide-a-command-line-option-to-emacsclient">How do I provide a command-line option to emacsclient?</a>. Indeed, the answers of this post don't fix my issue. They use the <code>-F</code> option which seems to be documented on the man <strong>for them</strong> but which is not present in my <code>man emacsclient</code> (in debian sid) and the <code>-F</code> option does not work in my case :</p> <pre><code>$ emacsclient -c -F "((fullscreen . maximized))" emacsclient: unrecognized option '-F' Try `emacsclient --help' for more information </code></pre> <p>Here is the result of <code>emacsclient --help</code> for information :</p> <pre><code>emacsclient --help Usage: emacsclient [OPTIONS] FILE... Tell the Emacs server to visit the specified files. Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME. The following OPTIONS are accepted: -V, --version Just print version info and return -H, --help Print this usage information message -nw, -t, --tty Open a new Emacs frame on the current terminal -c, --create-frame Create a new frame instead of trying to use the current Emacs frame -e, --eval Evaluate the FILE arguments as ELisp expressions -n, --no-wait Don't wait for the server to return -d DISPLAY, --display=DISPLAY Visit the file in the given display -s SOCKET, --socket-name=SOCKET Set filename of the UNIX socket for communication -f SERVER, --server-file=SERVER Set filename of the TCP authentication file -a EDITOR, --alternate-editor=EDITOR Editor to fallback to if the server is not running If EDITOR is the empty string, start Emacs in daemon mode and try connecting again Report bugs with M-x report-emacs-bug. </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload