[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs -f w3m w3m-home-page file1 file2...
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 29 May 2008 09:19:41 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10178
- References: <87k5heb92w.fsf@xxxxxxxxxxx>
>>>>> In [emacs-w3m : No.10177] <jidanni@xxxxxxxxxxx> wrote:
> $ 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.
Treating the null url as the home page is reasonable. Fixed.
> 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.
Also fixed in CVS. Thanks.