[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
bugs in emacspeak w3m form code - solved
- To: emacspeak@xxxxxxxxxxx
- Subject: bugs in emacspeak w3m form code - solved
- From: "samereberlin@xxxxxxxxxxx" <samereberlin@xxxxxxxxxxx>
- Date: Mon, 01 Aug 2005 23:34:27 -0300
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=Dfli23/IsrHif/zIWFIQehzLOMqZruIe0042+gs9PfbHqFj9zmyJtjP67I7t7x+4f3dbuV29uq+tTx2J6eRk/nDbG4KhyRkpuRtcFmkFOg7jn/UDBy6cKVDpXSKRp1TbKzxNlmIvIw9zG/9kBzLIyUq24wSUh5eksU3G3pW0sRg=
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <samereberlin@xxxxxxxxxxx>
- Resent-Date: Tue, 2 Aug 2005 00:26:00 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <6THVM.A.O4H.YXv7CB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727)
Hi Yvonne, Hi Raman,
I think I found the solution of this "bug". I mean, it's not a
"bug", it was happen because some functions of w3m-form.el were altered
(more especifcaly, the number of arguments). To solve this
incompatibility, follow this instructions and please post here the results.
1. Edit the file (please, backup it first):
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-w3m.el
2. Change the line about "form input" (in my file line no. 131):
-------------------- original: ---------------------------------------
(defun emacspeak-w3m-speak-form-input (form name type width maxlength value)
-------------------- change to: --------------------------------------
(defun emacspeak-w3m-speak-form-input (form id name type width maxlength
value)
----------------------------------------------------------------------
3. Change the line about "input password" (in my file line no. 140):
-------------------- original: ---------------------------------------
(defun emacspeak-w3m-speak-form-input-password (form name)
-------------------- change to: --------------------------------------
(defun emacspeak-w3m-speak-form-input-password (form id name)
----------------------------------------------------------------------
4. Change the line about "input submit" (in my file line no. 149):
-------------------- original: ---------------------------------------
(defun emacspeak-w3m-speak-form-submit (form &optional name value)
-------------------- change to: --------------------------------------
(defun emacspeak-w3m-speak-form-submit (form id name value)
----------------------------------------------------------------------
5. Change the line about "input radio" (in my file line no. 158):
-------------------- original: ---------------------------------------
(defun emacspeak-w3m-speak-form-input-radio (form name value)
-------------------- change to: --------------------------------------
(defun emacspeak-w3m-speak-form-input-radio (form id name value)
----------------------------------------------------------------------
6. Change the line about "input select" (in my file line no. 177):
-------------------- original: ---------------------------------------
(defun emacspeak-w3m-speak-form-input-select (form name)
-------------------- change to: --------------------------------------
(defun emacspeak-w3m-speak-form-input-select (form id name)
----------------------------------------------------------------------
7. Ok. It's done. Start your w3m Emacs Browser and try to access some
website with forms.
Best Regards,
Samer Eberlin.
(UNICAMP - BRAZIL)
-----------------------------------------------------------------------------
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"