help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: w3m-form-submit does not appear, but it works...


From: Stephen Berman
Subject: Re: w3m-form-submit does not appear, but it works...
Date: Mon, 19 Jan 2009 13:14:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On Sat, 17 Jan 2009 20:31:50 -0800 ross@rosslaird.info (Ross A. Laird) wrote:

> This is very basic question, so apologies in advance, but:
>
> In w3m, if I try to submit a form using "w3m-form-submit" using the
> minibuffer ("M-x w3m-form-submit"), such a command does not appear to
> exist. But when I type C-c C-c, which is the shortcut for
> w3m-form-submit, it works perfectly. 
  w3m-submit-form

,----
| C-c C-c runs the command w3m-submit-form, which is an interactive compiled
| Lisp function in `w3m.el'.
| 
| It is bound to C-c C-c.
| 
| (w3m-submit-form &optional new-session)
| 
| Submit the form at point.
`----


>                                      Why don't I see it in the
> completions from the minibuffer?

,----
| w3m-form-submit is a compiled Lisp function in `w3m-form.el'.
| 
| (w3m-form-submit form &optional id name value new-session download)
| 
| Not documented.
`----

...and not interactive, so you cannot call it with M-x...

Steve Berman





reply via email to

[Prev in Thread] Current Thread [Next in Thread]