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

Re: Problem with w3m and links pronounciation in emacspeak



At Wed, 18 Feb 2004 08:26:08 +0100,
Nath  wrote:
> 
> Hello,
> 
> do you know a way to indicate to emacspeak to pronounce the description
> of the weblinks as it is written on the screen and not to spell the
> links when using w3m to surf the web ? 

Hi. It's a setting in w3m-after-cursor-move-hook. Try m-x
customize-group <return> w3m <return> then customize the
w3m-after-cursor-move hook veriable. Click on show next to it and delete
I *think* it's w3m-print-this-url from the options.

Either that or put the following in your .emacs file.
  (remove-hook 'w3m-after-cursor-move-hook
	       'w3m-print-this-url)

-----------------------------------------------------------------------------
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"