Gnus development mailing list
 help / color / mirror / Atom feed
From: Wesley.Hardaker@sphys.unil.ch
Subject: Re: group params and local-key bindings
Date: 18 Dec 1996 09:16:06 +0100	[thread overview]
Message-ID: <qk2k9qgqnco.fsf@iptsun2.unil.ch> (raw)
In-Reply-To: dubach1@husc.harvard.edu's message of 17 Dec 1996 11:58:47 -0500

>>>>> "Joev" == Joev Dubach <dubach1@husc.harvard.edu> writes:

Joev> I'm not sure what the best way to do this is, but this works for me:

Joev> (add-hook 'gnus-summary-mode-hook 
Joev> 	  (function (lambda () (local-set-key "\C-cj"
Joev> 					      'junk-mail-complain-standard))))

What you're doing here is adding the key to all the summary buffers.
I'm trying to add it to only the groups under one topic, so I'm using
topic/group parameters to try and accomplish this...  

You shouldn't be doing it this way, actually...  Its faster to do the
following in your .gnus:

(define-key gnus-summary-mode-map "\C-cj" 'junk-mail-complain-standard)

Wes


      reply	other threads:[~1996-12-18  8:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-17  9:05 Wesley.Hardaker
1996-12-17 16:58 ` Joev Dubach
1996-12-18  8:16   ` Wesley.Hardaker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qk2k9qgqnco.fsf@iptsun2.unil.ch \
    --to=wesley.hardaker@sphys.unil.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).