info-gnus-english
[Top][All Lists]
Advanced

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

Re: Multiple sources and accounts with GNUS


From: Stephen Leake
Subject: Re: Multiple sources and accounts with GNUS
Date: Tue, 21 Dec 2010 09:20:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Tassilo Horn <tassilo@member.fsf.org> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]