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

Re: Very preliminary Emacspeak advice for identica-mode



Here is a necessary bug fix.

I am having fun working on this, and as mentioned in the earlier post, there
will be a more complete version forthcoming.

diff --git a/emacs/emacspeak-identica.el b/emacs/emacspeak-identica.el
index a41d3f9..6441793 100644
--- a/emacs/emacspeak-identica.el
+++ b/emacs/emacspeak-identica.el
@@ -39,9 +39,9 @@
   (interactive)
   (let*
       ((start (point))
-       (end (identica-get-next-username-face-pos start)))
-    (and start end
-	 (emacspeak-speak-region start end))))
+       (end (or (identica-get-next-username-face-pos start)
+		(point-max))))
+    (emacspeak-speak-region start end)))
 
 ;;}}}
 

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



If you have questions about this archive or had problems using it, please send mail to:

priestdo@xxxxxxxxxxx No Soliciting!

Emacspeak List Archive | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998

Emacspeak Files | Emacspeak Blog