Bastien <[EMAIL PROTECTED]> writes: > The manual says this: > > #!/bin/sh > emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-agent-batch >/dev/null 2>&1 > > (Notice the wrong position of "-f" in what you posted.) ah... So it's a typo in gnus' manual. I'm sure manual[1] says:
#!/bin/sh emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1 [1] http://gnus.org/manual/gnus_232.html#SEC232 -- Regards, anhnmncb gpg key: 44A31344 _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
