Gnus development mailing list
 help / color / mirror / Atom feed
* Dead summary weirdness
@ 2003-03-30  1:34 Lars Magne Ingebrigtsen
  0 siblings, 0 replies; only message in thread
From: Lars Magne Ingebrigtsen @ 2003-03-30  1:34 UTC (permalink / raw)


The following used to work:

(unless gnus-dead-summary-mode-map
  (setq gnus-dead-summary-mode-map (make-keymap))
  (suppress-keymap gnus-dead-summary-mode-map)
  (substitute-key-definition
   'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
  ...)


      (gnus-add-minor-mode
       'gnus-dead-summary-mode " Dead" gnus-dead-summary-mode-map))))
  
The object here is to create a minor mode that binds absolutely all
keys to `gnus-summary-wake-up-the-dead'.  This no longer seems to
work in Emacs 21.3.  Anybody have a clue why?  It kinda seems like
the minor mode keymap is no longer "shadowing" the major mode map.
Or something.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-30  1:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-30  1:34 Dead summary weirdness Lars Magne Ingebrigtsen

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).