Re: Binding keys for summary mode

2011-02-03 Thread Jim Burton
Sebastian Tennant writes: > Quoth Jim Burton : >> (BTW, how do I see what keymaps are in effect for a given buffer?) > > C-h b > Thanks very much. > OR > > M-x describe-bindings > > is your friend. > > Seb -- J Burton j...@sdf-eu.org ___ info-gnus-e

Re: Binding keys for summary mode

2011-02-03 Thread Sebastian Tennant
Quoth Jim Burton : > (BTW, how do I see what keymaps are in effect for a given buffer?) C-h b OR M-x describe-bindings is your friend. Seb -- Emacs' AlsaPlayer - Music Without Jolts Lightweight, full-featured and mindful of your idyllic happiness. http://home.gna.org/eap _

Re: Disabling threading on a per-group basis

2011-02-03 Thread Reiner Steib
On Sat, Jan 29 2011, Yuri D'Elia wrote: > Is is possible to disable threading on a per-group basis? > C-M-t seems to disable/enable threading globally. Add (gnus-show-threads nil) in the Group parameters, e.g. via `gnus-parameters', see (info "(gnus)Group Parameters"). ,[ (info "(gnus)Group

Binding keys for summary mode

2011-02-03 Thread Jim Burton
Hi, I want to bind a key to gnus-summary-delete, to be used in the Summary. I'm confused about which hook I should add this to and in which keymap it should be? I suppose the hook is gnus-Select-group-hook? What's the key map? (BTW, how do I see what keymaps are in effect for a given buffer?) Than