Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!photon.stars.flab.fujitsu.junet!umerin From: umerin@photon.stars.flab.fujitsu.junet (Masanobu UMEDA) Newsgroups: gnu.emacs.gnus Subject: Why doesn't this work? Message-ID: <8903180354.AA00499@photon.stars.flab.fujitsu.junet> Date: 18 Mar 89 03:54:55 GMT References: Sender: daemon@tut.cis.ohio-state.edu Reply-To: info-gnus-english@cis.ohio-state.edu Distribution: gnu Organization: The Internet Lines: 21 Date: 17 Mar 89 22:35:25 GMT From: flab!fgw!uunet!tully.Berkeley.EDU!mcgrath (Roland McGrath) Organization: University of California, Berkeley I have the following as my gnus-Select-group-hook, the idea being that I not wait for 2000 lines of source code to come over NNTP if I don't care about it. But this has no effect. What's wrong with it? It works for me. Please make sure the hook name is correct. (setq gnus-Select-group-hook '(lambda () (setq gnus-auto-select-first (not (or (string-match "source" gnus-newsgroup-name) (string-match "binar" gnus-newsgroup-name)) )))) Masanobu UMEDA umerin@flab.Fujitsu.JUNET umerin%flab.Fujitsu.JUNET@uunet.uu.NET