diff -ur emacspeak-26.0.orig/lisp/emacspeak-w3m.el emacspeak-26.0/lisp/emacspeak-w3m.el --- emacspeak-26.0.orig/lisp/emacspeak-w3m.el 2008-04-26 19:18:48 +0700 +++ emacspeak-26.0/lisp/emacspeak-w3m.el 2008-04-26 19:19:27 +0700 @@ -991,7 +991,7 @@ (defadvice w3m-mode (after emacspeak pre act comp) "Set punctuation mode and refresh punctuations." (declare (special dtk-punctuation-mode)) - (setq dtk-punctuation-mode 'some) + (setq dtk-punctuation-mode 'all) (emacspeak-pronounce-refresh-pronunciations) (define-key w3m-mode-map emacspeak-prefix 'emacspeak-prefix-command))