[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

emacs -f w3m w3m-home-page file1 file2...



$ emacs -f w3m
will go to w3m-home-page. But what if one also wants to put other
arguments on that line?
$ emacs -f w3m '' file1 file2
will go to "about:" and not w3m-home-page. Please mention in Info what
to do.
$ emacs -eval '(w3m w3m-home-page)' file1 file2
works but is too painful to type.

By the way, Info says
     You can also use this as an Emacs batch command.  Here's an
     example:
Please say "You can also use this as an argument when starting emacs"...,
else you confuse it with --batch.