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

bugs in emacspeak w3m form code



Hi Raman

There are a couple of problems with the support for w3m in emacspeak
and the later versions of emacspeak-w3m.

I say later versions, but the changes that cause it to break seem to
have happened somewhere between september and november last year according to the changelog I'm
looking at.


First, emacspeak-w3m-form-get no longer seems to work as is. Instead
of using w3m-form-get it seems to need to use w3m-form-get-by-name.

The other problem is with the speaking of the form fields. There's a
new argument, id, which the emacspeak code doesn't know about. E.g. 
(defun emacspeak-w3m-speak-form-input (form name type width maxlength
                                            value)
Should read
(defun emacspeak-w3m-speak-form-input (form id name type width maxlength
                                            value)

This needs to happen to all the form input speaking code, as far as I
can tell.

I'd have submitted a patch, but I'm not quite sure how or even if to
allow for both versions of w3m. I hope this is enough detail so it
it won't be too hard to fix.

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"