From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9229 Path: main.gmane.org!not-for-mail From: Wesley.Hardaker@sphys.unil.ch Newsgroups: gmane.emacs.gnus.general Subject: group params and local-key bindings Date: 17 Dec 1996 10:05:16 +0100 Organization: Universite de Lausanne, BSP Sender: whardake@iptsun2.unil.ch Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149284 17190 80.91.224.250 (20 Oct 2002 21:28:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:28:04 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id BAA25131 for ; Tue, 17 Dec 1996 01:17:36 -0800 Original-Received: from unilmta3.unil.ch (cisun29a.unil.ch [130.223.27.29]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 17 Dec 1996 10:07:08 +0100 Original-Received: from iptsun2.unil.ch by unilmta3.unil.ch with SMTP inbound; Tue, 17 Dec 1996 10:06:49 +0100 Original-Received: by iptsun2.unil.ch (5.x/Unil-3.1/) id AA09925; Tue, 17 Dec 1996 10:05:18 +0100 Original-To: ding@ifi.uio.no X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7gvRgA SrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/ IM",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker Original-Lines: 14 X-Mailer: Red Gnus v0.76/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9229 never ending group param questions, I know... (gnus-summary-mode-map (progn (define-key gnus-summary-mode-map [kp_add] 'gnus-summary-next-group) (define-key gnus-summary-mode-map [kp_subtract] 'gnus-summary-exit) gnus-summary-mode-map)) Hmm... This doesn't work... Neither does local-set-key... Help?