Tassilo Horn <[email protected]> writes: > Deciding if I'm connected to the university's network is easy, because > there I get an IP starting with 141.26, so here's my code. > > > (defun th-uni-network-p () > "Return non-nil, if the computer is connected to the uni network." > (catch 'in-uni-network > (dolist (net (network-interface-list))
I don't have network-interface-list; is it some library you added? -- -- Stephe _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
