Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!ucbvax!agate!tully.Berkeley.EDU!mcgrath From: mcgrath@tully.Berkeley.EDU (Roland McGrath) Newsgroups: gnu.emacs.gnus Subject: Why doesn't this work? Message-ID: Date: 17 Mar 89 22:35:25 GMT Sender: usenet@agate.BERKELEY.EDU Organization: University of California, Berkeley Lines: 16 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? '(lambda () "Don't autoselect the first article of a source/binary newsgroup." (debug) (setq gnus-auto-select-first (null (or (string-match "source" gnus-newsgroup-name) (string-match "binar" gnus-newsgroup-name)) )))) -- Roland McGrath Free Software Foundation, Inc. roland@wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland