Eli Zaretskii schrieb am Mi., 16. Nov. 2016 um 04:40 Uhr: > > > This starts a daemon with a server named "FOO": > > emacs -Q --daemon=FOO > > > > (This usage is documented in the "Initial Options" appendix of the > > manual, but not mentioned in --help, or the man page.) > > > > > > But this very similar form does not work (it starts an un-named daemon > and > > visits file "FOO"): > > emacs -Q --daemon FOO > > > > Compare with something like "--chdir /tmp", where both forms (with and > > without "=") work. > > I wouldn't expect it to work, since long options are documented to > need the equals sign. > This is incredibly surprising and also inconsistent with the man page, which doesn't have equals signs for most options. Let's just document what everybody expects, i.e. that all options work with and without equals sign, and with one or two dashes.