From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5203 Path: main.gmane.org!not-for-mail From: bmiller@cs.umn.edu (Brad Miller) Newsgroups: gmane.emacs.gnus.general Subject: Re: GroupLens: gnus-gl.el Date: 21 Feb 1996 15:19:00 -0600 Organization: UMN Sender: bmiller@cs.umn.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.43) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035145842 32124 80.91.224.250 (20 Oct 2002 20:30:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:30:42 +0000 (UTC) Cc: larsi@ifi.uio.no (Lars Magne Ingebrigtsen), ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id OAA17331 for ; Wed, 21 Feb 1996 14:08:00 -0800 Original-Received: from mail.cs.umn.edu (mail.cs.umn.edu [128.101.149.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Wed, 21 Feb 1996 22:19:15 +0100 Original-Received: from twain.cs.umn.edu (bmiller@twain.cs.umn.edu [160.94.227.147]) by mail.cs.umn.edu (8.6.12/8.6.12) with ESMTP id PAA29010; Wed, 21 Feb 1996 15:20:57 -0600 Original-Received: (bmiller@localhost) by twain.cs.umn.edu (8.6.12/8.6.12) id PAA25838; Wed, 21 Feb 1996 15:19:07 -0600 Original-To: (Brad Miller) In-Reply-To: bmiller@cs.umn.edu's message of 21 Feb 1996 11:44:12 -0600 Original-Lines: 41 Xref: main.gmane.org gmane.emacs.gnus.general:5203 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5203 >>>>> "Brad" == Brad Miller writes: >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> bmiller@cs.umn.edu (Brad Miller) writes: Brad> I've got the entries in my .gnus file down to a much more manageable level: Brad> (add-hook 'gnus-startup-hook 'bbb-login) Brad> (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode) Brad> (setq gnus-summary-line-format "%U%R%uG%I%(%[%4L: %-20,20uB%]%) %s\n") Uhg! Sorry this *is* the gnus-summary-line-format that I have in my .gnus file, however it assumes that you are using gnus-bbdb. this one is more generic..... (setq gnus-summary-line-format "%U%R%uG%I%(%[%4L: %-20,20n%]%) %s\n") Sorry for the confusion. \Brad PS Can someone suggest an alternate for this that will work with september and gnus 5.x? (unless gnus-grouplens-mode-map (setq gnus-grouplens-mode-map (make-keymap)) (gnus-define-keys gnus-grouplens-mode-map "n" grouplens-next-unread-article "r" bbb-summary-rate-article "k" grouplens-score-thread "," grouplens-best-unread-article)) \Brad ---------------------------------------------------------------------------- Brad Miller | e-mail: bmiller@cs.umn.edu University of Minnesota | phone: (612) 626-8396 Department of Computer Science | www: http://www.cs.umn.edu/~bmiller EE/CS 5-244 | ----------------------------------------------------------------------------