It's happening again :) Thanks, Lubos W dniu 2013-10-03 11:06, Lubos Pintes pisze:
Maybe you forgot to attach the patch? Dňa 3. 10. 2013 8:14 Jarek Czekalski wrote / napísal(a):Bypassed lack of network-interface-list function on some platforms, including Windows. I would forgot about this tiny one workaround. Now it's definitely the last source code change for the windows build. Jarek-----------------------------------------------------------------------------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".
Index: lisp/emacspeak-speak.el =================================================================== --- lisp/emacspeak-speak.el (revision 8407) +++ lisp/emacspeak-speak.el (working copy) @@ -52,6 +52,10 @@ ;;}}} ;;{{{ Required modules +;;on windows-nt we have no network-interface-list, but perhaps some day... +(if (not (functionp 'network-interface-list)) + (defun network-interface-list () nil)) + (require 'cl) (declaim (optimize (safety 0) (speed 3))) (require 'custom)
If you have questions about this archive or had problems using it, please send mail to:
priestdo@xxxxxxxxxxx No Soliciting!Emacspeak List Archive | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 | 2000 | 1999 | 1998 | Pre 1998