Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.emacs.gnus Subject: what's wrong with this? Message-ID: <8906211912.AA01847@garnet.berkeley.edu> Date: 21 Jun 89 19:12:20 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 9 Basically, I want the subjects sorted by date when I enter the newsgroup. So I stuck the following in my .emacs file: (setq gnus-Subject-prepare-hook '(lambda () (gnus-Subject-sort-by-date nil))) But when I try to go into a newsgroup I get some error message about lisp level exceeded and am left in the top level newsgroup listing. Can somebody please set me straight?