From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5284 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: GroupLens: gnus-gl.el Date: 25 Feb 1996 01:09:16 +0000 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035145911 32356 80.91.224.250 (20 Oct 2002 20:31:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:31:51 +0000 (UTC) Cc: 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 RAA19742 for ; Sat, 24 Feb 1996 17:31:17 -0800 Original-Received: from ylfing.ifi.uio.no (4867@ylfing.ifi.uio.no [129.240.94.25]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Sun, 25 Feb 1996 02:09:20 +0100 Original-Received: (from larsi@localhost) by ylfing.ifi.uio.no ; Sun, 25 Feb 1996 02:09:19 +0100 Original-To: bmiller@cs.umn.edu (Brad Miller) In-Reply-To: bmiller@cs.umn.edu's message of 21 Feb 1996 15:19:00 -0600 Original-Lines: 26 Xref: main.gmane.org gmane.emacs.gnus.general:5284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5284 bmiller@cs.umn.edu (Brad Miller) writes: > 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)) (or gnus-grouplens-mode-map (setq gnus-grouplens-mode-map (make-keymap)) (define-key gnus-grouplens-mode-map "n" grouplens-next-unread-article) (define-key gnus-grouplens-mode-map "r" bbb-summary-rate-article) (define-key gnus-grouplens-mode-map "k" grouplens-score-thread) (define-key gnus-grouplens-mode-map "," grouplens-best-unread-article)) should do the trick. -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen