[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command-line-args
- From: Richard Stallman <rms@xxxxxxx>
- Date: Sat, 20 Sep 2003 03:50:15 -0400
- X-ml-name: emacs-w3m
- X-mail-count: 05770
- References: <b9ypthxbr2q.fsf@jpl.org>
Emacs 21.3 does only insertion of text in the *scratch* buffer,
but 21.3.50 prompts user for a string. Is it a bug or a feature?
Because of this behavior, I can't use the following:
That is probably due to the following change:
2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
* startup.el (command-line-1): Use command-execute for any command.
In principle, the change seems like an improvement.
emacs -f w3m http://some.news.site/daily-news.html&
Where w3m is yet another web browser command which has the
interactive spec for prompting a url.
Could you define another function for batch use
which does not have an interactive spec?