[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs -f w3m w3m-home-page file1 file2...
- From: jidanni@xxxxxxxxxxx
- Date: Thu, 29 May 2008 02:02:47 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10177
$ 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.