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

Re: emacspeak and w3m



Hi Sergei, Hi list,

Thank you for your answer.

I'm a beginner on linux and on development too. From your answer I could
learn a few more about CVS and DIFF files.

The changes that I've posted here (yesterday)
https://www.emacspeak.org/VCCS-archive/msg00577.html
are not on the pathes, so I'll post it here again in DIFF format.

Do you know where I should post it to (maybe) be implemented on next
version of emacspeak?

----------------------------------------------------------------------
--- emacspeak-w3m.el.orig	2005-08-02 09:43:28.586599880 -0300
+++ emacspeak-w3m.el	2005-08-02 09:45:16.183242704 -0300
@@ -115,7 +115,7 @@
  ;;}}}
  ;;{{{  forms

-(defun emacspeak-w3m-speak-form-input (form name type width maxlength
+(defun emacspeak-w3m-speak-form-input (form id name type width maxlength
                                              value)
    "Speak form input"
    (declare (special emacspeak-w3m-form-personality))
@@ -127,7 +127,7 @@
  	    (or (emacspeak-w3m-form-get form name) value)
  	    emacspeak-w3m-form-personality))))

-(defun emacspeak-w3m-speak-form-input-password (form name)
+(defun emacspeak-w3m-speak-form-input-password (form id name)
    "Speech-enable password form element."
    (declare (special emacspeak-w3m-form-personality))
    (dtk-speak
@@ -137,7 +137,7 @@
  	    (emacspeak-w3m-anchor-text)
  	    emacspeak-w3m-form-personality))))

-(defun emacspeak-w3m-speak-form-submit (form &optional name value)
+(defun emacspeak-w3m-speak-form-submit (form id name value)
    "Speak submit button."
    (declare (special emacspeak-w3m-button-personality))
    (dtk-speak
@@ -148,7 +148,7 @@
  	      value
  	      emacspeak-w3m-button-personality)))))

-(defun emacspeak-w3m-speak-form-input-radio (form name value)
+(defun emacspeak-w3m-speak-form-input-radio (form id name value)
    "speech enable radio buttons."
    (declare (special emacspeak-w3m-form-personality))
    (and dtk-stop-immediately (dtk-stop))
@@ -168,7 +168,7 @@
  		personality)
  	       name)))))

-(defun emacspeak-w3m-speak-form-input-select (form name)
+(defun emacspeak-w3m-speak-form-input-select (form id name)
    "speech enable select control."
    (declare (special emacspeak-w3m-form-personality))
    (dtk-speak
----------------------------------------------------------------------

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"