From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14357 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.gnus.user Subject: Re: Multiple sources and accounts with GNUS Date: Tue, 21 Dec 2010 09:20:38 -0500 Organization: FlashNewsgroups.com Message-ID: <82pqsvqkax.fsf@stephe-leake.org> References: <87r5dco6vm.fsf@savara.sat.thregr.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292942746 10680 80.91.229.12 (21 Dec 2010 14:45:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2010 14:45:46 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Dec 21 15:45:42 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PV3T0-00074K-3G for gegu-info-gnus-english@m.gmane.org; Tue, 21 Dec 2010 15:45:41 +0100 Original-Received: from localhost ([127.0.0.1]:57161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV3Q6-0007o8-EG for gegu-info-gnus-english@m.gmane.org; Tue, 21 Dec 2010 09:42:30 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:IzuKiPM/rHQqbfLQLcfvpun37VY= Original-X-Complaints-To: abuse@flashnewsgroups.com Original-Lines: 15 Original-X-Trace: 67a034d10b7a9e029e66105141 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:85082 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14357 Archived-At: Tassilo Horn 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